Help us improve
Share bugs, ideas, or general feedback.
Development marketplace for claude-code-tutor plugin
npx claudepluginhub malston/claude-code-tutorInteractive tutor for Claude Code workshop attendees. Teaches via wiki content and Anki flashcards with progressive topic unlocking.
No description available.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
No description available.
Share bugs, ideas, or general feedback.
A Claude Code plugin that tutors workshop attendees on how to use and improve their Claude Code workflow. Content is sourced from the Claude Code Wiki and Anki flashcard decks via AnkiConnect.
The tutor's quiz mode pulls questions from Anki flashcard decks built from the Claude Code Wiki. To set them up:
claude plugin marketplace add malston/claude-code-tutor
claude plugin install claude-code-tutor@claude-code-tutor-dev
Run the setup command to configure your preferences:
/claude-code-tutor:setup
This creates ~/.claude-code-tutor/progress.json with your settings:
Just ask any Claude Code question and the tutor skill activates automatically:
"How does prompt caching work?" "What's the best way to set up hooks?"
/claude-code-tutor:tutor # Resume where you left off
/claude-code-tutor:tutor internals # Start guided discovery for a specific topic
/claude-code-tutor:tutor quiz # Quiz on your current topic
/claude-code-tutor:tutor quiz guides # Quiz on a specific topic
/claude-code-tutor:tutor progress # See your progress across all topics
Topics unlock as you complete prerequisites:
Level 1: Internals (start here)
Level 2: Guides (requires Internals)
Level 3: Extending (requires Internals)
Level 4: Product (requires Guides)
Level 5: Enterprise Rollout (requires Extending)
Level 6: Training Paths (requires Product + Enterprise Rollout)
Locked topics use soft gates -- you can jump ahead, but the tutor will offer to cover foundations first.
| Type | Name | Purpose |
|---|---|---|
| Skill | tutor | Auto-invokes on Claude Code questions, routes to interaction modes |
| Agent | content-retriever | Fetches wiki content and AnkiConnect flashcards |
| Agent | assessment-evaluator | Scores teach-back explanations and quiz answers |
| Command | /claude-code-tutor:tutor | Structured learning sessions |
| Command | /claude-code-tutor:setup | First-run configuration |
| Hook | SessionStart | Session status display (opt-in) |
| Hook | PostToolUse | Progress auto-save (opt-in) |
MIT