AI pair programming with aider using Gemini 2.5 Flash model, following project conventions and best practices for code modifications.
AI-powered pair programming assistant using aider with Google's Gemini 2.5 Flash model. Provides fast, cost-effective code assistance while adhering to project conventions.
This skill configures aider with the following settings:
When using this aider configuration:
1. **Start aider** with the preconfigured Gemini 2.5 Flash model
2. **Read conventions** from `~/.config/aider/CONVENTIONS.md` before making any code changes
3. **Follow project conventions** for code style, architecture, and patterns
4. **Make targeted changes** - modify only what's necessary to accomplish the task
5. **Review before committing** - auto-commits are disabled so you can review all changes
6. **Maintain context** - use aider's ability to understand multiple files and their relationships
**Basic code modification:**
```bash
aider main.py
```
**Multi-file refactoring:**
```bash
aider src/api.py src/models.py tests/test_api.py
```
**Bug fixing:**
```bash
aider --read app/routes.py app/models.py
```
**Following conventions:**
The configuration includes commented alternatives:
To switch models, update the `model:` line in your aider config.
1. **Keep sessions focused** - work on related files together
2. **Review changes carefully** - manual commits allow full control
3. **Reference conventions** - ensure all code follows project standards
4. **Use context effectively** - add relevant files to help aider understand the codebase
5. **Iterate incrementally** - make small, testable changes
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/aider-with-gemini-flash/raw