Aider configuration for Python bindings to Impeller graphics engine with file watching, auto-commits disabled, and optimized settings
This skill configures Aider for working with Python bindings to the Impeller graphics engine (chinmaygarde/impellerpy).
This configuration is optimized for Python bindings development with the following key settings:
1. Create a `.aider.conf.yml` file in your repository root
2. Copy the configuration settings from the source content
3. Customize settings as needed for your workflow
4. Run `aider` in your repository - it will automatically load the configuration
```yaml
auto-commits: false
```
Disabled to give you manual control over commits when working with binding code that may need careful review.
```yaml
watch-files: true
```
Watches files for special AI coding comments and automatically processes them.
The configuration supports multiple model providers (OpenAI, Anthropic) and allows customization of:
You can customize any setting by uncommenting lines in `.aider.conf.yml`:
1. Start Aider: `aider`
2. Add files to edit: `/add src/bindings.py`
3. Make requests: "Add type hints to all function parameters"
4. Review changes with: `/diff`
5. Manually commit when satisfied: `git commit -am "Add type hints to bindings"`
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/impeller-python-bindings-configuration/raw