Aider configuration for shellm - a one-file Ollama CLI client written in bash. Enables architect mode with automatic testing and commit management.
Configuration for using Aider with the shellm project - a one-file Ollama CLI client written in bash.
This skill configures Aider to work optimally with the shellm bash project by:
**Key Settings:**
**Test Integration:**
1. **Setup**: Place this configuration as `.aider.conf.yml` in the shellm project root
2. **What Gets Loaded**:
- AGENTS.md documentation for context
- shellm main file for editing
- Custom test runner script
3. **Workflow**:
- Aider will use architect mode for structured edits
- After each change, tests run automatically
- Manual git commits give you control
- Test failures block changes until resolved
4. **Model Configuration**:
- Thinking tokens set to 0 (disabled for performance)
- Model can be customized via `--model` flag
- Supports weak/editor model configuration
5. **Testing**:
- Test command executes `./run_tests.sh`
- Auto-test ensures quality gates
- Use `--test` flag to run tests and fix issues
**Start Aider with this config:**
```bash
aider
```
**Override model:**
```bash
aider --model gpt-4o
```
**Disable auto-test temporarily:**
```bash
aider --no-auto-test
```
**Run tests and fix issues:**
```bash
aider --test
```
You can override any setting by:
1. Editing `.aider.conf.yml` directly
2. Using command-line flags (higher precedence)
3. Setting environment variables
Common customizations:
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/shellm-aider-configuration/raw