Aider configuration optimized for development workflows with Claude 3.7 Sonnet, dark mode enabled, and disabled auto-commits for manual git control.
This skill configures Aider with settings optimized for focused development workflows using Claude 3.7 Sonnet.
Sets up Aider with:
Uses `anthropic/claude-3-7-sonnet-20250219` for balanced performance and quality in code generation tasks.
Auto-commits are disabled to give you full control over when and how changes are committed. This is useful when you want to:
The configuration includes templates for:
1. Copy this configuration to `.aider.conf.yml` in your project root
2. Start Aider normally - it will automatically use these settings
3. Uncomment and customize the optional features as needed for your workflow
To enable linting:
```yaml
auto-lint: true
lint-cmd:
- "typescript: npm run lint && npm run check"
```
To enable testing:
```yaml
auto-test: true
test-cmd: "typescript: npm run test"
```
To auto-read prompt files:
```yaml
read:
- prompts/
```
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/marcuss-aider-setup/raw