What problem does it solve? Teams repeatedly explain the same conventions and workflows to AI agents, and ad-hoc instructions produce inconsistent results. This Skill provides a standardized process for authoring reusable SKILL.md files so agent guidance is structured, discoverable, and consistent. ## Core Features & Use Cases - Standardized Skill Authoring: Provides a complete SKILL.md template with required frontmatter fields (name, description, license, metadata) and content guidelines. - Naming and Structure Conventions: Defines naming patterns for generic, project-specific, testing, and workflow skills, plus rules for when to use assets/ versus references/ directories. - Quality Checklist: Includes a pre-creation checklist covering duplication checks, trigger keywords, minimal examples, and AGENTS.md registration. - Use Case: When your team notices the AI repeatedly mishandles a project-specific testing pattern, use this Skill to create a myapp-test-api skill with proper frontmatter, critical patterns, and commands, then register it in AGENTS.md. ## Quick Start Ask the agent to create a new skill for your project's API conventions following the skill-creator template and naming conventions.