Get Started

Step-by-step guides to get the most out of Claude Code.

13 guides · last updated

Beginner 12 min

Getting Started with Claude Code

A beginner walkthrough for first-time Claude Code users. Covers installation across platforms, what you need to start, the first commands to learn, and where Claude Code runs beyond the terminal.

Concept 5 min

Skill vs Plugin vs MCP — how they differ

A concept guide that explains what Skills, MCPs, and Plugins each are and how they differ. Helps you decide which type to start with when picking your first tools.

Beginner 8 min

Installing Your First Plugin

A step-by-step walkthrough for installing your first Claude Code plugin. Find one in the marketplace, install it, and confirm how to use it afterward.

Practical 10 min

Writing a Great CLAUDE.md

How to write an effective CLAUDE.md at your project root. Covers where to put it, what to include, and how to keep it tight enough for your token budget.

Practical 8 min

Using Plan Mode Well

A practical guide to when and how to use Claude's plan mode. Walks through what to review in a plan and how to handle changes mid-flight on high-impact work.

Practical 10 min

Upgrade Your Terminal with ccstatusline

Walks through customizing the Claude Code status line with ccstatusline — Powerline-style themes, model and token usage, and Git info on a single line.

Practical 8 min

Getting Started with the Memory Tool

How the Memory tool keeps context between sessions. Covers what gets saved automatically, where it's stored, and how to add or edit memories yourself.

Practical 7 min

Hidden Claude Code commands you actually want to use

Built-in slash commands that get buried even though they only need a single line to run — /radio, /btw, /teleport, /context, /copy, /loop and more, organized by when you'd reach for them.

Advanced 12 min

Build Your Own Skill

A step-by-step guide to building your own Skill. Covers where files go, how to write the description that triggers it, and reference examples to study.

Advanced 12 min

Automate Workflows with Hooks

How to wire automation into Claude Code with hooks. Covers which events are available, where to configure them, and how to debug when a hook doesn't fire.

Advanced 10 min

Splitting Work with Subagents

How to split work with subagents to keep your main context clean and run tasks in parallel. Covers when subagents help and how to define your own.

Advanced 25 min

Build Your Own MCP Server

How to build an MCP server that connects Claude to external services. Covers transport choices, OAuth handling, and how to wire it into Claude Code.

Advanced 15 min

Agent Teams

How to coordinate multiple Claude Code instances as a team that shares a task list and communicates directly. Covers in-process mode, the iTerm2 + tmux split-pane setup, use cases, and known limitations.