Skip to content

Claude Code

CompanyAnthropic
TypeTerminal agent
PricingUsage-based (Claude Pro/Max subscription or API)
ProtocolMCP (Model Context Protocol)
Config FormatsCLAUDE.md, AGENTS.md, SKILL.md
Websitecode.claude.com

Claude Code is Anthropic’s agentic coding tool that runs in your terminal. It can read your entire codebase, edit files, run commands, search the web, and manage git operations — all through natural language conversation.

  • Deep reasoning: Claude’s extended thinking enables complex multi-step coding tasks
  • Agentic workflow: Can autonomously plan, implement, test, and iterate
  • MCP support: Connects to external tools via Model Context Protocol
  • Skills system: Reusable .claude/skills/ with SKILL.md files
  • Git-native: Built-in git operations, PR creation, code review

Project-specific memory and instructions. Claude Code reads this automatically on every conversation.

CLAUDE.md
## Project Overview
This is a React + TypeScript project using Vite.
## Commands
- `npm run dev` — Start dev server
- `npm test` — Run tests
## Coding Style
- Use functional components with hooks
- Prefer named exports

Claude Code also reads the universal AGENTS.md format. See AGENTS.md guide.

Skills are reusable capabilities stored in .claude/skills/. See Skills format guide.

PlanPriceIncludes
Claude Pro$20/moLimited Claude Code usage
Claude Max$100-200/moExtended Claude Code usage
APIPay-per-tokenFull programmatic access
  • Developers who prefer terminal workflows
  • Complex multi-file refactoring
  • Projects needing deep reasoning about architecture
  • Teams already using Anthropic’s Claude models

Edit this page