book-chapter-generator
Originally fromdmccreary/claude-skills
Installation
SKILL.md
Book Chapter Generator
Overview
This skill creates a comprehensive chapter structure for intelligent textbooks by analyzing the course description, learning graph, and concept taxonomy. It designs an optimal chapter outline that ensures all concepts are covered exactly once, respects dependency relationships, and distributes content appropriately across chapters.
When to Use This Skill
Use this skill when:
- A learning graph has been generated (learning-graph.json exists)
- The course description is finalized
- The concept taxonomy has been established
- Chapter content structure needs to be designed before writing begins
Prerequisites:
/docs/course-description.mdmust exist/docs/learning-graph/learning-graph.jsonmust exist with ~200 concepts/docs/learning-graph/concept-taxonomy.mdshould exist- MkDocs project structure must be in place