Professional Aider setup with disabled auto-commits for manual git control, custom syntax highlighting colors, and clean authorship attribution.
Professional Aider configuration that disables automatic git commits and attribution, giving you full manual control over your version control workflow while maintaining custom color scheme for better readability.
This skill configures Aider with the following settings:
1. Create or update your `.aider.conf.yml` file in your home directory (`~/.aider.conf.yml`) or project root
2. Add the following configuration:
```yaml
auto-commits: false
dirty-commits: false
attribute-author: false
attribute-committer: false
attribute-co-authored-by: false
assistant-output-color: '448c27'
tool-error-color: 'aa3731'
tool-output-color: '7a3e9d'
tool-warning-color: 'cb9000'
user-input-color: '325cc0'
```
3. Save the file and restart Aider. The configuration will be automatically loaded.
```bash
aider
```
**Manual Git Control**: Disabling auto-commits gives you explicit control over your git history, allowing you to:
**Custom Colors**: The color scheme provides clear visual distinction between different types of output, making it easier to scan terminal output during Aider sessions.
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/aider-configuration-clean-git-workflow/raw