Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Claude Code : Agent Skills, Agent Loop, Code Agents, MCP
Rating: 4.4 out of 5(613 ratings)
2,886 students

Claude Code : Agent Skills, Agent Loop, Code Agents, MCP

Build Generative AI-augmented using Claude Code, Agent Skills, Agent Loop, MCP, Subagents, Slash Commands, AI Workflows
Last updated 7/2026
English
English [Auto],Spanish [Auto],

What you'll learn

  • Design and Deploy Specialized AI Subagent Systems: Students will master the creation and configuration of specialized AI subagents
  • Master Claude Code's Memory Architecture: Students will understand how to create, organize, and maintain hierarchical memory files
  • Establish Enterprise-Ready AI Development Workflows: Students will design complete development workflows
  • Establish Enterprise-Ready AI Development Workflows: Students will design complete development workflows

Course content

23 sections109 lectures6h 44m total length
  • Introduction to Claude Code7:07

    Discover what Claude Code is and how it brings AI-assisted development directly into your terminal. See how it can understand projects, generate code, troubleshoot issues, and streamline development workflows.

  • Install Claude Code3:46

    Step-by-step walkthrough of installing Claude Code on your machine. Covers prerequisites, setup, and verifying your installation works correctly.

  • Using Claude Code with an IDE6:01

    Connect Claude Code to your integrated development environment for a smoother coding experience.
    See how terminal-based AI assistance and your code editor can work together during development.

  • Hands-On Project: Build an Expense Tracker6:20

    Apply your Claude Code skills by building a practical expense-tracking application. Move from a basic project idea to working functionality using natural-language prompts and iterative development.

Requirements

  • Modern development environment (Windows, macOS, or Linux), Claude Code installation, API access GitHub account for MCP server integration and Terminal/command-line access

Description

“This course contains the use of artificial intelligence to give better experience on a better voice quality”

July 4, 2026 - Agent Loop

June 26, 2026 - Agent Skills

Course Overview
Master Claude Code, Skills, Agent Loop, AI Subagents, MCP Servers, Slash Commands, Hooks, and GitHub Actions to build next-generation AI-augmented developer workflows. This course is your complete guide to the future of software engineering—where AI works alongside developers through automated pipelines, intelligent context handling, and  well-orchestrated subagent systems.

This hands-on program teaches you how Claude Code transforms development productivity by acting as an AI teammate capable of executing workflows, running MCP servers, generating code, reviewing API designs, maintaining memory, and performing GitHub-integrated automations.

Whether you’re a software engineer, DevOps professional, QA engineer, or an AI enthusiast, this course equips you with the skills to build enterprise-grade AI workflows using Claude Code’s cutting-edge capabilities.

Learning Objectives

By the end of this course, students will be able to:

  • Understand Claude Code: Explain how Claude Code functions as both an MCP server and client, and its role in AI-assisted development

  • Agent Skills : Give your agents new abilities in minutes. Package expertise, workflows, and tools into reusable Skills — no rebuilding from scratch every time.

  • The agent loop : The five-step cycle — receive, evaluate, execute, repeat, return — that powers every Claude Code session, running once for a quick lookup or hundreds of times for a complex refactor. It's the same loop exposed directly through the Claude Agent SDK, giving you full visibility and control over how Claude reasons, calls tools, and returns results.

  • Implement Subagent Systems: Design and deploy specialized AI subagents for different aspects of the development lifecycle. We will go over understanding how Subagents work and what are their benefits

  • Slash Commands: Developers trigger powerful coding, debugging, and automation actions directly from chat. They streamline workflows by invoking predefined tools, hooks, and GitHub Action integrations with a simple command.

  • Workflow: An automated, multi-step process that Claude can run on your codebase—such as generating code, refactoring, testing, or syncing changes—based on defined steps in your project configuration. It acts like a programmable pipeline that Claude executes deterministically, ensuring repeatable and reliable automation triggered by slash commands or file changes.

  • Configure MCP Servers: We will take a deep dive on MCP server. Set up and integrate Model Context Protocol servers to extend Claude Code's capabilities. We will integrate with the MCP servers

  • Memory Systems: Create and maintain hierarchical memory structures that enhance AI assistance quality

  • Apply Best Practices: Implement enterprise-ready workflows using AI subagents while maintaining security and compliance standards

SECTION 1 — Introduction

Learn installation, extension setup, and create your first “Hello World” application inside the IDE.

SECTION 2 — Claude Architecture

  • Learn about Claude Code Architecture and how claude interacts with different components

SECTION 3 — Introduction to Claude Skills

  • Learn what Claude Skills are, how they load efficiently using a three-level filesystem model, and how they compare to MCP servers and Agents.

  • By the end you will have your first working Skill installed and triggering correctly in Claude Code or claude ai.

SECTION 4 — Building Custom Skills

  • Go deep on authorship — the exact YAML frontmatter rules, writing descriptions that trigger reliably using the WHAT + WHEN formula, and structuring the SKILL body using template, examples, and workflow patterns.

  • Covers installing Skills across claude ai, Claude Code, and the API, plus a hands-on walkthrough of Anthropic's pre-built Skills.

SECTION 5 - The Agent Loop: How Claude Code Actually Thinks and Acts

  • The 5-step loop behind every Claude Code session, and the 5 message types it streams back

  • How to control cost and depth with turns, budget, and effort settings

  • How context accumulates and compacts over long sessions

  • A hands-on lab building and running your own agent loop script

SECTION 6 & 7 — Slash Commands

Understand Slash Command structure, frontmatter definitions, and backend logic.
Learn how to create custom commands powered by Bash scripts to automate:

  • Code refactoring

  • Git commits & version control

  • MCP integration

  • Multi-step workflows

Hands-on labs reinforce practical usage.

SECTION 8 — Subagents: General Purpose

Dive deep into the Subagent
You’ll build intelligent multi-agent systems that perform tasks like:

  • Travel planning

  • Trip scheduling

  • Restaurant recommendations

  • Parallel & sequential orchestration

These modules teach AI planning and agent chaining.

SECTION 9 — Subagents for Developers

Use Subagents to accelerate real engineering workflows:
API review assistants, documentation reviewers, code auditors, and more.
Perfect for teams adopting AI pair-programming at scale.

SECTION 10 — Workflows with Subagents + Slash Commands

Build hybrid pipelines combining Slash Commands and Subagents.
Create deterministic workflows that Claude executes reliably for:

  • Code changes

  • Commit flows

  • Automated testing

  • Structured build steps

SECTION 11 — Claude Code Memory (Theory + Hands-On)

Master Claude’s hierarchical memory system, including:

  • Context preservation

  • User memory

  • Project root memory

  • Subdirectory memory

  • Memory priority

  • Memory access commands

This section teaches persistent multi-file context handling—critical for large projects.

SECTION 12 — All About MCP

A full deep dive into Model Context Protocol, covering:

  • MCP

  • Server components

  • Transports

  • End-to-end data flow

You will clearly understand how tools communicate with Claude.

SECTION 13 — Claude Code with MCP Servers

Integrate powerful servers:

  • Puppeteer MCP

  • Sequential Thinking MCP

  • GitHub MCP (with and without authentication)

Learn how MCP extends Claude Code into a full automation platform.


SECTION 13 — Hooks

  • Type Script formatting

  • Activity logging

  • Execution safeguards

  • Multi-step sequences

  • Debugging failing Hooks

SECTION 12 — Claude Code with GitHub Actions

  • Pull Request creation

  • Bug fixing

  • Code review workflows

  • Repo updates

  • Continuous automation pipelines

Who this course is for:

  • Software developers seeking to enhance productivity with AI assistance, Engineering managers exploring AI integration in development workflows DevOps engineers interested in AI-powered automation, Computer science students focusing on AI applications in software engineering