Claude Skills for Intelligent Textbooks
This page provides an overview of all available Claude Skills for building intelligent textbooks. Each skill automates a specific aspect of textbook development with built-in quality metrics and validation.
Learning Graph
This skill converts a course description into a concept dependency graph called a learning graph. Learning graphs provide a roadmap of concept learning order for a course and are foundational data structures for recommending content for students. The skill analyzes course descriptions, generates pedagogically-sound concept labels, maps prerequisite dependencies as a Directed Acyclic Graph (DAG), validates quality with cycle detection and connectivity checks, creates a balanced taxonomy, and produces distribution reports and JSON exports ready for visualization.
P5 MicroSim
This skill generates a MicroSim application that will run within an intelligent textbook. MicroSims are small-scale, embedded interactive simulations designed to illustrate concepts interactively within educational content. The skill creates a complete directory structure with main.html, p5.js code, index.md documentation, and metadata.json files following established templates and coding standards for immediate integration into textbook chapters.
Glossary Generator
This skill automatically generates a comprehensive glossary of terms from a learning graph's concept list, ensuring each definition follows ISO 11179 metadata registry standards (precise, concise, distinct, non-circular, and free of business rules). The skill creates alphabetically ordered definitions with relevant examples, performs quality scoring on each definition, and validates cross-references to ensure all terms are properly integrated with the textbook content.
Glossary Generator Skill Details
FAQ Generator
This skill generates a comprehensive set of Frequently Asked Questions (FAQs) from course content, learning graphs, and glossary terms to help students understand common questions and prepare content for chatbot integration. The skill organizes questions by category and difficulty using Bloom's Taxonomy distribution, provides answers with links to relevant sections, and exports structured JSON data ready for RAG system integration.
Chapter Content Generator
This skill generates comprehensive chapter content for an intelligent textbook based on the learning graph, ensuring each chapter covers specific concepts with appropriate scaffolding, examples, and alignment to Bloom's Taxonomy learning outcomes. The skill validates prerequisite compliance, creates practice exercises, recommends MicroSim opportunities, and maintains progressive complexity across chapters while ensuring consistent terminology usage from the glossary.
Chapter Content Generator Skill Details
Quiz Generator
This skill generates interactive quizzes for each chapter of an intelligent textbook, with questions aligned to specific concepts from the learning graph and distributed across Bloom's Taxonomy cognitive levels to assess student understanding effectively. The skill creates 8-12 multiple choice questions per chapter with quality distractors, explanations for all answers, links to chapter sections, and exports to JSON format for LMS or chatbot integration.
Quality Metrics Analyzer
This skill performs comprehensive quality analysis of an intelligent textbook, generating detailed metrics reports covering content structure, engagement features, technical implementation, and educational effectiveness to guide continuous improvement. The analyzer evaluates navigation quality, content balance, interactive elements, Bloom's Taxonomy alignment, scaffolding compliance, link validation, and accessibility, producing prioritized recommendations across critical, high, medium, and low priority categories.
Quality Metrics Analyzer Skill Details
Social Media Generator
This skill generates optimized social media preview images and Open Graph metadata for each page in the intelligent textbook, ensuring attractive, informative previews when pages are shared on social platforms, and creates a social media promotion campaign to increase textbook visibility. The skill produces custom social cards, platform-specific posts for Twitter/LinkedIn/Facebook/Reddit, launch campaign schedules, MicroSim preview GIFs, and UTM-tracked links for analytics integration.
Social Media Generator Skill Details
Concept Validator
This skill validates that all concepts in the learning graph are properly integrated throughout the textbook, checking for coverage in chapters, glossary definitions, quiz questions, and MicroSims, while identifying gaps and ensuring pedagogical consistency across the entire educational resource. The validator generates comprehensive coverage matrices, gap analysis reports, scaffolding validation, terminology consistency checks, and prioritized remediation plans organized by critical, high, medium, and enhancement categories.
Concept Validator Skill Details
Recommended Execution Order
For optimal workflow, skills should generally be executed in this order:
- Learning Graph - Foundation for all other skills
 - Glossary Generator - After learning graph is finalized
 - Chapter Content Generator - After chapter structure is defined
 - MicroSim P5 - During or after chapter development (ongoing)
 - Quiz Generator - After each chapter or in batch mode
 - FAQ Generator - After substantial chapter content exists
 - Concept Validator - Periodically during development and before release
 - Quality Metrics Analyzer - Before deployment and for periodic quality checks
 - Social Media Generator - When ready for promotion
 
See the Recommended Skills Summary for detailed workflow phases, priority rankings, and integration strategies.