
Claude Code
Anthropic's official CLI agent for Claude — runs in the terminal, edits files, executes commands, and ships PRs.
Claude Code is Anthropic's official CLI agent for Claude — runs in the terminal, edits files, executes commands, and ships PRs. First-class support for Anthropic Claude Opus, Sonnet, and Haiku.
About Claude Code
Claude Code is Anthropic's official command-line agent for Claude — it runs in the terminal, edits files, executes commands, and ships pull requests.
Its strength is depth on Claude and extensibility: first-class support for Opus, Sonnet, and Haiku, native MCP as both client and server, and skills, hooks, and slash commands that let teams encode their own workflow primitives.
It's for developers comfortable in the terminal who want an agent that acts, not just autocompletes. Two trade-offs: it's locked to Anthropic models — no GPT or Gemini out of the box — and the terminal-first UX has a learning curve if you're expecting an IDE.
In the stack it's the terminal-first agent next to IDE-native Cursor and the open, model-agnostic Aider.
Sources: anthropic.com/claude-code, this listing
What it does well
- First-class support for Anthropic Claude Opus, Sonnet, and Haiku.
- MCP server protocol is natively supported as both client and server.
- Skills, hooks, and slash commands let teams encode workflow primitives.
Where it falls short
- Locked to Anthropic models — no GPT or Gemini support out of the box.
- Terminal-first UX has a learning curve for developers expecting an IDE.
Tagged
- Supports Claude
- CLI
- MCP Support
- Agentic Mode
- Multi-file Edits
- Git Integration
- Terminal Execution
- Enterprise Plan
- Freemium
Compared with similar things
Picked by shared tags inside the AI Coding Agents.
- 01Freemium →Codex
OpenAI's coding agent — works in the terminal, IDE, and cloud, reviews GitHub pull requests, and runs on GPT-5 models.
- 02Freemium →Amazon Q Developer
AWS's coding assistant (formerly CodeWhisperer) tuned for AWS APIs, infra-as-code, and migration tasks.
- 03Freemium →GitHub Copilot
GitHub's AI pair programmer with chat, inline completions, and agent mode across major IDEs.
- 04Freemium →OpenHands
Open-source autonomous coding agent platform, formerly OpenDevin, by All Hands AI.
- 05Freemium →Windsurf
AI code editor by Codeium with Cascade agent for autonomous multi-step coding tasks.
- 06Freemium →Cursor
AI code editor forked from VS Code with built-in agent, multi-file edits, and tab-completion.
Featured in
Related reading
- What Is an AI Agent Harness? The Runtime That Turns an LLM Into an Agent
A harness is the runtime wrapper that turns a bare language model into an agent — the layer that runs tools, holds memory, assembles context, and enforces limits. The model does the reasoning; the harness does everything the model can't do on its own. It's the part that decides whether you shipped a chatbot or a real agent — and it's why the same model feels brilliant in one tool and useless in another.
Read guide → - Claude Code Memory
Claude Code has built-in memory — a CLAUDE.md file it reads each session — but it only holds short, hand-written notes. To make it understand a large codebase or docs set, you add a second brain: turn the repo into a knowledge graph, fold that into an Obsidian vault, and let the agent query the map instead of re-reading every file.
Read guide → - How to Do Your Own SEO with Claude Code
Claude Code can do most of your SEO — build a crawlable static site, write and optimize pages, fix the technical layer, even bottle the whole workflow into a reusable skill. What it can't do is invent authority or pick keywords, and if you let it generate 10,000 pages you'll get de-indexed, not ranked. Here's the honest, hands-on version for a maker whose site shipped last week.
Read guide →
Concepts you should know
- Agentic coding
A development style centred on coding agents — the human describes intent, the agent plans and executes the work, and the human reviews diffs or PRs rather than authoring code line by line. The umbrella term for vibe coding and adjacent practices.
- AI agent
An LLM-powered program that pursues a goal over multiple steps by calling tools, observing results, and replanning. Agents differ from single-turn chatbots in that they can take real actions (run shell commands, edit files, hit APIs) and iterate without human intervention between steps.
- Autonomous coding
Long-horizon, unattended coding sessions where an agent works for minutes or hours without human approval at each step. Contrasts with approval-gated modes where the user confirms each shell command or file edit.
- Coding agent
An AI agent specialised for software-engineering tasks. Exposes file editing, terminal execution, code search, and git operations as tools and pursues multi-step coding goals like "add a /signup route with tests".
Featured on Vibedonalds
Own Claude Code? Add this badge to your site to show you’re listed — and link back to your profile here.
<a href="https://vibedonalds.com/tools/claude-code" target="_blank" rel="noopener">
<img src="https://vibedonalds.com/badge/featured-on-vibedonalds.svg" alt="Claude Code — Featured on Vibedonalds" width="240" height="60" loading="lazy" />
</a>Frequently asked questions
- What is Claude Code?
- Claude Code is Anthropic's official CLI agent for Claude — runs in the terminal, edits files, executes commands, and ships PRs.
- Is Claude Code free?
- Claude Code offers a free tier and paid plans with higher limits or premium features.
- What platforms does Claude Code support?
- Claude Code runs on mac, win, linux, cli.
- What category does Claude Code belong to?
- Claude Code is in the AI Coding Agents category — Autonomous agents that write, edit, run, and review code. Includes CLI agents, agentic IDE add-ons, and code-review bots.
- What are the downsides of Claude Code?
- Locked to Anthropic models — no GPT or Gemini support out of the box. Terminal-first UX has a learning curve for developers expecting an IDE.