Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Claude Code Masterclass 2026: AI Agents, MCP & Automation
New
6 students

Claude Code Masterclass 2026: AI Agents, MCP & Automation

Build a real app with Claude Code: plan mode, project memory, skills, hooks, subagents, MCP, headless mode and CI
Created byJosé Calderón
Last updated 9/2026
English
English

What you'll learn

  • Plan, build and review features with Claude Code on a real Node.js project, from an empty folder to a tested app
  • Write project instruction files, rules and briefs that keep Claude consistent across sessions
  • Use plan mode, permission modes, subagents, skills and hooks, and know when each one pays off
  • Debug intermittent bugs by proving the cause first, and turn manual checks into automated tests
  • Keep long sessions focused with /context, /compact and /clear, and control what they cost
  • Connect Claude Code to your tools with MCP, build and share your own server, and keep write access behind permissions
  • Run Claude Code unattended: scripts with JSON output, a pull request review in CI, and your own agent with the Agent SDK
  • Land a change that touches the store, the API, the page and the tests, with a database migration proved on real data

Course content

5 sections28 lectures2h 4m total length
  • Welcome: what you will build and how this course works4:34

    What this course is, what you will build, and how it is taught: one real project, TaskFlow, grown from an empty folder into a tested app with an API, a database, a web page and an MCP server. Every demo is a real Claude Code session, including the ones where it gets things wrong. Here you also see how the course is structured and what each download contains.

  • Install Claude Code and run your first session4:55

    Install Claude Code on Windows, macOS or Linux, sign in, and run a first session. You will see what the terminal shows, how to check the version you are on, and the handful of commands worth knowing on day one. Verified against the official setup documentation and a real installation of version 2.1.268.

  • The first prompt that actually works5:13

    The difference between a request that gets what you meant and one that wastes ten minutes: naming the failure case, the constraints and how you want to see the result. You also meet permission modes, the keyboard shortcut that cycles them, and the slash commands you will actually use.

  • From an empty folder to a running API5:48

    Claude Code builds the first version of TaskFlow: a small task API with tests, from nothing. You see the brief, the plan, the code it wrote, the tests running, and the first real API calls. Download: the project exactly as it stands at the end of this lesson, so you can run it yourself.

  • CLAUDE.md, the project's memory5:48

    Where the project memory file lives, how the four locations load, and what belongs in it: commands, layout, conventions and rules. You will see how the file changes what Claude does in the next session, and how to keep it short enough to be read. Download: TaskFlow with its own memory file and the brief used to write it.

  • Hooks: the rules that are not suggestions5:10

    A hook is your rule, enforced by the tool, not by hope. Two real hooks: one that blocks a dangerous shell command, and one that parses every file after it is edited. You see the events, the exit codes that block, and the output on screen when a rule fires. Download: TaskFlow with both hooks and their settings.

  • Skills: teach it your way of working5:46

    A skill is a folder with instructions that Claude loads only when it needs them. You build one that adds an endpoint the way this project does it: the rule in the store, a thin route, errors that carry a status, and two tests. Then you watch it used on a real change. Download: the project with the skill.

  • Subagents: delegate the job, not the mess5:34

    A subagent has its own context window and returns only its report, which is what makes it useful and what makes it easy to misuse. You define two, watch them run, and see exactly what comes back into the main session and what does not. Download: TaskFlow with the two subagents and their instructions.

  • Check yourself: the Claude Code essentials

Requirements

  • Basic programming experience in any language (JavaScript helps, but is not required)
  • A computer with Windows, macOS or Linux, and Node.js 24 or later
  • A Claude subscription or Anthropic API access to run Claude Code

Description

This course contains the use of artificial intelligence.

Claude Code can write a feature in minutes. It can also tell you a task is done when it isn't, forget a rule halfway through a long session, or fix the symptom instead of the bug. This course teaches you to get the first without the rest.

Every lesson is built on real Claude Code sessions, not staged demos. You'll watch one project, TaskFlow, grow from an empty folder into a tested app with an API, a database, a web page and its own MCP server, one real session at a time. When Claude gets something wrong, and it does, you'll see the actual output, how it was caught and how it was fixed.

What you'll practice:

  • Writing briefs that get the result you meant, and using plan mode before big changes

  • Project instructions, rules and memory that keep a project consistent across sessions

  • Permission modes, and when to let Claude edit without asking

  • Subagents, skills and hooks for work you repeat

  • Debugging bugs that only happen sometimes, and proving the fix

  • Keeping long sessions sharp with /context, /compact and /clear

  • Turning manual browser checks into automated tests

  • MCP: adding servers, building your own, sharing it with the team, and keeping write tools behind a permission

  • Claude Code without you watching: scripts with JSON output, a pull request review that runs in CI, and your own agent with the Agent SDK

  • Where the money goes in a run, measured, and the choices that change the bill

  • One bigger change end to end: the plan, six commits, and a database migration proved on a copy of real data

Twenty-eight lessons, and twenty-five downloads: each one is the project at that exact point, so you can run the same commands yourself, plus the prompts, project instruction files, subagents, skills, hooks, the MCP server and the scripts used on screen.

How this course is made: the instructor designs and reviews the course, and the "from my work" examples come from the instructor's own projects. Every Claude Code session shown was actually run and checked; the terminal output on screen comes from those sessions. The narration uses an AI voice, the slide illustrations are AI-generated.

Who it's for: developers and technical people who already write some code and want to use Claude Code in real projects with confidence.

Who this course is for:

  • Developers who want to use Claude Code on real projects, not just demos
  • Technical people who automate work and want an AI agent they can trust and check
  • Anyone who has tried AI coding tools and got results that looked done but weren't