What problem does it solve? Writing a new AI agent skill from scratch is error-prone: inconsistent frontmatter, missing trigger descriptions, and unclear structure make skills hard to discover and reuse. This Skill provides a standardized template, naming conventions, and a checklist so every new SKILL.md follows the Agent Skills spec. ## Core Features & Use Cases - SKILL.md Template: Provides a complete frontmatter and body template with required fields (name, description, license, metadata) and recommended sections. - Naming & Structure Conventions: Defines naming patterns for generic, project-specific, testing, and workflow skills, plus rules for when to use assets/ versus references/ directories. - Creation Checklist: Includes a pre-creation checklist covering duplication checks, frontmatter completeness, and registration in AGENTS.md. - Use Case: When you notice your team repeatedly re-explaining a project convention to an AI agent, use this Skill to author a reusable SKILL.md that captures the pattern once and registers it for discovery. ## Quick Start Ask the agent to create a new skill for your project's naming conventions using the skill-creator template and register it in AGENTS.md.