ask-questions-if-under…
Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.
Use when evaluating whether a skill belongs in a library. Preview content, check frontmatter, validate structure, and decide whether to keep, curate, or remove.
$ npx -y skills add MoizIbnYousaf/Ai-Agent-Skills --skill review-a-skill --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/review-a-skillContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when evaluating whether a skill belongs in a library. Preview content, check frontmatter, validate structure, and decide whether to keep, curate, or remove.
name: review-a-skill description: Use when evaluating whether a skill belongs in a library. Preview content, check frontmatter, validate structure, and decide whether to keep, curate, or remove. category: workflow version: 4.1.0
Evaluate a single skill's quality, relevance, and safety before it enters or stays in a library.
1. 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.
2. Inspect the catalog entry for metadata completeness.
npx ai-agent-skills info <skill-name> --format json --fields name,description,tags,collections,dependencies
3. Validate the skill's SKILL.md structure.
npx ai-agent-skills validate <skill-name>
4. If the skill needs curation (notes, collections, verification):
npx ai-agent-skills curate <skill-name> --notes "Reviewed: solid patterns" --verify --dry-run npx ai-agent-skills curate <skill-name> --notes "Reviewed: solid patterns" --verify
5. If the skill should be removed:
npx ai-agent-skills curate <skill-name> --remove --dry-run npx ai-agent-skills curate <skill-name> --remove --yes
Universal skill installer and package manager for AI coding agents. One command, 12+ runtimes. npx ai-agent-skills
Repo: MoizIbnYousaf/Ai-Agent-Skills
Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.
Use when checking the overall health of a skills library. Run doctor, validate, check for stale skills, and verify generated docs are in sync.
Backend API design, database architecture, microservices patterns, and test-driven development. Use for designing APIs, database schemas, or backend system…
Transforms vague prompts into optimized Claude Code prompts. Adds verification, specific context, constraints, and proper phasing. Invoke with /best-practices.
Use when exploring the ai-agent-skills catalog to find, compare, and evaluate skills before installing. Always use --fields to limit output size and --dry-run…
Use when regenerating README.md and WORK_AREAS.md in a managed library workspace. Always dry-run first to preview changes.