Interactive study environment for the Claude Certified Architect - Foundations certification. Uses Claude Code as a personalized tutor that adapts to your strengths and weaknesses over time.
# 1. Clone the repo
git clone <repo-url>
cd ClaudeCodeQuiz
# 2. Open Claude Code
claude
# 3. Set up your learner profile
/setupThat's it. The /setup command creates your personal profile and walks you through the rest.
| Command | What It Does |
|---|---|
/setup |
Create your learner profile (run once) |
/quiz |
Interactive multiple-choice quiz, adapts to your weak areas |
/study [topic] |
Tutoring mode — e.g., /study mcp, /study hooks, /study batch api |
/flashcards |
Rapid-fire Q&A drill |
/weak-spots |
Diagnostic: 10 hard questions + readiness report |
/cheat-sheet |
Quick reference of key numbers, decision trees, anti-patterns |
/save-progress |
Run at end of every session — persists what you learned |
/setup → creates profile/learner.md (your strengths, weaknesses, progress)
↓
/quiz or /study or /flashcards → reads your profile → personalizes questions
↓
/save-progress → analyzes session → updates profile with scores, mastered/struggling concepts
↓
Next session → reads updated profile → targets your actual weak spots
Your profile/ directory is gitignored — each person gets their own.
| Domain | Weight |
|---|---|
| 1. Agentic Architecture & Orchestration | 27% |
| 2. Tool Design & MCP Integration | 18% |
| 3. Claude Code Configuration & Workflows | 20% |
| 4. Prompt Engineering & Structured Output | 20% |
| 5. Context Management & Reliability | 15% |
- Format: Multiple choice, 4 options, 1 correct
- Passing score: 720 / 1000
- Scenarios: 4 of 6 randomly selected per exam
All in docs/:
- Domain guides — one per exam domain with key concepts, patterns, and exam traps
exam-cheat-sheet.md— all key numbers, decision trees, anti-patterns on one pagemcp-deep-dive.md— deep dive on MCP architecture, tools, resources, error handlingagent-sdk-deep-dive.md— Agent SDK code patterns, hooks, sessions
Practice in quiz/:
practice-questions.md— 20 questions across all domains with explanationsscenario-questions.md— 12 scenario-based questions matching exam formatflashcards.md— ~50 rapid-fire Q&A flashcards
/weak-spots— find out where you stand/studyon your weakest domain/quizto test retention/flashcardsfor rapid review/cheat-sheetbefore the exam