What problem does it solve? Writing high-quality Claude skills requires knowing frontmatter rules, structure conventions, and domain best practices, and most attempts end up too vague, too requirement-specific, or missing embedded expertise. ## Core Features & Use Cases - Domain Discovery Framework: Automatically researches core concepts, best practices, anti-patterns, and security considerations from official sources before asking the user anything. - Five Skill Type Patterns: Provides tailored structures for Builder, Guide, Automation, Analyzer, and Validator skills with type-specific sections and checklists. - Scaffolding and Validation Scripts: Ships init_skill.py to generate a skill directory template and package_skill.py plus quick_validate.py to validate frontmatter and package skills as zip files. - Use Case: Ask for a new skill for Kafka integration, and the skill researches Kafka best practices, asks only about your specific use case and stack, then generates a complete skill directory with references and passes validation. ## Quick Start Create a new skill for deploying applications to Kubernetes with embedded best practices and validation.