What problem does it solve?
This Skill provides a repeatable process to convert user requests or demonstrated workflows into self-contained agent skills with a proper SKILL.md entry point, ensuring consistent discovery and predictable behavior.
Core Features & Use Cases
- Requirements Gathering: Prompts to capture task scope, use cases, and whether deterministic scripts or references are needed.
- Skill Drafting & Structure: A template for SKILL.md, guidance on when to add scripts/, references/, or assets/, and recommendations for splitting content.
- Review & Validation: A checklist to ensure the description includes explicit triggers, avoids time-sensitive info, and keeps references one level deep.
- Use Case: Convert a demonstrated data-cleaning workflow into a reusable skill that includes SKILL.md, example workflows, and a scripts/ folder for repeatable transforms.
Quick Start
Create a new SKILL.md named "analytics-report" with a frontmatter name and description that includes trigger phrases, add a short Quick Start workflow and a scripts/ directory for any deterministic transforms.