Want to suggest an edit, report an issue, or fork the skills? Head to getcargohq/cargo-skills on GitHub.
1. Install the CLI
2. Install the skills
.skills/ directory with seven skill files your agent reads automatically. Commit it so every team member and CI environment shares the same setup without a separate install step.
3. Verify
Ask your agent:Supported agents & editors
Any tool that follows the skills.sh standard works with the same install command: Claude Code, Cursor, GitHub Copilot (agent mode), Windsurf, and Codex CLI. No per-editor configuration is needed —.skills/ is the universal integration point.
For Claude Code specifically, persist your token in your shell profile so it’s available from any working directory:
Troubleshooting
| Symptom | Fix |
|---|---|
| Agent says it has no Cargo skills | Run npx skills add getcargohq/cargo-skills in the project root and restart the session |
cargo-ai: command not found | Run npm install -g @cargo-ai/cli |
Unauthorized errors | Run cargo-ai whoami to confirm the active token and workspace |
| Wrong workspace targeted | Re-authenticate: cargo-ai login --token <token> --workspace-uuid <uuid> |
Next steps
Cookbook
Eight worked examples: run tools, trigger plays, query the warehouse, build workflows, deploy agents, and more.
CLI Overview
Command reference, UUID flows, filter syntax, async patterns, and gotchas.
Cargo Skills on GitHub
Browse skill source, report issues, or contribute improvements.
skills.sh standard
Learn how skills work and how to author your own packages.

