Study flashcards for the Claude Certified Architect exam
Use this skill to study flashcards for the Claude Certified Architect exam.
agentic-architecture: Agentic Architecture & Orchestrationtool-design: Tool Design & MCP Integrationclaude-code: Claude Code Configuration & Workflowsprompt-engineering: Prompt Engineering & Structured Outputcontext-management: Context Management & Reliabilityall: All topics combinedRun the flashcard server:
python3 scripts/flashcard_server.py --topic <topic>
The server will open automatically in your browser
Study with keyboard controls:
Progress is saved locally in your browser
Add new flashcards to flashcards/<topic>-flashcards.md:
### Front
Your question here
### Back
Your answer here (1-3 sentences)
Then regenerate with: python3 scripts/flashcard_server.py --static --topic <topic>
This works with Kilo, Claude Code, and OpenCode. Run the same Python script regardless of which AI app you're using.