Configure Aider AI coding assistant with Ollama models, custom colors, and commit preferences for optimal development workflow
This skill configures Aider, an AI pair programming tool, with custom model settings, git commit behavior, and terminal color schemes.
Sets up Aider with:
When applying this configuration:
1. **Model Selection**
- Set primary model to `ollama_chat/gpt-oss:20b`
- Set weak model to `ollama_chat/gpt-oss:20b` (used for less critical tasks)
- Ensure Ollama is running locally with the gpt-oss:20b model available
2. **Git Commit Behavior**
- Disable automatic commits (`auto-commits: false`, `no-auto-commits: true`)
- Disable auto-confirmation prompts (`yes-always: false`)
- This gives full control over when changes are committed
3. **Color Customization**
- User input: `#98BB6C` (soft green)
- Tool errors: `#C34043` (red)
- Tool warnings: `#DCA561` (orange/gold)
- Assistant output: `#7E9CD8` (blue/purple)
4. **Display Settings**
- Enable dark mode for comfortable terminal usage
- Enable pretty printing for better readability
Create or update `.aider.conf.yml` in your project or home directory with these settings. When you run `aider`, it will automatically use this configuration.
This configuration prioritizes manual control over automatic operations, using local models for privacy and cost savings. The color scheme is optimized for dark terminal backgrounds.
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/aider-chat-configuration/raw