bringskills-aider
v1.0.0
Published
BringSkills integration for Aider - AI pair programming tool
Maintainers
Readme
bringskills-aider
BringSkills integration for Aider - AI pair programming tool.
Installation
npm install -g bringskills-aiderSetup
bringskills-aider-setup --api-key sk-bring-xxxThis will:
- Create a context file with BringSkills API instructions
- Add it to your
.aider.conf.yml - Set up your API key
Usage
After setup, just run Aider normally:
aiderThen ask:
- "Search for code review skills on BringSkills"
- "Use the text-analyzer skill to analyze this code"
- "Get the free weather skill from BringSkills"
Aider will generate the appropriate API calls.
Manual Configuration
If you prefer manual setup, add to ~/.aider.conf.yml:
read:
- ~/.bringskills/aider-context.mdAnd set your API key:
export BRINGSKILLS_API_KEY="sk-bring-xxx"