Master Claude Code

The Complete Guide for Everyone — Updated February 2026

Updated February 2026
Opus 4.6 • Sonnet 4.5 • Haiku
1
Why Claude Code Changes Everything

💬 Chat Window

Upload limits
Sessions expire
You do everything
Copy-paste results
vs

⚡ Claude Code

Full system access, any file
Hours-long persistent tasks
AI teammates & subagents
Direct file & system changes

"From Assistant to Operating System — a capable teammate who can actually execute."

2
What Claude Code Can Do
📁
Full File System Access
Read, write, create, organize any file on your computer. No upload limits, no restrictions.
"Process 10,000 files in minutes"
Tool & Command Execution
Run shell commands, execute scripts, manage Git, install packages — all through natural language.
"Non-coders running bash without syntax"
🔌
MCP Connections (200+)
Connect to GitHub, Notion, Slack, Jira, databases, APIs. One interface for your entire tool ecosystem.
"USB-C for AI: one protocol, all tools"
🤖
Multi-Agent Work
Subagents work in parallel, checkpoints let you rewind, background tasks run while you work.
"Like having 5 junior developers"
3
The Claude Code Workflow
Analyze & Research
  • Synthesize feedback
  • Research competitors
  • Read & summarize files
  • Extract insights
Plan & Decide
  • Draft PRDs from notes
  • Create roadmap priorities
  • Generate strategy options
  • Build decision frameworks
Create & Execute
  • Write code & prototypes
  • Generate presentations
  • Create reports & docs
  • Build dashboards
Scale & Repeat
  • Set up recurring workflows
  • Connect tools via MCP
  • Create reusable skills
  • Schedule batch tasks
For Product ManagersMeeting transcript → PRD auto-drafted
For DevelopersCode review → Jira tickets created
For Data TeamsDashboard data → Slack summary posted
4
Getting Started

💻 Setup (Mac/Linux)

# Install Claude Code curl -fsSL https://claude.ai/install.sh | bash # Navigate to your project cd ~/your-project-folder claude

🏸 Windows (PowerShell)

irm https://claude.ai/install.ps1 | iex # Then navigate to your folder cd ~\your-project-folder claude

☑ Requirements

  • macOS 13+, Ubuntu 20+, or Windows 10+
  • Git Bash or WSL for Windows
  • Node.js 18+ (bundled with installer)
  • Claude Pro ($20/mo) or Max ($100-200/mo)
  • Or API credits (pay-per-use)

💡 Best Experience

  • Cursor IDE or VS Code + integrated terminal
  • iTerm2 / Warp for terminal (macOS)
  • Multiple terminal tabs for parallel sessions
  • System notifications enabled (idle alerts)
5
Connect Everything (MCP)

Model Context Protocol — an open standard that connects Claude to your tools. Think of it as USB-C for AI: one protocol, hundreds of connections.

Developer Tools
GitHub Sentry Linear GitLab Jira
Productivity
Notion Slack Google Drive Todoist
Data & Research
Perplexity PostgreSQL Brave Filesystem
Communication
Gmail Typefully Buffer Discord
claude mcp add --transport http https://mcp.notion.com/mcp # Quick add any MCP server
6
Essential Commands
Slash Commands
/clear — Reset context
/compact — Compress to save tokens
/context — Visualize context usage
/model — Switch model + effort
/cost — Token & cost usage
/tasks — Background tasks
/plan — Enter plan mode
/rewind — Rewind conversation
Keyboard Shortcuts
Esc — Cancel/Stop
Esc+Esc — Rewind checkpoint
Shift+Tab — Cycle permission modes
Ctrl+V — Paste image
Alt+T — Extended Thinking
Ctrl+B — Background task
@ — File mention
! — Run shell directly
CLI Flags
-p "query" — Print mode
-c / --continue — Continue session
-r / --resume — Resume session
--add-dir — Add directory
--chrome — Browser mode
--remote — Web session
--max-budget-usd — Cost limit
--json-schema — Structured output
7
Skills & CLAUDE.md

⚡ Claude Skills (Reusable Automations)

Task-specific instruction packages that Claude auto-loads when relevant.

# Folder Structure ~/.claude/skills/ ├── data-cleaner/ │ └── SKILL.md ├── prd-generator/ │ └── SKILL.md └── linkedin-writer/ └── SKILL.md

Built-in: docx, xlsx, pptx, pdf processing

📚 CLAUDE.md (Project Memory)

A markdown file that gives Claude permanent context about your project.

# Project: Marketing Dashboard ## Key Commands - npm run build - npm test ## Style Guide - Use TypeScript - Follow existing patterns ## Important Context - Data source: /data/analytics.csv - Deploy target: Vercel

Global: ~/.claude/CLAUDE.md • Project: .claude/CLAUDE.md • Local: .claude/CLAUDE.local.md

8
Prompting Techniques
TechniqueWhen to UseExample
Be SpecificAlways"Remove rows where column B is empty" not "Clean this CSV"
Give ExamplesOutput formattingShow 1-2 examples of what you want
Chain StepsComplex tasks"First analyze, then summarize, then create action items"
Set ConstraintsQuality control"Max 500 words" or "Only use data from 2024"
Assign RolesExpertise needed"Act as a senior data analyst reviewing this dataset"
Use /clear OftenBetween tasksReset context between unrelated work to avoid confusion

🏆 Pro Pattern: Checkpoint + Iterate

  1. Ask Claude to make a plan first (use Plan mode via Shift+Tab)
  2. Review the plan until you like it
  3. Let it create checkpoints as it executes
  4. Rewind (Esc twice) if something goes wrong
  5. Iterate with specific feedback until perfect
9
Models & Pricing
ModelBest ForNotes
Opus 4.6Deep reasoning, architectureDefault for Max plan
Sonnet 4.5Daily coding, fast executionDefault for Pro plan
HaikuQuick tasks, simple queriesCheapest, fastest

Effort Levels (Opus 4.6): Low → Medium → High • Fast Mode available • Extended: sonnet[1m] for 1M token context

PlanMonthlyBest For
Pro$20Light usage, short tasks
Max 5x$100Daily use, larger projects
Max 20x$200Power users, heavy automation
APIPay-per-useCI/CD, enterprise pipelines