tylle-cli
Installation
SKILL.md
Trylle CLI
Use try as the primary interface for Trylle platform operations. Use git for local version-control work, but do not substitute GitHub-specific tooling for Trylle resources.
Core workflow
- Confirm the CLI is available with
try --version. If it is missing, install it withbrew install trylle/trylle-cli/trywhen the user authorizes installation. - Check authentication with
try auth status --json. Never runtry auth token --showor print bot tokens unless the user explicitly requests the secret material and the environment can handle it safely. - Resolve context with
try repo context --jsoninside a checkout. Outside a checkout, pass-R OWNER/NAMEto commands that support it or passOWNER/NAMEpositionally totry repo view,clone, and similar repository commands. - Inspect the current state with a read command. Prefer
--jsonfor agent reasoning and automation. - Before a write, run
try <group> <command> --help, validate identifiers and the intended scope, then execute only the requested mutation. - Re-read the affected resource. Return a web URL with
try browse repo|pr|issuewhen it helps the user continue.