From skill-creator
Validate skill structure, frontmatter, and best practices
How this skill is triggered — by the user, by Claude, or both
Slash command
/skill-creator:validate-skill-structureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Validates a skill for correct structure and best practices.
Validates a skill for correct structure and best practices.
/skill-creator:validate-skill-structure <skill>Use skill-validator agent to check:
Structure:
Frontmatter:
name fielddescription fielduser-invocable set correctly
false only if truly auto-onlytrue if user can invokeContent:
Naming:
Validating: skills/analyze-code/
✓ Structure: Valid
✓ Frontmatter: Valid
✓ When to Use: Clear triggers
⚠ Missing examples section
Issues:
1. Add concrete usage examples
Suggestions:
- Add "## Examples" section
- Show before/after scenarios
For common issues, offer automatic fixes:
✓ PASS - Skill is ready to use ⚠ WARNING - Skill works but has suggestions ✗ ERROR - Skill has critical issues
Missing user-invocable:
user-invocable: falseVague "When to Use":
Missing examples:
npx claudepluginhub tomazwang/agent-toolkit --plugin skill-creatorValidates SKILL.md files against the agentskills specification. Catches structural, semantic, and naming issues before publishing.
Audits pm-skills skills against structural conventions and quality criteria, producing a pass/fail report with actionable recommendations. Use before shipping or after editing a skill.
Audits Claude Code skills for violations, gaps, and improvements in frontmatter, structure, and quality across 7 dimensions. Outputs structured repair plans with severities.