Aider configuration for developing cool_id - a Rails gem that generates prefixed IDs with NanoID. Auto-runs StandardRB linting and RSpec tests.
Configuration for using Aider to develop the cool_id gem - a Rails library that generates IDs with model-specific prefixes followed by a nanoid (e.g., `user_k3j4h5k6j7h8`).
1. Save this configuration as `.aider.conf.yaml` in your cool_id project root
2. Run `aider` in your terminal
3. Start making changes - Aider will automatically:
- Fix Ruby style violations with StandardRB
- Run relevant RSpec tests after each change
- Stop on first test failure for quick feedback
**Lint Command**: `bundle exec standardrb --fix`
**Test Command**: `bundle exec rspec --format progress --no-profile --no-color --fail-fast`
**Read Files**: `cool_id.gemspec`
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/aider-config-for-coolid-gem/raw