What problem does it solve?
Creating a new pod skill is hard to get consistent with existing pod conventions, frontmatter shape, placeholders, and safety rules; this Skill automates the scaffolding and generates the final SKILL.md for you.
Core Features & Use Cases
- Reads existing skill templates to match pod's current SKILL.md conventions and placeholder usage.
- Collects the minimum required inputs (slug, description, triggers, allowed tools, and an archetype skill to model after) via AskUserQuestion.
- Generates the new skill by writing SKILL.md.tmpl, running bun build generation, and producing the resulting SKILL.md without committing or reinstalling anything.
- Prevents unsafe writes by hard-gating all output to pod/<slug>/ and blocking if the source is incomplete or the slug already exists.
Quick Start
Use the prompt “create pod skill” and then follow the AskUserQuestion prompts to provide the slug, one-sentence description, triggers, allowed tools, and the model skill to copy.