Claude Code

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

8 articles · 27 tips

Articles

Quick Tips

Ask Questions While Claude Code Is Working with /btw

Use /btw to ask quick questions while Claude Code is working. No interruption, no history pollution.

#027

Create Custom Agents in Claude Code with --agent

Create specialized agents as Markdown files and launch sessions with claude --agent. Each agent has its own system prompt, tools, and model.

#026

Get Notified When Claude Code Finishes (Only When You're Not Looking)

A Stop hook + a script that checks the focused app = sound only when you're in another app. Zero annoying notifications.

#025

Claude Code Can Work While You Sleep

With the -p flag, Claude Code becomes a headless agent you can schedule with cron. Combined with --allowedTools, you get autonomous AI automation.

#024

Did You Know Claude Code Remembers Between Conversations?

Claude Code writes notes about your project as you work and reads them at the start of every session — remembering build commands, debugging patterns, and architecture decisions.

#023

Your CLAUDE.md Is Full of Junk — Here's How to Fix It

Most CLAUDE.md files are packed with information Claude can already infer. Learn to document what actually matters: business decisions, team conventions, and the why behind every rule.

#022

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