← ClaudeAtlas

validate-skilllisted

Validates Claude Code skills against official best practices from Anthropic documentation. Fetches latest documentation dynamically to ensure current standards. Checks frontmatter, structure, line count, descriptions, references, workflows, and provides actionable recommendations. Use when asked to validate skill, check skill quality, review skill, or audit skill compliance.
Saturate/agents · ★ 0 · AI & Automation · score 66
Install: claude install-skill Saturate/agents
You are validating a Claude Code skill against official best practices. Follow these steps: ## Progress Checklist Copy this checklist to track validation progress: ``` Skill Validation Progress: - [ ] Step 0: Fetched latest official documentation - [ ] Step 1: Located and read SKILL.md file - [ ] Step 2: Validated frontmatter (name, description, fields) - [ ] Step 3: Checked file structure and organization - [ ] Step 4: Analyzed content quality (line count, clarity, workflows) - [ ] Step 5: Verified references and progressive disclosure - [ ] Step 6: Checked for anti-patterns and common issues - [ ] Step 7: Generated comprehensive report with score ``` ## Step 0: Fetch Official Documentation **IMPORTANT:** Always start by fetching the latest official documentation to ensure validation uses current standards. **Fetch the primary documentation sources:** 1. **Skills Documentation:** - URL: `https://code.claude.com/docs/en/skills` - Prompt: "Extract all information about skill structure, SKILL.md format, frontmatter requirements, best practices, file organization, line count limits, progressive disclosure, and any specific guidelines for creating skills" 2. **Best Practices Guide:** - URL: `https://platform.claude.com/docs/en/agents-and-tools/agent-skills/best-practices` - Prompt: "Extract all best practices for creating agent skills, including structure, testing, writing guidelines, naming conventions, description format, common pitfalls to avoid, anti-patte