This skill generates comprehensive chapter content for intelligent textbooks after the book-chapter-generator skill has created the chapter structure. Use this skill when a chapter index.md file exists with title, summary, and concept list, and detailed educational content needs to be generated at the appropriate reading level with rich non-text elements including diagrams, infographics, and MicroSims. (project, gitignored)
Version: 0.03
This skill generates detailed educational content for individual textbook chapters, transforming chapter outlines (title, summary, concept list) into comprehensive learning material with appropriate reading level, rich visual elements, and interactive components. The skill is designed to run after the book-chapter-generator skill has created the chapter structure.
Use this skill when:
book-chapter-generator skill has created chapter directories with index.md filesDo NOT use this skill when:
book-chapter-generator first)Verify that the input chapter name or path to the chapter file is present.
Expected input format:
Chapter directory structure:
/docs/chapters/NN-lowercase-name/index.md
Where:
NN = Two-digit chapter number with leading zero (e.g., "01", "07", "12")lowercase-name = URL-friendly lowercase name with dashes, no spacesActions:
/docs/chapters/Open the chapter file and check for required elements.
Required elements:
Actions:
Extract the grade reading level from the /docs/course-description.md file.
Reading level indicators in course description:
Actions:
/docs/course-description.mdReading level characteristics:
See references/reading-levels.md for detailed guidelines on adapting content for each level.
Add metadata to the top of the index file that indicates that a DRAFT of this chapter was created by this skill, the name of the skill, the date it was generated and the version of this skill.
---