What Claude Code Can Do
Built-in Capabilities
These work out of the box. No setup, no plugins, no config.
Read & Write Files
Opens, edits, and creates files anywhere in your project. Understands code, configs, docs, and data files.
Run Commands
Executes shell commands, runs scripts, installs packages, and manages your dev environment.
Web Search
Searches the internet for documentation, Stack Overflow answers, package info, and current events.
Computer Use
newSees your screen, clicks buttons, fills forms, and navigates apps. No setup needed.
Extended Thinking
Reasons step-by-step through complex problems before answering. Like having it "think out loud."
Memory System
Remembers your preferences, projects, and past decisions across sessions. Gets better over time.
Code Intelligence
Understands code structure, traces call stacks, follows imports, and navigates large codebases.
Run Tests
Executes test suites, reads failures, and fixes broken tests. Supports Jest, Vitest, pytest, and more.
Git Operations
Commits, branches, merges, creates PRs, and manages your version control workflow.
Project Analysis
Scans your project structure, reads configs, and understands your tech stack automatically.
Custom Skills
Create reusable /commands with a Markdown file. No code needed. Your personal automations.
Sub-Agents
Spin up specialized agents for parallel tasks. A reviewer, a tester, a researcher -- all at once.
Hooks
Trigger shell commands automatically on events. Auto-format on save, lint before commit.
Codebase Search
Searches across files with regex, glob patterns, and AST-aware queries. Faster than grep.
Plan Mode
Claude proposes a plan before acting. Review and approve before any changes are made.
Agent Teams
newMultiple Claude sessions collaborating in parallel. Each handles a different part of the work.
Integrations
Connect Claude Code to your tools via MCP (Model Context Protocol). One conversation, all your data.
Confluence
Search docs, read pages, create and update content
Build your own capabilities.
No code required.
A skill is a Markdown file that teaches Claude a new command. Write what you want it to do in plain English, save it as a .md file, and it becomes a /slash-command you can run anytime.
/weekly-status -- generates your status report from project data
/meeting-prep -- gathers context from calendar, Slack, and docs
/review-pr -- runs a structured code review on any PR
# Weekly Status Report
Generate my weekly status report.
## Steps
1. Check git log for this week's commits
2. Read any open PRs and their status
3. Check Linear for completed tickets
4. Format as:
- Shipped this week
- In progress
- Blocked
- Next week plan
Keep it under 200 words. No fluff.
How integrations work
Claude Code uses MCP (Model Context Protocol)to talk to external tools. Each integration is a small server that translates between Claude and the tool's API. You add them to a .mcp.json file in your project, and Claude discovers them automatically.
Ready to try it?
Start with the guided journey or jump straight into a tutorial.
Need Claude Pro to use all capabilities?
Computer use, extended thinking, and most MCP integrations work best with Pro ($20/mo) or Max ($100/mo).
Get Claude Pro