16 capabilities + 20 integrations

What Claude Code Can Do

Built-in superpowers plus connections to the tools you already use. Think of it as ChatGPT plugins, but they actually work.

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

new

Sees 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

new

Multiple 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.

GitHub

PRs, issues, code search, file contents, releases

"What are my open PRs?"

GitLab

Merge requests, issues, pipelines, project management

"Show failing pipelines this week"

Sentry

Error tracking, issue details, stack traces

"What are the top errors in production?"

Cloudflare

Workers, KV, D1, R2, DNS management

"List my Cloudflare Workers"

Vercel

Deployments, environment variables, logs, projects

"What's the latest deploy status?"

Slack

Read channels, search messages, send messages, read threads

"Summarize #engineering from today"

Gmail

Search emails, read messages, create drafts

"Find emails from Sarah about the budget"

Google Calendar

List events, find free time, create meetings

"When am I free tomorrow afternoon?"

Linear

Issues, projects, cycles, team management

"What tickets are in this sprint?"

Jira

Issues, boards, sprints, comments, transitions

"Create a bug ticket for the auth issue"

Confluence

Search docs, read pages, create and update content

"Find the architecture doc for payments"

Notion

Search pages, read databases, create content

"Add this meeting summary to our wiki"

PostgreSQL

Run queries, inspect schemas, analyze data

"Show me the top 10 users by revenue"

SQLite

Query local databases, inspect tables

"How many records are in the orders table?"

Elasticsearch

Search indices, analyze logs, query data

"Find all 500 errors from the last hour"

Figma

Read designs, extract components and specs

"What are the specs for the card component?"

Miro

Read boards, create diagrams, manage content

"Create a diagram of our user flow"

Docker

Manage containers, images, compose services

"Restart the API container"

AWS

S3, Lambda, EC2, CloudWatch, and more

"List my S3 buckets"

Redis

Key-value operations, cache management

"What keys are in the session cache?"
Custom Skills

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

~/.claude/skills/weekly-status.md

# 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.

Your promptClaude CodeMCP ServerGitHub / Slack / etc.
Full MCP setup guide

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