asadullah48

ClaudeCertMastery — Development skill for Claude Code

Development community

Exam-prep platform for the four Claude certification tracks.

How to install ClaudeCertMastery

This entry records only its repository, not the path inside it, so there is no exact command to give. Open asadullah48/ClaudeCertMastery and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What ClaudeCertMastery does

Exam-prep platform for the four Claude certification tracks. Blueprint-weighted practice exams, a timed runner, scaled scoring (100-1000, pass line 720), per-domain mastery, and Claude-generated remediation targeted at the answer you actually chose. FastAPI + Next.js. 333 tests.

Alternatives in Development

README

Claude Cert Mastery

Exam-prep platform for the four Claude certification tracks. Candidates sit blueprint-weighted practice exams, receive a scaled score on the real 100–1000 band with a 720 pass line, get a per-domain mastery breakdown, and drill weak areas.

**Live:**

**Status:** Session 4 complete — 333 tests passing.

**The live link is the frontend only.** The backend is not deployed yet, so the deployed site renders its shell and then reports that it cannot reach the API. Nobody can sit an exam on it. Follow [Setup](#setup) to run both halves locally, which is the only way to use the product today. Wiring the two together is tracked under [Deployment](#deployment).

Frontend Next.js 16 (App Router), TypeScript, Tailwind v4, Zustand
Backend FastAPI, SQLAlchemy 2.0, Alembic, Pydantic v2
Database SQLite (dev) / PostgreSQL (prod)
AI Claude API — claude-opus-5
Companion tutor Zia Tutor AI over MCP (optional)
Email verification Mailboxlayer via APILayer (selected, not yet integrated)

See [`SPEC-CERT-MASTERY.md`](SPEC-CERT-MASTERY.md) for the full specification, and the `SESSION-N-SUMMARY.md` files for what shipped in each session.


What works today

  • Track catalog — all four tracks; CCAO-F is fully authored, the other three are registered and marked "content coming".
  • Blueprint-weighted exam generation — a 60-item CCAO-F exam is composed as 8/13/7/10/7/9/6 across the seven domains, matching the published weights exactly.
  • Exam runner — wall-clock timer, flag-for-review, question grid, keyboard navigation, per-question timing, and a confirm step that names how many items are still unanswered.
  • Scaled scoring — 100–1000, with the pass line landing exactly on 720.
  • Review screen — score against the pass line, per-domain mastery bands, and per-item remediation.
  • **A