dosu
Installation
SKILL.md
Use the Dosu CLI
Operate Dosu through dosu. Prefer structured output and let the CLI and App validate product rules.
Start correctly
- Run
dosu --version. Do not probe installation with unrelated package-manager commands. - If it is unavailable and Node is present, try
npx -y @dosu/cli --versionand usenpx -y @dosu/clias the command prefix for this session. Otherwise ask before installing anything. - Run
dosu --helpor the relevant nested--helpbefore using a command not covered by the command reference. - Pass
--jsonwhenever that leaf command exposes it. Parse the result; do not scrape the human table.
Satisfy the right prerequisite
dosu loginsupplies the JWT used by tRPC-backed commands.dosu setupselects an organization, Library context, and MCP deployment, creates an API key, and can configure an agent tool.dosu askneeds an API key.docs generate,docs auto-tag, anddocs publishneed both JWT login and the API key. Other platform commands generally need JWT login; commands scoped to an organization or current Library also need the corresponding setup selection.- For coding-agent setup, follow the nonblocking
dosu setup --agent --tool <id>workflow in workflows.md. Relay its URL and execute its returnedresume_command; never invent ticket commands.