Aider configuration for DevPod development with Kimi model, auto-reading conventions, and optimized settings for fast iteration.
An Aider configuration optimized for DevPod development that automatically reads project conventions and uses the Moonshot Kimi K2 model via Groq for fast, context-aware code generation.
This configuration sets up Aider to:
Create a `.aider.conf.yaml` file in your project root:
```yaml
read:
- CONVENTIONS.md
vim: false
detect-urls: false
model: groq/moonshotai/kimi-k2-instruct-0905
timeout: 30
cache-prompts: true
show-diffs: true
weak-model: groq/openai/gpt-oss-20b
```
The configuration includes commented alternatives you can swap in:
- `codestral/codestral-latest` - Mistral's specialized code model
- `groq/openai/gpt-oss-120b` - Larger open-source GPT variant
- `openrouter/moonshotai/kimi-k2-thinking` - Reasoning-focused Kimi variant
| Setting | Value | Purpose |
|---------|-------|---------|
| `read` | `CONVENTIONS.md` | Auto-load project conventions into context |
| `vim` | `false` | Use standard editing mode |
| `detect-urls` | `false` | Prevent URL auto-detection interference |
| `timeout` | `30` | 30-second API timeout |
| `cache-prompts` | `true` | Speed up repeated operations |
| `show-diffs` | `true` | Display changes before applying |
| `weak-model` | `groq/openai/gpt-oss-20b` | Lighter model for simple tasks |
1. Create a `CONVENTIONS.md` file in your project documenting coding standards, architecture patterns, and project-specific conventions
2. Add the `.aider.conf.yaml` file to your project root
3. Run `aider` - it will automatically load conventions and use the configured models
4. All edits will respect the conventions defined in your documentation
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/devpod-conventions-aware-aider-config/raw