claude-skills
Generates interactive intelligent textbooks with learning graphs and simulations
All Skills in This Repository (28)
Pure Emerald Level Indicatorsinstaller
Install and configure MkDocs Material templates, learning graph viewers, and skill tracking systems.
microsim-utils
Orchestrate MicroSim maintenance workflows for quality validation, screenshots, icons, and index generation.
microsim-generator
Route MicroSim creation requests to the best-matching specialized generator.
moving-rainbow
Generate MicroPython programs for Moving Rainbow NeoPixel LED strips on Raspberry Pi Pico.
quiz-generator
Generate Bloom's taxonomy-aligned multiple-choice quizzes from markdown chapters.
readme-generator
Generate validated GitHub README.md files with badges and site metrics.
glossary-generator
Generate ISO 11179-compliant glossaries from learning-graph concept lists.
concept-classifier
Classify scenarios into multiple-choice categories from data.json.
vis-network
Generate self-contained vis-network MicroSims for iframe embedding in textbooks.
install-skill-tracker
Install global Claude Code hooks to log skill usage and token metrics.
install-mkdocs-template
Create an MkDocs Material project scaffold with Conda and GitHub Pages.
microsim-standardization
Audit MicroSim directories and generate a TODO list of required upgrades.
Frequently Asked Questions
FAQPage SchemaHow to install claude-skills?โผ
Run `npx skills add dmccreary/claude-skills --all -g -y` in your terminal to install all skills globally.
How do I create an intelligent textbook from scratch?โผ
Start with the book-installer skill to scaffold a new MkDocs project, then run course-description-analyzer, learning-graph-generator, book-chapter-generator, and chapter-content-generator in order.
What is a learning graph and why do I need one?โผ
A learning graph is a concept dependency map (a DAG) that ensures prerequisites are taught before advanced topics. The learning-graph-generator skill builds one automatically from your course description.
Which AI coding agents work with these skills?โผ
The skills follow the portable SKILL.md standard and have been tested with Claude Code, OpenAI Codex, Google Gemini, Cursor, Perplexity, and Hermes.
Can teachers use this without programming experience?โผ
Yes. You describe your course in plain English and the agent handles file generation, graph validation, and site building for you.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides