Base aider configuration optimized for clean git workflow, dark mode, and custom conventions. Disables auto-commits, enables cache, and loads project/user conventions.
A production-ready aider configuration that provides sensible defaults for professional development workflows with clean git practices and custom convention loading.
This configuration sets up aider with:
Apply these settings to `.aider.conf.yml`:
```yaml
cache-prompts: true
dark-mode: true
code-theme: solarized-dark
auto-commits: false
dirty-commits: false
show-diffs: true
analytics-disable: true
vim: false
multiline: false
read:
- ~/conventions.md
- ~/.claude/CLAUDE.md
- CLAUDE.md
```
Automatically reads and applies coding conventions from:
1. `~/conventions.md` - Your personal coding standards
2. `~/.claude/CLAUDE.md` - Your global Claude instructions
3. `CLAUDE.md` - Project-specific context (repo root)
1. Copy this configuration to `.aider.conf.yml` in your project root or home directory
2. Create convention files as needed:
- `~/conventions.md` - Personal coding style
- `~/.claude/CLAUDE.md` - Global AI instructions
- `CLAUDE.md` - Project-specific context
3. Run aider normally - settings apply automatically
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/aider-base-configuration/raw