Claude Code
Start Claude Code
Section titled “Start Claude Code”claude
Generate a CLAUDE.md project guide
Section titled “Generate a CLAUDE.md project guide”/init
Understand unfamiliar code
Section titled “Understand unfamiliar code”- Understand unfamiliar code
- Automate Git operations
- Edit code intelligently
- Test And Debug Your Code
- Encourage deeper thinking
Understand new codebases
Section titled “Understand new codebases”give me an overview of this codebase
explain the main architecture patterns used here
what are the key data models?
Find relevant code
Section titled “Find relevant code”how is authentication handled?
find the files that handle user authentication
how do these authentication files work together?
trace the login process from front-end to database
Fix bugs efficiently
Section titled “Fix bugs efficiently”I'm seeing an error when I run npm test
suggest a few ways to fix the @ts-ignore in user.ts
update user.ts to add the null check you suggested
Refactor code
Section titled “Refactor code”find deprecated API usage in our codebase
suggest how to refactor jquery-migrate.js to use modern JavaScript features
refactor jquery-migrate.js to use modern JavaScript features while maintaining the same behavior. Upgrading to Foundation 6 is not an option right now.
run tests for the refactored code
Work with tests
Section titled “Work with tests”find functions in NotificationsService.swift that are not covered by tests
add tests for the notification service
add test cases for edge conditions in the notification service
run the new tests and fix any failures
Create pull requests
Section titled “Create pull requests”create a pr
enhance the PR description with more context about the security improvements
add information about how these changes were tested
Handle documentation
Section titled “Handle documentation”find functions without proper JSDoc comments in the auth module
add JSDoc comments to the undocumented functions in auth.js
improve the generated documentation with more context and examples
check if the documentation follows our project standards
Work with images
Section titled “Work with images”What does this image show?Describe the UI elements in this screenshotAre there any problematic elements in this diagram?
Here's a screenshot of the error. What's causing it?This is our current database schema. How should we modify it for the new feature?
Generate CSS to match this design mockupWhat HTML structure would recreate this component?
Use extended thinking
Section titled “Use extended thinking”I need to implement a new authentication system using OAuth2 for our API. Think deeply about the best approach for implementing this in our codebase.
think about potential security vulnerabilities in this approachthink harder about edge cases we should handle
Set up project memory
Section titled “Set up project memory”/init
Set up project memory
Section titled “Set up project memory”/init
- Read about Claude Code on the web.