book-to-skilllisted
Install: claude install-skill rjmurillo/ai-agents
# book-to-skill
Convert a book's method into the structured input SkillForge needs, then hand off. This skill does NOT generate SKILL.md, score timelessness, triage duplicates, or run activation tests. Those are SkillForge's job.
## Triggers
| Trigger phrase | Operation |
|----------------|-----------|
| `turn this book into a skill` | Full workflow: extract method, decide split, hand off to SkillForge |
| `book-to-skill TITLE` | Same as above, with title named upfront (substitute TITLE) |
| `extract method from TITLE` | Phase 1 only: produce the structured payload, do not invoke SkillForge |
| `propose diagnose apply split for TITLE` | Phase 2 only: decide single vs split, no extraction or hand-off |
## When to Use
Use this skill when:
- An operator has a book in hand and wants the method captured as one or more skills.
- The book contains a repeatable method (numbered steps, named rules, recurring questions, identified failure modes), not just narrative or argument.
- You want SkillForge's Phase 0-4 gates (triage, timelessness, multi-agent review) to decide whether the skill ships, instead of writing SKILL.md by hand.
Use a different skill when:
- The source is a transcript, voice memo, or unstructured capture. Use `panning-for-gold`.
- The goal is reference knowledge, not executable procedure. Use `llm-wiki`.
- You already know exactly what skill you want and need it produced from a goal description rather than a book. Invoke `SkillForge` directly.
- You want to co