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
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.
SKILL.md.aider --read path/to/SKILL.md — the skill's guidance loads as always-on context.read: list in .aider.conf.yml.--read more than once.Aider treats a SKILL.md as a read-only convention/context file, so the markdown body is what guides the model. Notes:
scripts/ don't auto-run; Aider focuses on editing code, not orchestrating tools. Port the intent into instructions.--read stays in context for the whole session.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.