Documentation
README
Browse And Evaluate
Goal
Find the right skill for a task without flooding the context window or installing blindly.
Guardrails
- Always use
--fieldson list/search/info to keep output small. Default:--fields name,tier,workArea,description. - Always use
--dry-runbefore installing anything. - Never install more than 3 skills at once without explicit user confirmation.
- Prefer
--format jsonin non-interactive pipelines. The CLI defaults to JSON when stdout is not a TTY. - Use
--limitwhen browsing large catalogs. Start with--limit 10.
Workflow
- Search or browse the catalog.
npx ai-agent-skills search <query> --fields name,tier,workArea,description --limit 10
- Get details on a candidate.
This is the opening of the README. Read the full README on GitHub.