ccaf-exam-tutorial

mcp
Security Audit
Warn
Health Pass
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 10 GitHub stars
Code Warn
  • Code scan incomplete — No supported source files were scanned during light audit
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

Hands-on study companion for the Claude Certified Architect - Foundations (CCA-F) exam.

README.md

CCA-F Exam Tutorial

License: MIT
GitHub stars
Last commit
Open issues

Hands-on study companion for the Claude Certified Architect - Foundations (CCA-F) exam.

About

Generates a self-contained, single-file HTML workbook of eight runnable tutorials covering every domain of Anthropic's Claude Certified Architect – Foundations (CCA-F) exam. The pedagogy is verification-gated: each tutorial is built, then deliberately broken, then ticked off a checklist — passive reading does not advance the page. Pair it with your preferred theory resource and practice questions; this project is independent and unofficial.

Usage

Open index.html in a browser — no build step, no framework, no server. The workbook renders on desktop, tablet, and mobile.

Desktop Tablet Mobile
Desktop screenshot Tablet screenshot Mobile screenshot
git clone https://github.com/jamesbuckett/ccaf-exam-tutorial.git
cd ccaf-exam-tutorial
xdg-open index.html   # Linux
# open index.html     # macOS
# start index.html    # Windows

A hosted copy is available at ccaf-exam-tutorial.vercel.app.

Project Structure

.
├── index.html         # The workbook — open this in a browser
├── study-guide.html   # Companion theory notes
├── screenshots/       # Viewport screenshots (desktop / tablet / mobile)
├── docs/              # Additional documentation assets
├── screenshot.mjs     # Playwright helper that regenerates the screenshots
├── CLAUDE.md          # Project rules for Claude Code
├── LICENSE
└── README.md

Maintenance

The content decays as Anthropic ships — re-verify these against primary sources roughly quarterly (last full check: 2026-07-02):

  • Model pricing table in usage.py and all cost claims → models overview
  • Context-window, stop_reason, caching, and structured-output claims → platform.claude.com/docs
  • MCP transport/auth terminology → MCP spec
  • Claude Code install command, CLAUDE.md semantics, MCP resource handling → code.claude.com/docs
  • Exam fee, domain weights, delivery, validity in study-guide.html → official CCA-F exam guide via Pearson VUE
  • Tutorial 08 prep.py still extracts >15K chars from the Gutenberg file
  • Update the freshness stamp in the hero and the v2026.NN version strings

Contributing

Issues and pull requests welcome. Please open an issue first to discuss substantial changes.

License

MIT © 2026 James Buckett

Reviews (0)

No results found