Use this skill when the user wants to use AI pair programming to edit code in the terminal.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-565b231d)More formats (shields.io, HTML) on the badges page.
---
name: aider
description: Use this skill when the user wants to use AI pair programming to edit code in the terminal.
---
# Aider Plugin
AI pair programming tool that lets you edit code in your local git repo with LLM assistance.
## Commands
### Basic
- `aider _ _` — Passthrough to aider CLI
## Usage Examples
- "Help me refactor this function using aider"
- "Use aider to add error handling to the API routes"
- "Run aider to fix the bug in src/main.py"
## Installation
```bash
pip install aider-chat
```
## Key Features
- Edit code in your local git repository
- Multiple LLM support (Claude, GPT-4, etc.)
- Automatic git commits
- In-chat file editing
- Voice coding support
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!