What problem does it solve?
Capture and formalize repeatable agent workflows and best practices into self-contained SKILL.md packages so agents can trigger and execute specialized procedures without repeated manual instructions. The Skill Creator prevents inconsistent skill structure, missing frontmatter, and scattered resources by prescribing a clear anatomy and creation process.
Core Features & Use Cases
- Frontmatter guidance: Defines name and description requirements, triggering guidance, and optional requirements like binaries or environment variables.
- Bundled resources strategy: Explains when to include scripts, references, and assets and how to keep SKILL.md concise while using references for large or detailed content.
- Skill creation workflow: Walks through capturing intent from conversation history, planning reusable contents, writing SKILL.md, and iterating after real-world use.
- Use case: Convert a conversational workflow for processing invoices into a reusable skill with a SKILL.md entry, a scripts/ helper for parsing PDFs, and reference docs describing schemas.
Quick Start
Create a skill named invoice-extractor that captures the current workflow into a SKILL.md with a clear name and description and recommends any scripts, references, or assets to bundle.