What problem does it solve? Teams repeatedly perform the same workflows manually, and writing new Claude Code skills from scratch requires understanding frontmatter formats, trigger design, and project conventions. This Skill automates the creation of project-specific skills by analyzing existing codebase patterns. ## Core Features & Use Cases - Pattern Analysis: Uses a Task agent to explore the codebase and extract naming conventions, directory structures, and testing patterns before generating anything. - Skill Scaffolding: Produces a complete skill directory with SKILL.md frontmatter, predefined Python functions, examples, and templates. - Testing and Documentation: Verifies auto-invocation triggers, validates generated output against project conventions, and updates CLAUDE.md, README.md, and plugin.json. - Use Case: A team that keeps hand-writing React components asks to automate it; the Skill analyzes existing components, then generates a frontend-component skill with component, test, and style templates. ## Quick Start Ask the assistant to create a skill for a repetitive workflow, such as saying "create a skill for adding REST API endpoints" and answer the clarifying questions about your project conventions.