Claude Architect Prep banner
spyrae spyrae

Claude Architect Prep

Development community

Description

Interactive Claude Code skills for Claude Certified Architect — Foundations exam preparation. Tutor + 77-question mock exam.

Installation

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

README

Claude Architect Prep

Interactive Claude Code skills for preparing for the **Claude Certified Architect — Foundations** certification exam.

Two skills that work together:

  • /cert-prep — Interactive tutor that teaches all 5 exam domains
  • /cert-exam — 77-question mock exam with scoring

What's Inside

File Description
cert-prep.md Interactive tutor skill — teaches concepts, highlights exam traps, quizzes you
cert-exam.md Mock exam skill — 77 scenario-based questions with scaled scoring
exam-questions.md Question bank (77 questions across 5 domains)

Exam Domains

Domain Weight Task Statements
D1: Agentic Architecture & Orchestration 27% 7
D2: Tool Design & MCP Integration 18% 5
D3: Claude Code Configuration & Workflows 20% 6
D4: Prompt Engineering & Structured Output 20% 6
D5: Context Management & Reliability 15% 6

Installation

Option 1: Global install (works from any project)

# Create skills directory if it doesn't exist
mkdir -p ~/.claude/skills

# Copy skills
cp cert-prep.md ~/.claude/skills/cert-prep.md
cp cert-exam.md ~/.claude/skills/cert-exam.md

# Copy exam questions
mkdir -p ~/.claude/"Claude Certification"
cp exam-questions.md ~/.claude/"Claude Certification/Claude Certification Exam.md"

Option 2: Project-level install

# Copy to your project
mkdir -p .claude/skills
cp cert-prep.md .claude/skills/cert-prep.md
cp cert-exam.md .claude/skills/cert-exam.md
cp exam-questions.md exam-questions.md

Usage

Study a domain

/cert-prep 1        # Domain 1: Agentic Architecture
/cert-prep 2        # Domain 2: Tool Design & MCP
/cert-prep 3        # Domain 3: Claude Code Config
/cert-prep 4        # Domain 4: Prompt Engineering
/cert-prep 5        # Domain 5: Context Management
/cert-prep all      # Full course, all domains
/cert-prep weak     # Focus on your weak areas