Claude Code

From zero to pro with Claude Code. In-depth guides and tips you can apply today.

8 articles · 33 tips

Articles

Quick Tips

Stop Wasting Tokens: Pick the Right Model in Claude Code

Use opusplan in Claude Code: Opus for planning, Sonnet for execution, Haiku for exploring. Stop using the frontier model for everything.

#021

When Does Claude Code Load Each Feature (and What It Costs)

Learn when each Claude Code feature loads into context — CLAUDE.md, Skills, MCP, Subagents, and Hooks — and how to save tokens from the start.

#020

Claude Code Desktop: 5 Features Worth Leaving the Terminal For

The 5 exclusive features of Claude Code Desktop over the CLI: visual diffs, parallel sessions, embedded preview, PR monitoring, and built-in connectors.

#019

The Agentic AI Pattern That Always Keeps You Honest

Build the Evaluator-Optimizer pattern as an inline skill in Claude Code. One LLM generates, another evaluates every claim against real evidence.

#018

4 Agentic AI Patterns You Already Use in Claude Code — and One You Don't

Every agentic pattern from Anthropic's guide maps to a Claude Code primitive. Here's the complete reference.

#017

Claude Code Hooks — Automate Your Workflow

Hooks are commands that run automatically at specific points in Claude Code's lifecycle. Unlike CLAUDE.md instructions, hooks are deterministic: if the condition is met, they always execute.

#016

Quick Tip: Automate Skill Permissions with allowed-tools

Use the allowed-tools field in your Claude Code skills to automate tool approval and eliminate repetitive confirmation prompts.

#015

Put 3 Claudes to Work at Once (One Command)

claude -w feature-auth creates a git worktree, branches your code, and starts a new Claude instance in it. Run it three times in three terminals and you have three Claudes working on three different tasks — in parallel, on the same repo, without conflicts.

#014

Your Claude Code Session Has Branches (And You Didn't Know)

claude --continue --fork-session creates an independent branch of your current conversation. Same context, new path. Like git branch, but for your sessions with Claude.

#013

Claude Code Opens Chrome and Debugs Your Frontend for You

claude --chrome or /chrome connects Claude Code to your browser. Claude opens tabs, navigates, clicks, reads the console, and debugs your frontend — all without leaving the terminal.

#012

Show Thinking in Claude Code: Verbose & Extended Mode

Press Ctrl+O to watch Claude think. Spot problems early. Stop bad decisions before they become bad code.

#011

What Is MCP in Claude Code and How to Set It Up in 2 Minutes

MCP is not a plugin, not a skill, not an API. It's a protocol. claude mcp add + URL or local command and Claude is connected to any service.

#010