Agent Skills · Aider · SKILL.md catalog · 84,000+ entries
For AI pair programming in your terminal

Skills for Aider

84,000+ SKILL.md files you can feed to Aider — AI pair programming in your terminal. Supply a skill as a read-only context file with --read and its guidance steers every edit. Free to browse. Pro unlocks the multi-signal Quality Score.

aider --read path/to/SKILL.md
Browse the catalog → Aider home

What is Aider?

Aider is an open-source AI pair programmer that runs in your terminal and edits code directly through git, working with most leading LLMs. It doesn't have a skills directory — instead it loads guidance from read-only context files (conventions), which is exactly how a SKILL.md plugs in.

How to install a skill on Aider

Compatibility notes

Aider treats a SKILL.md as a read-only convention/context file, so the markdown body is what guides the model. Notes:

Aider skills, answered

What is Aider?
Aider is an open-source command-line AI pair programmer that edits your code through git and works with most major LLMs. See aider.chat.
How do I use a SKILL.md with Aider?
Pass it as a read-only context file: aider --read path/to/SKILL.md, or add the path to the read: list in .aider.conf.yml. The skill's guidance then applies to every edit in the session.
Do all skills work with Aider?
Guidance and convention skills work best — Aider loads the markdown body as context. Skills built around running bundled tools/scripts transfer only as instructions, since Aider's job is editing code rather than executing an agent tool-loop.