INDEPENDENT CLAUDE LEARNING · NO AFFILIATION WITH ANTHROPIC PBC

Curriculum

Claude skills in six tracks — a Claude tutorial in order

Claude skills are built in dependency order, not picked from a menu — which is why this Claude tutorial starts with what the model actually is. The order is the content: you cannot design a context window before you know what a token is, and you cannot judge whether an agent belongs in your stack before you can reason about tools and termination. Read top to bottom the first time. After that, your own record decides — the coach probes your weakest relevant concept, so you can enter anywhere and it will pull you back to whatever is actually missing.

The chain runs: the machinethe inputwhat it rememberswhether you can trust itwhat it can reachwhen it acts on its own. The first two tracks are about talking to a model. The middle two are about making it dependable. The last two are about wiring it into systems, which is where most real failures live and why they come last rather than first.

1 · Claude Foundations

Assumes: nothing. Afterwards: you can say what the model is actually doing when it answers, choose between chat, API, Claude Code and Desktop for a given job, and treat tokens and the context window as a budget you spend rather than a limit you bump into.

Open Claude Foundations

2 · Prompting & Output Craft

Assumes: foundations — you need the token and surface model before prompt structure means anything. Afterwards: you can get a specific format out of the model reliably instead of by retrying, decide between structured output and tool use on purpose, and recognise a prompt-injection attempt in text you did not write.

Open Prompting & Output Craft

3 · Context & Memory

Assumes: prompting — context design is prompt design at scale and over time. Afterwards: you can decide what goes in the window and what stays out, choose compaction over truncation deliberately, hand a fresh session everything it needs, and write a CLAUDE.md that is actually followed.

Open Context & Memory

4 · Reliability, Security & Trust

Assumes: context — you cannot verify an answer whose inputs you do not control. Afterwards: you can build a check that catches a wrong answer before a user sees it, tell a confident answer from a correct one, and state plainly what your setup does with sensitive data.

Open Reliability, Security & Trust

5 · Tools & MCP

Assumes: reliability — a tool hands the model real consequences, so the checks come first. Afterwards: you can draw the boundary of a tool, describe it so the model calls it correctly, pick a transport for an MCP server, and reason about what a tool must never be allowed to do.

Open Tools & MCP

6 · Agents & Orchestration

Assumes: everything above — an agent is a loop over tools, context and checks. Afterwards: you can decide where a loop terminates, when to fan work out to subagents and when that only multiplies the mess, and when an agent is the wrong answer entirely.

Open Agents & Orchestration

What a track actually is

A track is a presentation unit: a handful of modules, each of which opens a Socratic dialogue on that topic. What is measured is not the module but the named concepts inside it — the coach judges those per turn, flashcards and study notes are generated from the ones you fumbled, and a cold quiz round then tests them with nobody scaffolding you. One record sits behind all four surfaces, which is why progress carries between them. The full loop is described on how ClaudeMaster works, and the two numbers it produces — the work you put in, and how far you have come on your current level — are explained in how grinds and your ClaudeScore are calculated.

Reading material for single concepts lives outside the tracks as practitioner guides, and each track page lists the guides that belong to it. Dialogue, cards, notes and quiz all draw on the same record, so you can learn it in whichever format suits you.

How do you learn Claude Code from here?

Claude Code sits at the end of the chain, not the beginning. It runs agent loops over tools, context and checks — which means every track before it is a prerequisite you will feel the absence of. If Claude Code is why you came, the fastest route is still Foundations first: start there, then prompting, context, reliability and tools and MCP before agents.

Where should you start?

If you are new to Claude, start at Claude Foundations. If you already ship with it, start anywhere and let the first dialogue find the holes — open the Socratic coach and answer one scenario.

Independent practitioner notes from ClaudeMaster.ai. This is not official documentation and is not affiliated with Anthropic PBC. Verify anything version-specific against the vendor’s own docs.

Independence & disclaimer · Your data · Privacy policy · Contact · ©2026 ClaudeMaster.ai