bash# Install Claude Code
npm install -g @anthropic-ai/claude-code
# Start a session in your project
cd your-project
claude
# Or run a one-shot prompt
claude -p "Explain the architecture of this codebase"agentsVisit Site ↗
Claude Code
Anthropic's official CLI agent for software engineering. Operates in the terminal with file system access, git integration, and multi-agent orchestration.