# Clone the repository
gitclonehttps://github.com/dmccreary/claude-skills
cdclaude-skills
# Set environment variable (add to ~/.bashrc or ~/.zshrc)exportBK_HOME=$HOME/Documents/ws/claude-skills
exportPATH="$HOME/.local/bin:$PATH"# Reload shell configsource~/.bashrc# or source ~/.zshrc# Install scripts and skills$BK_HOME/scripts/bk-install-scripts
bk-install-skills
# Verify installation
bk# Show main menu
bk-list-skills# List available skills
2. Bloom's Taxonomy (2001) - 6 Cognitive Levels
Level
Name
Color
Verbs
1
Remember
Red
Define, list, recall, identify
2
Understand
Orange
Summarize, explain, classify
3
Apply
Yellow
Implement, solve, use
4
Analyze
Green
Differentiate, compare, organize
5
Evaluate
Blue
Judge, critique, assess
6
Create
Purple
Design, construct, develop
3. The 12-Step Intelligent Textbook Workflow
Step
Task
Skill Command
1
Course Description
/skill course-description-analyzer
2
Bloom's Integration
(manual in course-description.md)
3
Concept Enumeration
/skill learning-graph-generator
4
Dependencies (DAG)
(included in step 3)
5
Taxonomy Categories
(included in step 3)
6
Graph Visualization
(JSON output from step 3)
7
Chapter Structure
/skill book-chapter-generator
8
Chapter Content
/skill chapter-content-generator
9
MicroSim Creation
/skill microsim-p5
10
Glossary & FAQ
/skill glossary-generator then /skill faq-generator
mkdocsserve# Preview locally at http://localhost:8000
mkdocsbuild--strict# Build for production (check for errors)
mkdocsgh-deploy# Deploy to GitHub Pages
6. ISO 11179 Definition Standards (Glossary Quality)
Definitions must be: Precise | Concise | Distinct | Non-circular | No business rules