
Claude Code Agents, Skills, Hooks, and MCP Explained
Understand Claude Code agents, subagents, skills, hooks, and MCP. Learn when to use each feature to get better results with less effort.
Continue Learning
Skills Setup Guide
Complete Guide to Setting Up Claude Code Skills
Ready to Master AI?
Join our self-paced AI course and learn ChatGPT, Claude, and Claude Code with hands-on training.
- Live instruction
- Hands-on practice
- 12-month community access
Frequently Asked Questions
What is the difference between agents and subagents in Claude Code?
An agent is Claude Code itself—the main AI assistant you interact with. A subagent is a specialized worker that Claude spawns to handle specific tasks in isolation, with its own context window. Use subagents for tasks with verbose output, parallel work, or when you want to restrict tool access.
What are Claude Code skills?
Skills are reusable instruction sets that Claude follows automatically. Unlike subagents that run separately, skills are injected into your main conversation when relevant. Create skills for repeated processes like brand voice guidelines, code review checklists, or report formatting.
What is the difference between Skills and CLAUDE.md?
Skills are personal preferences that follow you across projects (brand voice, formatting style). CLAUDE.md is project-specific context that lives in your project folder and is visible to anyone with repo access. Use both together: CLAUDE.md for project context, Skills for personal standards.
What are hooks in Claude Code?
Hooks are automated actions that trigger at specific moments—like before/after file edits or commands. Use hooks for auto-backups, running linters after changes, logging Claude's actions, or notifications when tasks complete.
What is MCP in Claude Code?
MCP (Model Context Protocol) connects Claude to external tools and services like databases, APIs, and custom systems. It's an advanced feature that lets Claude query PostgreSQL directly, post to Slack, or access your company's internal tools.
Finished reading?
Take it with you.
Get a downloadable checklist summarizing the key points from Claude Code Agents, Skills, Hooks, and MCP Explained, plus weekly AI tips.
Guide Checklist
PDF + Email Series
Related Guides
Claude Code Tutorial for Beginners (No Coding Required) — Complete 2026 Guide
Complete Claude Code tutorial for beginners and non-coders. Learn prompts, CLAUDE.md, plan mode, skills, and agents. No coding experience required. Updated for 2026.
Claude Code Skills: The Complete Setup and Creation Guide
Learn how to install, create, and manage Claude Code skills. From installing pre-built skills to creating your own custom workflows, this hands-on guide covers everything you need to supercharge Claude.
How to Set Up Claude Code on Mac (15-Minute Guide)
Step-by-step guide to installing Claude Code on your Mac. No coding experience required. Get up and running in 15 minutes.
Claude Code Context Management: How to Get Better Results
Fix inconsistent Claude Code results with proper context management. Learn when to use /clear, /compact, and session handoffs for better AI output.