All guides Flagship Guide · PDF

The Claude Code Insider Guide

Everything you actually need to know about Claude Code — the AI coding agent — without the 'just run npm install' hand-waving. Built for people who didn't grow up in a terminal.

By Odyssey AI · March 15, 2025 ·Read time: 25 min
Set up Claude Code from zero — no jargon
The 12 commands you'll actually use
Power moves: hooks, MCP, sub-agents, plan mode
Real workflows for non-engineers
Open the PDF on Google Drive Opens in a new tab.

Why this guide exists

Claude Code is the most powerful AI coding tool most people have never opened. The docs are dense. The Reddit threads assume you already know what mcp and npx mean. This guide is the bridge.

If you can install an app, you can install Claude Code. If you can write an email, you can run it. The hard part isn’t the tool — it’s the translation. We did that part.

The PDF version is designed for printing and sharing. The on-page version is below.

What’s inside

The PDF walks through:

  • The mental model. What Claude Code actually is, in one paragraph. (Hint: it’s not just “ChatGPT in your terminal.”)
  • The setup. From “I’ve never seen a terminal” to “Claude is running my project” in 15 minutes.
  • The commands. Just the ones you’ll use. The other 90% you can ignore.
  • The power moves. Plan mode, sub-agents, MCP, hooks. Each one explained in plain English with a “when would I use this?” example.
  • Workflows for non-engineers. Yes, you. Writers, founders, marketers. Claude Code is for you too.

Who this is for

  • You’ve heard “AI can write code” and want to actually try it.
  • You’re already coding but want to be 10× faster.
  • You run a business and want to understand what your team is talking about.
  • You’re allergic to jargon. Same.

The five things people get wrong

  1. They think it’s only for code. It’s an AI agent that happens to be amazing at code. It’s also amazing at research, file management, data wrangling, and arguing with itself until it finds the right answer.
  2. They skip plan mode. Plan mode is the difference between “Claude does what I said” and “Claude does what I meant.” Always use it for anything non-trivial.
  3. They don’t use sub-agents. When the task is big, spawn a sub-agent to handle it. Your main session stays focused. It’s like having a research assistant.
  4. They install too many MCP servers. Start with two. Add more only when you hit a wall.
  5. They forget hooks. Hooks turn “I keep forgetting to run the linter” into “Claude runs the linter every time, automatically.”

How to use this guide

Read the first three sections cover to cover. Skim the rest. Bookmark it. Come back when you hit a wall.

The PDF version has the same content, designed for screen reading and printing. Share it with a friend. That’s how the Insider Edge spreads.


Spot something we could improve? Email the team. We update the guide as Claude Code evolves — and credit contributors.

Common questions

What is Claude Code?
Claude Code is Anthropic's AI coding agent — a command-line tool that lets you give Claude tasks (read this file, fix this bug, build this feature) and have it actually take action on your computer. Unlike a chat with Claude that just suggests code, Claude Code can read, write, run commands, and iterate until the task is done. It's the closest thing to a junior developer that's actually useful from day one.
Do I need to be a developer to use Claude Code?
Some technical comfort helps, but you don't need to be a developer. The minimum bar: comfortable opening Terminal, willing to read error messages, OK with files and folders. If those are familiar, Claude Code can handle the actual coding while you supervise the strategy. Many operators use it for small automations, content workflows, and modifying existing tools without ever writing code themselves.
How much does Claude Code cost?
Claude Code itself is free to download and install. Usage costs go through your Anthropic API account — pay-per-use, typically $5-$30 per day of moderately heavy use. The Pro tier on Anthropic ($20/month) includes some Claude Code usage; Max tiers ($100-$200/month) include heavier usage. Most casual users spend under $50/month total.
How is Claude Code different from Cursor or GitHub Copilot?
Cursor and Copilot are AI inside your code editor — they suggest as you type. Claude Code is an agent that takes whole tasks: 'add a contact form to my Astro site' becomes a Claude Code task, not a series of suggestions. Claude Code can read files, run commands, install packages, fix errors, and iterate without you babysitting each step. The right mental model: Cursor/Copilot is an autocomplete; Claude Code is a teammate.
What can Claude Code actually do?
In practice: build a new page on an existing site, refactor existing code, fix a failing test, add an integration with a third-party API, debug a production error, write documentation, set up a new project from scratch, migrate code between frameworks, and perform routine maintenance tasks. The pattern: clearly describe the end state, hand it over, supervise, iterate.
Is Claude Code safe to use on real production code?
Yes, with appropriate safeguards. The default mode requires you to approve each potentially-destructive action (file writes, command execution). For routine maintenance, you can enable an auto-approval mode after building trust. Always run Claude Code in a git-tracked project so you can revert mistakes, and avoid running it on systems where mistakes are irreversible (production databases without backups, deploy commands without review).
What are MCP servers in Claude Code?
MCP (Model Context Protocol) servers extend Claude Code with new capabilities — letting it read from databases, query APIs, interact with services like Linear or Slack, control browsers, and more. MCP servers are how Claude Code becomes useful beyond just writing code: an MCP server for HubSpot lets Claude Code update your CRM; one for Plausible lets it analyze your site traffic; one for a database lets it query your data directly. The MCP ecosystem grew dramatically in 2025-2026.
Should small business owners learn Claude Code, or hire someone who knows it?
Depends on appetite. If the owner enjoys problem-solving and has light technical comfort, learning Claude Code unlocks a 5-10x productivity multiplier on a category of tasks they'd otherwise outsource. If the owner is allergic to terminals and error messages, hiring an operator or services company (like Odyssey AI) who uses Claude Code on their behalf is faster. Either way, Claude Code is now load-bearing for serious AI work — directly or indirectly.
Want this for your business?

Let's talk it through.

Book a 30-minute strategy call or send us a message. We'll figure out how to apply this to your specific situation.