Loading...
Loading...
Claude Code is a CLI that brings an AI pair programmer directly into your terminal. This guide gets you from zero to productive in under 30 minutes.
Claude Code is an official CLI tool from Anthropic that runs Claude — the AI — inside your terminal. Unlike chat interfaces, Claude Code can read your files, edit your codebase,run commands, and remember context across a working session.
It is not a code autocomplete tool. It is a full peer that understands your project architecture, follows your conventions, and executes multi-step tasks autonomously.
Run claude for the first time. You will be prompted to log in with your Anthropic account or enter an API key.
Always run Claude Code from your project root. It uses the current directory to discover files and context.
Claude Code has slash commands for session management. Type any of these at the prompt:
/helpShow available commands and keyboard shortcuts/statusShow current session context and memory state/clearClear the conversation and start fresh/compactCompress context when the window gets full/modelSwitch between Claude models mid-session/costShow token usage and estimated cost for the sessionClaude Code works like a conversation, not a command queue. Context builds up across your session — what you said 10 messages ago still influences the current answer.
claude invocation starts with an empty context window.CLAUDE.md exists in your project root, it is injected automatically at the start./compact periodically on long sessions to compress history and free space.The quality of your prompt directly determines the quality of the output. Here are the highest-leverage habits:
The AI Starter Package includes a pre-configured CLAUDE.md, 143 skills, agent setup, and a full operating system for Claude Code — ready to deploy in minutes.