Personal Aider configuration with Black Metal theme, Neovim integration, and streamlined Git workflow. Optimized for manual control with vim mode and disabled auto-features.
This skill provides a personalized Aider configuration featuring a sleek Black Metal color theme, Neovim editor integration, and a workflow optimized for developers who prefer manual control over their development environment.
Configures Aider with:
When a user requests this Aider configuration:
1. **Create Configuration File**
- Write to `.aider.conf.yml` in the user's home directory or project root
- Use YAML format with the exact settings specified above
2. **Apply Theme Settings**
```yaml
user-input-color: "#f8f8f2"
assistant-output-color: "#f8f8f2"
tool-output-color: "#f8f8f2"
tool-error-color: "#ff5555"
tool-warning-color: "#f8f8f2"
completion-menu-color: "#f8f8f2"
completion-menu-bg-color: "#282a36"
completion-menu-current-color: "#f8f8f2"
completion-menu-current-bg-color: "#44475a"
code-theme: "monokai"
```
3. **Configure Editor & Input Mode**
```yaml
editor: nvim
vim: true
multiline: false
suggest-shell-commands: false
restore-chat-history: false
```
4. **Set Git Preferences**
```yaml
auto-commits: false
no-attribute-author: true
no-attribute-committer: true
show-diffs: false
```
5. **Disable Auto-features**
```yaml
stream: false
show-model-warnings: false
auto-lint: false
auto-test: false
architect: false
check-update: false
```
6. **Enable Performance Optimization**
```yaml
cache-prompts: true
cache-keepalive-pings: 12
```
7. **Verify Installation**
- Confirm Neovim is installed (`nvim --version`)
- Test Aider launches with the new configuration
- Verify vim mode is active in Aider
**Installing the configuration:**
```bash
cp .aider.conf.yml ~/
cp .aider.conf.yml /path/to/project/
```
**Testing the configuration:**
```bash
aider --show-settings
aider --help
```
Users can modify:
This configuration prioritizes developer control, performance, and visual consistency with the Black Metal aesthetic.
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/aider-black-metal-theme-configuration/raw