Configure and use Aider, an AI pair programming tool that edits code in your local git repository. Supports multiple AI models, git integration, and interactive coding workflows.
Configure and use Aider to assist with coding tasks in local git repositories.
This skill helps you work with Aider, an AI pair programming tool that can edit code directly in your repository. It uses Claude 3.7 Sonnet (with thought process) as the primary model and Claude 3.5 Sonnet as a fallback for simpler tasks.
Aider should be configured with the following settings:
1. Navigate to your git repository
2. Run `aider` to start an interactive session
3. Aider will use the configured models and settings automatically
**Making Code Changes:**
**Adding Files to Context:**
**Git Operations:**
**Model Selection:**
1. **Start with clean working directory** - Commit or stash changes before using Aider
2. **Add relevant files to context** - Only include files that need to be modified or referenced
3. **Be specific in requests** - Clear descriptions lead to better code generation
4. **Review diffs carefully** - Always check generated changes before committing
5. **Use vim keybindings** - Navigate efficiently with vim mode enabled
6. **Commit frequently** - Make logical, atomic commits with descriptive messages
```bash
aider
aider src/main.ts src/utils.ts
aider --show-config
aider --model openai/gpt-4
aider --read
```
These settings can be saved in `.aider.conf.yml` in your project root or home directory for automatic loading.
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/aider-ai-coding-assistant-294ss4/raw