carolinacherry/claude-certified-architect

12 stars · Last commit 2026-03-16

Claude Code plugin for studying the Claude Certified Architect (Foundations) certification exam. Covers all 5 domains, 30 task statements, and 6 scenarios from the official Anthropic exam guide.

README preview

# Claude Certified Architect — Exam Prep

A Claude Code plugin for studying the Claude Certified Architect — Foundations (CCA-F) certification exam.

Covers all 5 domains, 30 task statements, 6 exam scenarios, anti-patterns, and decision rules from the [official Anthropic exam guide](https://anthropic.skilljar.com/claude-certified-architect-foundations-access-request).

## Install

```
/plugin marketplace add carolinacherry/claude-certified-architect
/plugin install claude-certified-architect
```

Restart Claude Code after installation.

## Usage

```
/claude-certified-architect              # Exam overview, pick a domain
/claude-certified-architect 1            # Study Domain 1 (Agentic Architecture)

View full repository on GitHub →