book-chapter-generator

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. This task is run serially after the learning graph generation.

When to Use This Skill

Use this skill when:

  • The course description is finalized and the a learning graph has been generated (learning-graph.json exists)
  • Chapter content structure needs to be designed before writing begins

Prerequisites:

  • /docs/course-description.md must exist
  • /docs/learning-graph/learning-graph.json must exist with ~200 concepts
  • mkdocs.yml file must be in place for the chapter links to be generated to the nav section
Related skills

More from dmccreary/claude-skills

Installs
31
GitHub Stars
67
First Seen
Jan 23, 2026