Claude Code
Anthropic's first-party agent — the one to master.
What it is
Claude Code is Anthropic's official agentic coding tool — not a wrapper, the first-party experience. It reads your whole repo, plans, runs commands, and edits across files while showing you every diff.
It runs on your Claude subscription on the latest Claude models. The thread through every other tool on this page is that they are at their best pointed at Claude — and several reorganised around it.
Install & set up
One npm command (Node 18+).
npm install -g @anthropic-ai/claude-codeRun claude in your project and sign in with your Claude account.
cd my-project && claudeUse plan mode so it proposes an approach and waits for your go-ahead before touching code.
Connect MCP tools (your database, Paystack, GitHub), add Skills and Hooks, or fan out subagents for big jobs.
From install to your first verified proof
The tool drafts; you stay accountable. Here is the path from a fresh install to a proof you can defend.
Strengths & gotchas
Strengths
- Works in terminal, VS Code, JetBrains, desktop, and web
- MCP, subagents, Skills, Hooks, and plan mode
- Runs on your Claude subscription — no metered markup
- Latest Claude models — the strongest reasoning available
Gotchas
- A Claude subscription or API access is required
- Still your job to review and test — it is powerful, not magic