Converts a Refound/Lenny Skill into a high-density, agent-executable Skill Pack (Agent Skills standard). Output must be in English.
Your job is to refactor “insight-heavy” Refound/Lenny skills into agent-executable skill packs: boundary-clear, artifact-driven, and testable.
This skill is designed to be compatible with both:
You are NOT writing a blog post. You are producing an installable folder with SKILL.md + references/ (+ optional scripts/).
Language requirement: The generated skill pack (SKILL.md and all referenced templates/checklists) must be written in English.
For a given source skill, output an installable skill directory:
<skill-slug>/SKILL.md (short, executable, high-signal)<skill-slug>/references/ (templates, checklists, rubrics, question bank, examples, source notes)<skill-slug>/scripts/ (optional: lint, scaffolding, batch tools)<skill-slug>/README.md (install + invoke + examples)Follow the spec in references/SKILL_PACK_SPEC.md.
Ask for the minimum information needed to proceed. If missing, proceed with explicit assumptions.
Required:
Optional but helpful:
Every generated SKILL.md must include:
Use references/TRANSFORMATION_RULES.md as the canonical conversion playbook.
Keep SKILL.md operational. Move long content into references/ and cite the files.
Heuristic:
references/: everything else (templates, deep notes, long checklists)Use references/SECURITY_GUIDE.md.
If the environment supports file operations, create the folder structure and write files. Otherwise, output a complete file tree in-chat (one file at a time), clearly labeled.
Optional helper scripts (in this skill folder):