Get Claude Code working effectively in your project in under 5 minutes.
Copy and customize these three essential files:
# CLAUDE.md
This file provides guidance to Claude Code when working with this repository.
## Project Overview
[Describe your project briefly - what it does, main technology stack]
## Development Commands
- `npm run dev` - Start development server
- `npm test` - Run tests
- `npm run build` - Build for production
## Key Architecture
[Brief notes about important patterns, file organization, or conventions]{
"mcpServers": {
"browsermcp": {
"command": "npx",
"args": ["@browsermcp/mcp@latest"]
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
}
}
}{
"allowedTools": ["*"],
"autoAccept": false
}Test your setup with these commands:
# Start Claude Code in your project directory
claude
# Try referencing a file
@package.json show me the project structure
# Use thinking mode for complex questions
think about the best way to organize this project
# Let Claude create a task list
Help me set up testing for this project- Start specific: "Add a function to validate email addresses" vs "help with validation"
- Reference files: Use
@filenameto give Claude context about specific files - Use todos: Let Claude break complex tasks into manageable steps
- Iterate: Make small changes, review, then continue
You're ready to start using Claude Code effectively. For more detailed guidance, explore the full best practices sections.