Aider configuration for T9M Analytics project with optimized markdown documentation files. Excludes source code per guidance.
This skill configures Aider to work with the T9M Analytics project by loading essential markdown documentation files while excluding source code files (TSX, CSS, etc.) per Aider optimization guidance.
When you use this configuration with Aider, it will automatically load key documentation files that provide context about the project structure, architecture, and development guidelines without loading actual source code files.
1. Save this configuration as `.aider.conf.yml` in your project root
2. Run Aider in the project directory
3. Aider will automatically read the specified documentation files
```bash
aider
```
The configuration loads these documentation files:
You can modify the `read:` section to include additional markdown files as needed:
```yaml
read:
- "repo_map.md"
- "ARCHITECTURE.md"
- "CODEBASE_MAP.md"
- "DEVELOPMENT.md"
- "your-additional-doc.md"
```
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/t9m-analytics-aider-configuration/raw