You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: docs/capabilities/claude-code.mdx
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ icon: "code"
6
6
7
7
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.
8
8
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
+
9
13
<Frame>
10
14
<video
11
15
controls
@@ -14,6 +18,36 @@ Claude Code brings the power of Anthropic's coding assistant directly into your
14
18
/>
15
19
</Frame>
16
20
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
+
17
51
## Cloud Logging for Local Sessions
18
52
19
53
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