What problem does it solve?
This Skill provides a ready-made blueprint for creating a new skill directory that meets the workspace’s discovery requirements, so your instructions are reliably picked up and reused.
Core Features & Use Cases
- Standardized Skill Entry Point: Includes a
SKILL.md with required frontmatter fields (name, description) to ensure the skill is discoverable.
- Clear Instruction Placeholder: Offers a simple body section where you can paste the operational instructions that the AI should follow.
- Metadata Scaffolding: Keeps basic metadata structure in place (e.g., author, category) so you can quickly customize it for your use case.
- Use Case: When you want to turn a repeatable workflow (like report generation, summarization, or a deterministic transformation) into a reusable Skill unit, you can clone this template and fill in the specifics.
Quick Start
Duplicate the template-skill directory and replace the frontmatter description and the instruction placeholder with your exact skill goal and steps.