Configure Aider with co-authoring, file watching, vim mode, notifications, and model preferences including OpenRouter integration
This skill configures Aider with optimal settings for development workflows, including co-authoring, file watching, vim mode, and model preferences.
Apply the following configuration to enhance your Aider development experience:
1. **Enable Co-Authoring**: Add `Co-Authored-By` attribution to commits
2. **Watch Files**: Automatically detect and track file changes
3. **Vim Mode**: Enable vim-style navigation and editing
4. **Notifications**: Get notified about important events
1. **Primary Model**: Use `openrouter/google/gemini-2.5-pro` as the main model
2. **Weak Model**: Use `openrouter/google/gemini-2.5-flash` for simpler tasks
3. **Model Alias**: Create shorthand `gemini` pointing to the pro model
Create or update the Aider configuration file (`.aider.conf.yml` or similar) with these settings:
```yaml
attribute-co-authored-by: true
watch-files: true
vim: true
notifications: true
model: openrouter/google/gemini-2.5-pro
weak-model: openrouter/google/gemini-2.5-flash
alias:
- "gemini:openrouter/google/gemini-2.5-pro"
```
Once configured:
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/aider-configuration-lm66lh/raw