Documentation
README
Review A Skill
Goal
Evaluate a single skill's quality, relevance, and safety before it enters or stays in a library.
Guardrails
- Always use
--format jsonfor machine-readable output in automated pipelines. - Always use
--fieldsto limit output size when inspecting catalog entries. - Always use
--dry-runbefore curating or removing a skill. - Never remove a skill without first checking if other skills depend on it via
info --format jsondependencies.
Workflow
- Preview the skill content to check for quality and safety.
npx ai-agent-skills preview <skill-name>
The preview command sanitizes content — if it flags sanitization, investigate before proceeding.
- Inspect the catalog entry for metadata completeness.
This is the opening of the README. Read the full README on GitHub.