Aider configuration for automated audio transcription project with Claude Sonnet, enhanced git integration, architect mode, and comprehensive caching and history persistence.
Aider configuration optimized for an automated audio transcription project. Uses Claude 3 Sonnet for both primary and weak models, with architect mode enabled, comprehensive git automation, history persistence, and custom color scheme.
This skill configures Aider with:
When the user invokes this skill, create an `.aider.conf.yaml` file in the current directory with the following configuration:
```yaml
model: claude-3-sonnet-20240229
weak-model: claude-3-sonnet-20240229
show-model-warnings: true
yes-always: true
watch-files: true
git: true
gitignore: true
auto-commits: true
dirty-commits: true
attribute-author: true
attribute-committer: true
show-diffs: true
commit-prompt: "Write a concise and specific commit message describing the changes made:"
dark-mode: true
pretty: true
stream: true
user-input-color: "#EDDA6A"
user-error-color: "#ffc444"
user-warning-color: "#ff4400"
assistant-input-color: "#f382f3"
assistant-output-color: "#f382f3"
assistant-input-background-color: "#929292"
assistant-output-background-color: "#929292"
tool-input-color: "#44ffc1"
tool-output-color: "#44ffc1"
tool-error-color: "#ffc444"
tool-warning-color: "#ff4400"
input-history-file: .aider.input.history
chat-history-file: .aider.chat.history.md
restore-chat-history: true
restore-input-history: true
restore-llm-history: true
llm-history-file: .aider.llm.history
analytics: true
analytics-file: .aider.analytics.json
keep-alive: true
keep-alive-file: .aider.keep-alive.json
architect: true
fancy-input: true
edit-format: search-replace
edit-format-regex: true
edit-format-regex-flags: "g"
edit-format-regex-multiline: true
edit-format-regex-dotall: true
edit-format-regex-unicode: true
edit-format-regex-sticky: true
edit-format-regex-verbose: true
edit-format-regex-lookbehind: true
edit-format-regex-unicode-escape: true
edit-format-regex-ascii: true
edit-format-regex-extended: true
multiline: true
detect-urls: true
cache-prompts: true
cache-keepalive-pings: true
cache-dir: .aider/cache
map-tokens: 0
map-refresh: always
#file: xxx
#file:
#read: xxx
#read:
```
1. **Start Aider with this config**: Simply run `aider` in the directory containing `.aider.conf.yaml`
2. **Add specific files**: Uncomment and customize the `file:` section to pre-load files into the chat context
3. **Add read-only files**: Uncomment the `read:` section to include reference files without allowing edits
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/docker-transcription-aider-config/raw