What problem does it solve?
This Skill provides a structured approach to designing, organizing, and packaging agent skills, enabling consistent templates and reusable resources.
Core Features & Use Cases
- Guided skill design: Defines a standard layout for SKILL.md and resource folders (scripts/references/assets).
- Packaging readiness: Provides templates and tooling guidance to produce distributable .skill packages.
- Resource organization: Encourages separating operational instructions from references and assets for efficient context management.
- Use Case: When starting a new capability for an agent, use this Skill to scaffold and package it for reuse.
Quick Start
Initialize a new skill directory using the scaffolding tool: run scripts/init_skill.py <skill-name> --path <output-dir> [--resources scripts,references,assets]. Then customize SKILL.md, add resources as needed, and package with scripts/package_skill.py.