← All integrations

Crit + Aider.

Aider has no skills or plugins. It reads conventions from CONVENTIONS.md (or any file passed via --read or .aider.conf.yml). Append the crit conventions and Aider follows the plan-first review loop on every change.

Append integrations/aider/CONVENTIONS.md from the crit repo to your project's CONVENTIONS.md.

Crit rule

A single rules file the agent loads for every conversation in this project. It defines the review loop: write a plan, launch crit $PLAN_FILE, read the resulting review file, address each comment, repeat.

Prompt the agent:

Write a plan for the auth refactor, then run crit on it.
View Aider integration files on GitHub →