Aider configuration optimized for Claude 3.5 Sonnet with caching, dark mode, and VI editing. Includes .cursorrules file watching for AI coding workflow.
This skill provides a production-ready Aider configuration file optimized for Claude 3.5 Sonnet with performance and usability enhancements.
1. Copy this configuration to `.aider.conf.yml` in your project root:
```yaml
#######
sonnet: true
#################
cache-prompts: true
##################
dark-mode: true
#light-mode: false
#pretty: true
stream: false
#read: xxx
read:
- .cursorrules
vim: true
```
2. Ensure you have an Anthropic API key set:
```bash
export ANTHROPIC_API_KEY=your_key_here
```
3. Launch Aider from your project directory:
```bash
aider
```
To include additional read-only context (documentation, specs, etc.):
```yaml
read:
- .cursorrules
- docs/architecture.md
- CONTRIBUTING.md
```
For interactive sessions, you may prefer streaming responses:
```yaml
stream: true
```
If using a light terminal background:
```yaml
dark-mode: false
light-mode: true
```
1. **Create per-project configs**: Place `.aider.conf.yml` in each repository root for project-specific settings
2. **Version control**: Commit this file to share team-wide Aider settings
3. **Use .cursorrules**: Define project conventions in `.cursorrules` so Aider respects your coding standards
4. **Monitor caching**: Prompt caching significantly reduces costs for repeated context
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/aider-configuration-for-claude-sonnet/raw