~/.scoutica/bin/scoutica. It handles the full lifecycle of a Skill Card — from creation to validation, publishing, and discovery.
Help output
Command summary
| Command | Description |
|---|---|
init | Interactive wizard to create your Skill Card |
scan | AI-powered card generation from your documents |
validate | Validate your card against the protocol schemas |
publish | Stage and push your card files to GitHub |
resolve | Fetch and display a remote Skill Card by URL |
info | Show a summary of your local card |
doctor | Run system diagnostics and check prerequisites |
update | Update the CLI and templates to the latest version |
All commands
init
Create your Skill Card with an interactive wizard or AI-guided flow.
scan
Auto-generate a card from your CV, certificates, and portfolio using a local AI CLI.
validate
Validate your card against the JSON Schema before publishing.
publish
Stage only canonical card files and push them to your GitHub repo.
resolve
Fetch and display any Skill Card from a public URL.
info
Show a quick summary of the card in the current directory.
doctor
Run a full system check to verify all prerequisites are installed.
update
Re-run the installer to fetch the latest CLI and templates.
Global conventions
All commands accept an optional[directory] argument. When omitted, the current working directory is used.
0 for success, non-zero for failure.