What problem does it solve? Teams authoring agent skills lack an objective way to check whether a SKILL.md follows Anthropic's best practices before publication, leading to vague descriptions, bloated content, and structural anti-patterns. ## Core Features & Use Cases - Automated Validation: Runs scripts/validate_skill.py to check frontmatter, naming conventions, description length, body size, and reference depth. - Six-Dimension Scoring: Scores Naming, Description, Content Quality, Structure, Degrees of Freedom, and Anti-Patterns on a weighted 1-5 scale. - Actionable Reports: Generates a structured evaluation report with strengths, prioritized recommendations, and a pre-publication checklist. - Use Case: Before publishing a new pdf-processor skill, run the evaluator to confirm the description has activation triggers, the body stays under 500 lines, and no nested references exist. ## Quick Start Evaluate the skill at ./skills/pdf-processor and generate a full quality report with scores and recommendations.