Validate, review, and improve Claude skills against Anthropic's official best practices from "The Complete Guide to Building Skills for Claude." Use when a user says "check my skill", "review this skill", "validate my SKILL.md", "is my skill good", "skill audit", "skill review", "proof check my skill", "grade my skill", or uploads a skill folder or SKILL.md for feedback. Also trigger when the user mentions skill quality, skill triggering issues, skill debugging, or wants to ensure a skill follo…
Validate, review, and improve Claude skills against Anthropic's official best practices from "The Complete Guide to Building Skills for Claude." Use when a user says "check my skill", "review this skill", "validate my SKILL.md", "is my skill good", "skill audit", "skill review", "proof check my skill", "grade my skill", or uploads a skill folder or SKILL.md for feedback.
Also trigger when the user mentions skill quality, skill triggering issues, skill debugging, or wants to ensure a skill follows Anthropic's official guidelines before publishing or sharing.
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeDeclared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Skill metadata
Parsed from SKILL.md frontmatter.
Declared agentsclaude-code
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md13,391 B
History
First recorded snapshot · 0 installs
SKILL.md
Skill Checker
A comprehensive skill validation and review tool based on Anthropic's official "Complete Guide to Building Skills for Claude." This skill runs a multi-dimensional audit on any skill folder or SKILL.md and produces an actionable scorecard with specific fix recommendations.
When to use
Run this skill whenever a user:
Uploads or references a skill they want reviewed
Asks "is this skill good?" or "check my skill"
Wants to validate before publishing/distributing
Is debugging triggering, execution, or quality issues
This script checks file naming, YAML parsing, folder structure, description length, and forbidden content. It outputs a JSON report that feeds into the scorecard.
Troubleshooting Common Issues (Reference for Reviewer)
Skill won't upload
File not named exactly SKILL.md
YAML missing --- delimiters
Unclosed quotes in YAML
Name has spaces or capitals
Skill doesn't trigger
Description too generic ("Helps with projects")
Missing trigger phrases
Missing relevant file type mentions
Test: Ask Claude "When would you use the [skill name] skill?" — if Claude can't answer clearly, the description needs work
Skill triggers too often
Add negative triggers ("Do NOT use for...")
Be more specific about scope
Clarify what adjacent skills handle instead
Instructions not followed
Instructions too verbose (keep SKILL.md lean)
Critical instructions buried deep (move them up)
Ambiguous language ("process appropriately" → give explicit steps)
Missing explanation of WHY (model can't generalize without reasoning)
Consider bundling validation scripts for critical checks (code is deterministic; language isn't)
Performance/context issues
SKILL.md over 500 lines without progressive disclosure