What problem does it solve?
This skill formalizes informal or repetitive workflows into a standardized, discoverable SKILL.md and packages them as a distributable .skill file so agent instances can reuse and install the capability without manual rework.
Core Features & Use Cases
- Skill scaffolding: initialize a new skill directory with required SKILL.md and example resource folders to accelerate authoring.
- Packaging & validation: bundle SKILL.md and associated resources into a .skill file and run quality checks to ensure frontmatter, section structure, and progressive disclosure standards are met.
- Iterative improvement: upgrade existing skills to A+ standards by adding required sections, moving heavy detail to references, and validating scripts and templates.
- Use Case: convert a recurring BigQuery export or document-processing workflow into an installable skill with scripts, references, and templates for repeatable execution.
Quick Start
Run the init_skill.py script to generate a template skill directory and then update the generated SKILL.md with your name, description, and resources.