Skip to content

Commit a0feb7e

Browse files
Add use cases and official docs link to Claude Code documentation
- Added comprehensive use cases section covering code understanding, development, documentation, and DevOps workflows - Added link to official Claude Code documentation at docs.claude.com - Organized use cases into clear categories with practical examples Co-authored-by: jay <[email protected]>
1 parent 2071dc5 commit a0feb7e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

docs/capabilities/claude-code.mdx

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ icon: "code"
66

77
Claude Code brings the power of Anthropic's coding assistant directly into your development workflow through Codegen. Whether you're running Claude locally or in the cloud, Codegen provides the infrastructure to enhance your AI coding experience with telemetry, integrations, and seamless deployment options.
88

9+
<Note>
10+
For comprehensive Claude Code documentation, visit the [official Claude Code docs](https://docs.claude.com/en/docs/claude-code/overview).
11+
</Note>
12+
913
<Frame>
1014
<video
1115
controls
@@ -14,6 +18,36 @@ Claude Code brings the power of Anthropic's coding assistant directly into your
1418
/>
1519
</Frame>
1620

21+
## Common Use Cases
22+
23+
Claude Code excels at a wide range of development tasks. Here are some of the most popular workflows:
24+
25+
### Code Understanding & Exploration
26+
- **Understand new codebases** - Get quick overviews of unfamiliar projects and their architecture
27+
- **Find relevant code** - Locate specific functions, patterns, or implementations across large codebases
28+
- **Trace code paths** - Follow execution flows and understand how different components interact
29+
30+
### Development & Refactoring
31+
- **Refactor legacy code** - Modernize old code while preserving functionality
32+
- **Add new features** - Implement new functionality with proper integration into existing systems
33+
- **Fix bugs and issues** - Debug problems and implement comprehensive fixes
34+
- **Write tests** - Generate unit tests, integration tests, and test coverage improvements
35+
36+
### Documentation & Maintenance
37+
- **Generate documentation** - Create README files, API docs, and inline code comments
38+
- **Code reviews** - Get detailed feedback on code quality, security, and best practices
39+
- **Dependency updates** - Safely upgrade libraries and handle breaking changes
40+
- **Performance optimization** - Identify bottlenecks and implement performance improvements
41+
42+
### DevOps & Automation
43+
- **CI/CD pipeline setup** - Configure GitHub Actions, GitLab CI, and other automation
44+
- **Infrastructure as code** - Write and maintain Terraform, Docker, and Kubernetes configurations
45+
- **Deployment scripts** - Create reliable deployment and rollback procedures
46+
47+
<Tip>
48+
Claude Code understands your entire codebase context, making it particularly effective for complex, multi-file changes that require understanding relationships between different parts of your system.
49+
</Tip>
50+
1751
## Cloud Logging for Local Sessions
1852

1953
Every local Claude Code session is automatically logged to the cloud through the Codegen CLI. This seamless integration means your local development gains enterprise-grade observability without any extra configuration.

0 commit comments

Comments
 (0)