You've built something useful once and want to turn it into a reusable workflow. This extracts the successful path from your completed task, strips out the exploratory dead ends, and scaffolds a proper SkillPack with local skills, a manifest, starter prompts, and optional zip packaging. It walks you through normalizing the workflow, deciding what belongs in a skill versus a script or reference doc, then generates the directory structure and files. The hard part is separating the repeatable logic from the one-off context, and this forces you to think through that boundary explicitly. Best used after you've already solved the problem and want to productize the solution, not while you're still figuring it out.
npx -y skills add creminiai/skillpack --skill skillpack-creator --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills