Aider configuration optimized for O3-mini with high reasoning effort, Claude Sonnet editor model, auto-linting, and Neovim integration. Designed for NixOS environments.
High-performance Aider configuration that leverages O3-mini's reasoning capabilities with Claude Sonnet as the editor model. Includes auto-linting, URL detection, and Neovim integration.
This skill applies the following Aider settings:
**Models:**
**Editor & UI:**
**Git Integration:**
**Code Quality:**
**Smart Features:**
When a user provides this configuration file or requests this setup:
1. Create an `.aider.conf.yml` file in the project root with the exact configuration specified above
2. Verify the following requirements are met:
- Neovim is installed and accessible via `nvim` command
- Git is initialized in the project directory
- Required linters are available for the project's language(s)
3. Explain to the user the key features enabled:
- O3-mini will use high reasoning effort for complex problem-solving
- GPT-4o-mini handles simpler auxiliary tasks
- Claude Sonnet provides high-quality code editing suggestions
- Automatic linting will run after code changes
- Git commits must be made manually (auto-commits off)
- URL detection helps with documentation and package references
- Shell command suggestions improve workflow efficiency
4. Recommend setting up project-specific linters if not already configured
5. Note that this configuration is optimized for NixOS but works on any Unix-like system with the required tools installed
```yaml
model: o3-mini
reasoning-effort: high
weak-model: gpt-4o-mini
editor-model: claude-3-5-sonnet-latest
editor: nvim
dark-mode: true
pretty: true
git: true
auto-commits: false
gitignore: true
auto-lint: true
auto-test: false
fancy-input: true
suggest-shell-commands: true
detect-urls: true
```
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/o3-mini-high-reasoning-aider-config/raw