What problem does it solve?
Many useful developer and workspace processes remain ad-hoc and are lost or repeated manually; this Skill guides users to formalize those processes as reusable SKILL.md files so they can be reliably reinvoked. It reduces knowledge loss and speeds repetitive operational tasks by turning a described workflow into a discoverable, triggerable skill.
Core Features & Use Cases
- Guided interview to capture the trigger, slug, inputs, workflow steps, outputs, and anti-patterns for a new skill.
- Enforces naming and frontmatter conventions (custom- prefix, name and description fields) and explains how to add optional helper scripts or templates.
- Verification steps and best-practice checks to avoid duplicate skills, one-off tasks, or unsafe project-specific values.
- Use case: a developer asks to "create a daily QA checklist" and receives a validated custom-skill scaffold with a clear trigger, workflow, and output path.
Quick Start
Create a custom skill by choosing a short kebab-case slug, writing a one-line description with trigger phrases, listing the required inputs and outputs, and outlining the step-by-step workflow.