templates/skills/cli/aider/SKILL.md
Tool: AI pair programming in terminal (`pip install aider-chat`)
npx skillsauth add hivellm/rulebook AiderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Tool: AI pair programming in terminal (pip install aider-chat)
# Always include AGENTS.md
aider AGENTS.md src/feature.ts tests/feature.test.ts
# In chat:
"Follow AGENTS.md standards. Implement [feature] with tests first."
/add file.ts # Add files to context
/drop file.ts # Remove from context
/run npm test # Run command
/commit "message" # Commit changes
/undo # Undo last change
/diff # Review changes
model: gpt-4
read: [AGENTS.md]
lint: true
lint-cmd: "npm run lint"
test-cmd: "npm test"
auto-commits: true
commit-prompt: true
aider AGENTS.md [files]/diff/run npm test/commit "feat: description"Critical: Always reference AGENTS.md in your requests for consistent standards.
<!-- AIDER:END -->research
Create structured analyses with numbered findings, execution plans, and task materialization
research
Author a rulebook task spec interactively — research, draft, ask the user clarifying questions, confirm, then create the tasks in rulebook ready for /rulebook-driver. Use when the user wants to plan/spec a feature before implementing.
development
Behavioral guidelines to reduce common LLM coding mistakes — overcomplication, sloppy refactors, hidden assumptions, weak goals. Use when writing, reviewing, or refactoring code. Auto-applies; invoke explicitly via /karpathy-guidelines or 'follow karpathy discipline'.
data-ai
Autonomous AI agent loop for iterative task implementation (@hivehub/rulebook ralph)