Vault / index.md
Index
Catalog of every note in the vault. Update on every add.
Two ways in:
- Take the course (guided, from zero): README → catalog → README. Run the repo in Claude Code/Cowork and CLAUDE tutors you and tracks progress in learner-db.json.
- Use as reference (cert prep): cca-f-exam-overview → study-plan → cheatsheet.
🎓 The Course (mirrors every Anthropic course)
- README — course home and study method · how-to-use-hyperframes — what a hyperframe lesson is
- catalog — the mirror checklist of all 20 Anthropic courses
- On-ramps: track-0a-non-technical · track-0b-never-used-claude · setup-checklist
- Tracks: README → track-1-claude-foundations · track-2-effective-prompting · track-3-building-with-the-api · track-4-claude-code · track-5-mcp-and-tools · track-6-agents-skills-subagents · track-7-deployment-and-scale · track-8-certification-cca-f
- Lessons:
course/courses/(20 hyperframe mirrors) · Projects:course/projects/(p01–p16) - Tutor prompts: study-tutor · progress-tracker · quiz-master · socratic-questioner · concept-explainer-eli5 · cca-f-exam-coach
- Tracking: progress · certification-roadmap · learning-journal-template · learner-db.schema
101 — Foundations
- claude-overview — what Claude is and the surfaces it ships on
- model-family — Opus / Sonnet / Haiku, picking a model, current IDs
- claude-ai-features — Projects, Artifacts, file uploads, MCP connectors
- prompt-engineering-basics — the 5+2 prompt levers and common failures
- anthropic-safety — Constitutional AI, HHH, Responsible Scaling Policy
- claude-cowork — Claude working directly on files, folders, and apps; skills, plugins, standing context
- ai-fluency-4d — Anthropic's 4D Framework: Delegation, Description, Discernment, Diligence
- ai-capabilities-limitations — four machine properties: prediction, knowledge, working memory, steerability
201 — Building with Claude
API
- messages-api — request/response shape, content blocks,
stop_reason - system-prompts — structure, principles vs conditionals, dilution
- tool-use — the tool loop, schemas,
tool_choice, common pitfalls - parallel-tool-use — multiple
tool_usein one turn; latency wins - computer-use — beta desktop control: screenshot → click/type loop, versions, safety
- streaming — SSE events, streaming + tools + thinking
- prompt-caching —
cache_control, breakpoints, TTLs, CALM - extended-thinking — when to enable thinking; signatures
- vision — image and PDF input
- multi-turn-conversations — statelessness, turn rules, compaction
- structured-output — three techniques ranked, schemas, validation
- few-shot-prompting — choosing examples, XML tags, classification
- rag-patterns — long-context vs RAG, contextual retrieval, citations
- batch-api — bulk offline jobs at 50% off
- claude-bedrock — Claude on AWS Bedrock, diffs from first-party
- context-management — compaction strategies, state objects, token budgets
MCP
- mcp-overview — protocol, three primitives, architecture
- mcp-tools — model-controlled actions; annotations
- mcp-resources — application-controlled data; URIs, templates
- mcp-prompts — user-invoked templates / slash commands
- mcp-server-python — building servers with Python SDK + FastMCP
- mcp-transports — stdio, SSE, Streamable HTTP
- mcp-trust-config — config scopes, confirmation, least privilege
- mcp-advanced — sampling, roots, notifications, scaling
- tool-design-principles — the 8 rules of good tool design
- error-handling-in-tools — error taxonomy and patterns
Claude Code
- claude-code-overview — surfaces, built-ins, permission model
- claude-code-md — CLAUDE.md hierarchy and what belongs where
- claude-code-settings — settings.json, permissions, output formats
- claude-code-slash-commands —
.claude/commands/*.mdand$ARGUMENTS - claude-code-hooks — lifecycle hooks for deterministic guardrails
- claude-code-plan-mode — propose-then-execute for ambiguous tasks
- agent-skills — reusable capability bundles via SKILL.md
- subagents — isolated delegate agents
- agent-sdk — the library Claude Code is built on
- agentic-patterns — the five canonical agent shapes
- claude-platform-101 — Developer Platform intro: agent loop, managed vs self-hosted agents, costs
301 — Certification
Certifications (2026)
- certifications-overview — all four exams: Pearson VUE, scoring, retakes, renewal, partner discounts
- ccao-f-exam — Associate – Foundations: 7 domains for Claude-as-productivity-tool users
- ccdv-f-exam — Developer – Foundations: 8 domains, Applications & Integration at 33.1%
- ccar-p-exam — Architect – Professional: 7 domains, governance and stakeholder work at 28%
Exam
- cca-f-exam-overview — format, domains, weights, six scenarios
- study-plan — four-phase plan with course/note/hands-on mapping
- cheatsheet — single-page brain-dump for the final week
- glossary — definitions you should know cold
Domains
- cca-domain-1-agents — Agentic Architecture & Orchestration (27%)
- cca-domain-2-tools-mcp — Tool Design & MCP Integration (18%)
- cca-domain-3-claude-code — Claude Code Configuration & Workflows (20%)
- cca-domain-4-prompting — Prompt Engineering & Structured Output (20%)
- cca-domain-5-context-reliability — Context Management & Reliability (15%)
Scenarios
- cca-scenarios — playbooks for all six exam scenarios
Practice (365 MCQs across all four exams)
- README — how to drill + score
- CCAR-F (90): domain-1-agents · domain-2-tools-mcp · domain-3-claude-code · domain-4-prompting · domain-5-context-reliability
- CCAO-F (92, QSTORM-generated): d1 prompting · d2 evaluation · d3 selection · d4 workflows · d5 config · d6 governance · d7 troubleshooting
- CCDV-F (87, QSTORM-generated): d1 agents · d2 integration · d3 claude-code · d4 eval · d5 models · d6 context · d7 security · d8 tools/mcp
- CCAR-P (96, QSTORM-generated): d1 design · d2 prompting · d3 integration · d4 eval · d5 governance · d6 stakeholders · d7 productivity
401 — Bonus tracks
STORM & reverse prompting
- storm-overview — Stanford's multi-perspective research pipeline
- storm-pipeline — the four STORM modules, stage by stage
- storm-for-exams — QSTORM: adapting STORM to exam-question generation
- co-storm — human-in-the-loop discovery of unknown unknowns
- co-storm-for-notes — Co-STORM retargeted to research broad new vault notes (the deep-note path)
- reverse-prompting-overview — flipped interaction + reverse prompt engineering
- reverse-prompting-patterns — quiz-me loops, elicitation wizards, structured branching
Vectors, RAG & local data
- rag-fundamentals — chunking, hybrid search, RRF, reranking, eval
- turso-vector-search — libSQL native vectors, DiskANN, vector_top_k
- supabase-pgvector — pgvector operators, match_documents RPC pattern
- local-first-databases — embedded replicas, Turso Sync, sqlite-vec
Shipping
- supabase-for-app-devs — auth/PKCE, RLS, edge functions, keys
- vercel-deployment — preview/prod deploys, env vars, domains, cron
- how-this-site-works — claude.upliftduo.com's architecture as a worked example
Programmatic video
- remotion-fundamentals — frames, interpolate, spring, Sequence
- remotion-player — in-browser playback with @remotion/player
Skills as lessons
- skill-storm-questions — packaging QSTORM as a Claude Code skill
- skill-vault-sync — the weekly refresh skill
- skill-course-builder — courses as configuration
- skill-flashcard-gen — flashcards harvested from notes
Raw sources
- 2026-05-28-karpathy-vault-pattern — the three-layer vault pattern
- 2026-05-28-cca-f-overview — CCA-F exam details and learning-path inventory
- 2026-05-28-building-effective-agents — Anthropic's canonical agentic patterns post
- 2026-05-28-mcp-architecture — official MCP architecture docs
- 2026-05-28-claude-code-overview — official Claude Code overview (code.claude.com)
- 2026-05-28-prompt-engineering-index — pointer to "Prompting best practices"