Aider configuration for MyFlow project with Gemini 2.0 Flash Thinking model, architect chat mode, and project conventions. Disables git operations and auto-commits for controlled workflow.
Configuration for using Aider with the MyFlow project (Slow-Town-LLC-Internal/myflow). This setup uses Google's Gemini 2.0 Flash Thinking model in architect mode with project-specific conventions.
This skill configures Aider with the following settings:
**Model Configuration:**
- `gemini/gemini-1.5-flash-latest`
- `vertex_ai-mistral_models/vertex_ai/codestral@latest`
- `vertex_ai/claude-3-5-sonnet@20240620`
**Project Settings:**
**Git & Safety Settings:**
When using this Aider configuration:
1. **Load the configuration** by creating an `.aider.conf.yaml` file in your project root with the following content:
```yaml
read: CONVENTIONS.md
model: gemini/gemini-2.0-flash-thinking-exp
no-git: true
no-auto-commits: true
dry-run: true
dark-mode: true
chat-mode: architect
analytics-disable: true
```
2. **Ensure CONVENTIONS.md exists** in your project root. This file should contain:
- Coding standards and style guidelines
- Project-specific patterns and practices
- Architectural decisions and constraints
- Any team conventions to follow
3. **Start Aider** in your project directory:
- Run `aider` and it will automatically load this configuration
- The tool will read your conventions file and apply all settings
4. **Work in architect mode**:
- Use this mode for discussing system design, architecture decisions, and high-level planning
- The Gemini thinking model excels at reasoning through complex architectural trade-offs
- Changes are previewed (dry-run) before being applied
5. **Review before applying**:
- Since dry-run mode is enabled, carefully review all proposed changes
- Manually apply changes you want to keep
- Git operations are manual since auto-commits are disabled
This configuration is ideal for:
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/myflow-aider-configuration-wwhlvu/raw