Stats
Actions
Tags
From plugin-curator
Audit all skill definitions in this marketplace against the standard template.
How this command is triggered — by the user, by Claude, or both
Slash command
/plugin-curator:audit-skillsThe summary Claude sees in its command listing — used to decide when to auto-load this command
Audit all skill definitions in this marketplace against the standard template.
Read the skill template at ${CLAUDE_PLUGIN_ROOT}/templates/skill-template.md to understand the quality criteria.
Find every skill file:
For each skill, check these criteria:
1. 100-500 lines
2. Description specific enough for auto-invocation matching
3. Self-contained (works without reading parent agent)
4. Sequential mandatory steps
5. Each step produces a verifiable output
6. Rules section with imperatives and anti-patterns
7. Structured output format
8. References related skills where appropriate
9. Generi...Audit all skill definitions in this marketplace against the standard template.
Read the skill template at ${CLAUDE_PLUGIN_ROOT}/templates/skill-template.md to understand the quality criteria.
Find every skill file:
find plugins -name 'SKILL.md' | sort
For each skill, check these criteria:
Produce a summary table:
| Agent | Skill | Lines | Score | Top issue |
|---|---|---|---|---|
| {parent} | {name} | {N} | {X}/12 | {issue} |
Sort by agent name, then skill name within each agent.
Flag empty skill directories (placeholder dirs without SKILL.md content).
npx claudepluginhub hpsgd/turtlestack --plugin plugin-curator