claude-certified-architect-guide

vkorost/claude-certified-architect-guide
★ 21 stars Unknown language 🤖 AI/LLM Updated today
Unofficial study guide for Anthropic's Claude Certified Architect (CCA-F) certification. Covers agentic loops, multi-agent systems, subagents, MCP servers, hooks, tool routing, CLAUDE.md hierarchy, slash commands, plan mode, and Claude Code CI/CD pipelines.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-certified-arc": {
      "command": "npx",
      "args": [
        "-y",
        "vkorost/claude-certified-architect-guide"
      ]
    }
  }
}

README Excerpt

A practitioner reference for the Anthropic CCA-F certification exam: patterns, pitfalls, and production trade-offs across all five exam domains. 12 chapters covering the agentic loop, tool design, configuration hierarchies, prompting discipline, context management, and reliability engineering for Claude Code and the Claude platform.