Knowledge

13 Skilljar mirrors + 10 deep dives.

Each knowledge mirror simplifies one official Skilljar course (the platform Anthropic uses to deliver CCA-F training): a 5-minute digest, the full lesson outline with our annotations, 5-6 cross-pillar key takeaways, listicle moments, and an FAQ block. The deep dives answer the question-driven long-tails real students search, with no Skilljar course behind them. Read mirrors to see how Anthropic teaches a topic; read concepts to learn the primitive itself.

13 mirrors10 deep divesCross-pillar bridgesSkilljar attributed
D1 · 27%

Agentic Architectures.

7 courses touching this domain.

D1Intro

Subagents: Context Management + Task Delegation

Subagents are specialized helpers that Claude Code spawns into their own context window to handle a focused task and return only a summary. They keep your main

D1 + D3 + D5Intro

Claude Code 101: Workflows + Context Mastery

Claude Code 101 is the daily-driver course for the agentic coding tool that reads your codebase, edits files, and runs commands inside an explicit `Explore, Pla

D5 + D1Intro

Introduction to Claude Cowork: Delegation for Knowledge Work

Claude Cowork is the same agentic architecture that powers Claude Code, retargeted at knowledge work: analysis, research, writing, and the documents you produce

D3 + D1 + D2Intermediate

Claude Code in Action: Integration Patterns

Claude Code in Action moves past the basics into the eight integration surfaces that turn Claude Code from a chat assistant into a real engineering tool: `/init

D2 + D1 + D4 + D5Intermediate

Building with the Claude API: Foundations to Agents

Building with the Claude API is the comprehensive bottom-up tour of the Anthropic SDK: messages, system prompts, streaming, structured outputs, evals, prompt en

D1 + D2Intro

Agent Skills: Reusable Prompts in Claude Code

Skills are reusable markdown files that teach Claude Code how to handle specific tasks automatically, so you stop repeating the same instructions every conversa

D1 + D2Intro

AI Capabilities and Limitations: A Mental Model of the Machine

Generative AI has four properties that each sit on a continuum from capability to limitation: Next Token Prediction, Knowledge, Working Memory, and Steerability

D2 · 18%

Tool Design + Integration.

9 courses touching this domain.

D5 + D2Intro

Claude 101: Foundations for Everyday Work

Claude 101 is the on-ramp course that teaches you what Claude is, how to write prompts that land, and how to organize work using Projects, Artifacts, Skills, an

D3 + D1 + D2Intermediate

Claude Code in Action: Integration Patterns

Claude Code in Action moves past the basics into the eight integration surfaces that turn Claude Code from a chat assistant into a real engineering tool: `/init

D2 + D1 + D4 + D5Intermediate

Building with the Claude API: Foundations to Agents

Building with the Claude API is the comprehensive bottom-up tour of the Anthropic SDK: messages, system prompts, streaming, structured outputs, evals, prompt en

D2 + D3Intermediate

MCP Foundations: Tools, Resources, Prompts

Model Context Protocol (MCP) is an open spec that lets any Claude client talk to any external system through a thin server, using three primitives: tools, resou

D2 + D3Advanced

MCP Advanced: Sampling, Notifications, Roots, Transports

This course extends the MCP foundations with the capabilities production servers actually need: sampling (server asks the client to call the model), log and pro

D1 + D2Intro

Agent Skills: Reusable Prompts in Claude Code

Skills are reusable markdown files that teach Claude Code how to handle specific tasks automatically, so you stop repeating the same instructions every conversa

D1 + D2Intro

AI Capabilities and Limitations: A Mental Model of the Machine

Generative AI has four properties that each sit on a continuum from capability to limitation: Next Token Prediction, Knowledge, Working Memory, and Steerability

D5 + D2Intermediate

Claude with Google Cloud Vertex AI: Deployment + GCP Integration

This 93-lesson course teaches the same Claude API surface as `claude-api-foundations` but accessed through Google Cloud's Vertex AI rather than the direct Anthr

D5 + D2Intermediate

Claude in Amazon Bedrock: Deployment + AWS Integration

This 83-lesson course teaches the same Claude API surface as `claude-api-foundations` but accessed through Amazon Bedrock rather than the direct Anthropic API.

D5 · 15%

Context + Reliability.

7 courses touching this domain.

D5 + D2Intro

Claude 101: Foundations for Everyday Work

Claude 101 is the on-ramp course that teaches you what Claude is, how to write prompts that land, and how to organize work using Projects, Artifacts, Skills, an

D1 + D3 + D5Intro

Claude Code 101: Workflows + Context Mastery

Claude Code 101 is the daily-driver course for the agentic coding tool that reads your codebase, edits files, and runs commands inside an explicit `Explore, Pla

D5 + D1Intro

Introduction to Claude Cowork: Delegation for Knowledge Work

Claude Cowork is the same agentic architecture that powers Claude Code, retargeted at knowledge work: analysis, research, writing, and the documents you produce

D4 + D5Intro

AI Fluency: The 4D Framework for Working with AI

AI Fluency teaches a four-competency framework for collaborating with AI: ==Delegation== (deciding what to give the AI), ==Description== (communicating clearly)

D2 + D1 + D4 + D5Intermediate

Building with the Claude API: Foundations to Agents

Building with the Claude API is the comprehensive bottom-up tour of the Anthropic SDK: messages, system prompts, streaming, structured outputs, evals, prompt en

D5 + D2Intermediate

Claude with Google Cloud Vertex AI: Deployment + GCP Integration

This 93-lesson course teaches the same Claude API surface as `claude-api-foundations` but accessed through Google Cloud's Vertex AI rather than the direct Anthr

D5 + D2Intermediate

Claude in Amazon Bedrock: Deployment + AWS Integration

This 83-lesson course teaches the same Claude API surface as `claude-api-foundations` but accessed through Amazon Bedrock rather than the direct Anthropic API.

Deep dives · Question-driven articles

10 long-tail deep dives.

Standalone articles that answer the specific failure-mode questions real students search. Not Skilljar mirrors - these are authored to capture People-Also-Ask traffic, and they still map to CCA-F domains.

D2★ Deep dive

Is There an MCP Certification? What Actually Certifies Model Context Protocol Skill

There is no standalone MCP certification. Model Context Protocol competence is certified inside Anthropic's CCA-F, specifically Domain 2 (Tool Design + MCP Inte

D1★ Deep dive

Agentic AI Certification: Which One Proves You Can Build Agents on Claude

Several agentic AI certifications exist. For building agents on Claude, the credential is Anthropic's CCA-F, where Domain 1 (Agentic Architectures, 27%) is the

D1★ Deep dive

Why Subagents Don't Automatically Inherit CLAUDE.md and How to Fix It

Subagents spin up with empty context - CLAUDE.md is a parent-session filesystem read, not a transmitted artifact. Here is how to force inheritance so subagents

D2★ Deep dive

Designing MCP Error Contracts That Trigger Claude's Retry Behavior

Claude only retries MCP tool calls when the error contract tells it the failure is transient. Here is the JSON envelope, the four required properties, and the e

D2★ Deep dive

How to Prevent MCP Tool Descriptions from Consuming Excess Context Window

MCP tool descriptions can silently eat 25% of your context window. Audit your token budget, apply progressive disclosure, prune redundant schema fields, and inj

D1★ Deep dive

Architecture-Aware, Refactor-Authorized Workflows: Getting Useful Results from AI Coding Agents

Pass the agent an explicit architecture contract, scope its refactor authorization, force a plan-confirm-execute loop, inject retrieval over codebase embeddings

D3★ Deep dive

Debugging Claude Code Hooks That Fire Silently or Don't Run At All

Four silent-failure causes, the canonical debug loop with --debug, the registered-but-skipped vs erroring-silently vs never-registered taxonomy, --hooks-dry-run

D5★ Deep dive

How to Ensure Claude Uses the Latest User-Provided Context After a Sequence of Updates

Five techniques for keeping Claude anchored on the most recent context after multiple updates - recency placement, override anchors, version stamps, compression

D2★ Deep dive

Handling Token Limits When Processing Large JSON Responses in an MCP Client/Server Flow

Four canonical patterns for shrinking oversized MCP tool results - field projection, pagination, chunk-with-summarize, and streaming - mapped to CCA-F D2/D5 wit

D4★ Deep dive

How to Handle Very Long Prompts for Complex Business Contexts Without Splitting Them

Five techniques for keeping a long business-context prompt coherent without breaking it into smaller calls - front-loaded decisions, hierarchical structure, XML

FAQ

6 questions about the Academy mirrors

Every Q is phrased as a real Google search query. Answers cite the same evidence-tagged sources used elsewhere on the site.

What is the Anthropic Academy?
Anthropic's free Skilljar-hosted course platform covering Claude foundations, Claude Code, MCP, AI Fluency, and platform-specific deployments (Bedrock, Vertex). 13 courses total as of May 2026, all free, no Anthropic Partner Network membership required. The Knowledge pillar here distills each course to the exam-critical points.
Which Anthropic Academy course is most exam-relevant?
Claude 101 (foundational, covers ~30% of CCA-F D4 and D5 content), Claude Code 101 (D2 tool design + D3 ops), and MCP Foundations (D2 integration). The AI Fluency Framework course is dense but covers the 4D framework concept that appears as a single high-density question in most exam attempts. Bedrock and Vertex are platform-specific - only critical if your Practice mock shows D5 weakness.
Are the Anthropic Academy courses really free?
Yes. All 13 courses on Skilljar are free and open to anyone - no Partner Network membership, no paid Anthropic account required. Just an email signup with Skilljar. The /exam-guide page links directly to the courses. The CCA-F certification exam itself does require Partner Network access, but the prep material is universally free.
How long does each course take?
Claude 101 is the longest at ~4 hours of video content. Most other courses are 60-120 minutes. The Knowledge summaries on this site condense each to a 10-15 minute read covering the exam-critical 20% - useful as a primer before watching, or as a refresher after.
Can I pass CCA-F just by watching the Anthropic Academy courses?
Maybe, but you'll be on the edge. The courses cover concepts thoroughly but don't drill the production-scenario combinations the exam tests. The Knowledge summaries + Concepts pages + a 30-Q mock here close that gap. Beta cohort data: candidates relying only on Academy averaged 680/1000; those who added scenario drills averaged 750/1000.
Is there a recommended order for the courses?
Yes. (1) Claude 101 - foundational primitives. (2) Claude Code 101 - agentic patterns. (3) MCP Foundations + MCP Advanced - the integration layer. (4) AI Fluency Framework - mental models the exam tests. (5) Subagents, Skills, Hooks - D1 deep dives. (6) Platform courses (Bedrock, Vertex) only if you target those platforms in your work.