| name | overview |
| description | Overview of Claude Code capabilities, features, and use cases. Use when user asks about what Claude Code is, what it can do, or general capabilities. |
Claude Code Overview
Claude Code is Anthropic's agentic CLI tool designed for developers working in terminal environments.
Core Capabilities
Code Development
Build features from descriptions:
Turn plain English requirements into functional code with planning and validation.
Examples:
- "Implement user authentication with JWT"
- "Add a REST API endpoint for user profiles"
- "Create a dashboard component with charts"
Debugging & Problem Solving
Analyze codebases to identify and fix issues:
Work from error messages or bug descriptions provided by users.
Examples:
- "Fix the TypeError in dashboard.tsx"
- "Debug why the API returns 500 errors"
- "Resolve the memory leak in the worker process"
Codebase Navigation
Ask questions about project structure:
Claude maintains awareness of entire codebases while accessing current web information and external data sources via MCP integrations.
Examples:
- "Where is user authentication handled?"
- "What does this project do?"
- "How do the payment flows work?"
- "Show me all the API endpoints"
Task Automation
Handle routine development work:
- Resolve lint issues
- Manage merge conflicts
- Generate release notes
- Run test suites and fix failures
- Update dependencies
- Refactor code for consistency
Why Developers Prefer It