Documentation
README
Skill Review & Validation
Process
Step 1: Locate Skill Files
Accept input as:
- Path to a skill directory
- Skill name (search in
~/.claude/skills/) - URL to a GitHub repository
Read all .md files, scripts, and asset files.
Step 2: Structure Validation
Run python scripts/validate_skill.py <path> for programmatic checks.
Manual verification:
- SKILL.md exists (exact case)
- No README.md inside skill folder
- Folder name matches
namefield - Valid kebab-case naming (1-64 chars)
- No "claude" or "anthropic" in name
Step 3: Frontmatter Audit
This is the opening of the README. Read the full README on GitHub.