skillpack-creator
Installation
SKILL.md
Skillpack Creator
Overview
Turn a successful task into a reusable SkillPack. Extract the stable workflow, decide what belongs in a local skill versus pack-level prompts, generate the pack structure, and package it only after the workflow is explicit and repeatable.
Workflow
1. Normalize the source task
Start by reducing the finished task into a clean execution spec:
- Capture the user goal and the concrete deliverable.
- Capture the final successful workflow, not the full exploratory transcript.
- List required skills, tools, files, secrets, and environment assumptions.
- Separate deterministic steps from heuristic steps.
- Remove dead ends, retries, and one-off debugging noise.
If the prior work is still ambiguous, ask for the missing stable facts or infer only the pieces that are low risk.