#209 · Primary category: AI Coding Assistants
ruler
Ruler — apply the same rules to all coding agents
Project last updated:08/26/26
GitHub Stars
2.9K
Forks
160
Contributors
29
License
MIT
Why we included this project
When you're running more than one AI coding assistant, the rules for each one tend to drift apart. Ruler keeps a single .ruler/ directory of Markdown files as the one source of truth and pushes those rules into the config files that GitHub Copilot, Claude Code, Cursor, Aider, and the rest actually read. Nested rule loading means a monorepo can hand different components their own guidance, and MCP server settings get propagated so tooling behaves the same way across agents. It's a practical fit for teams standardizing on one set of agent rules or onboarding a new assistant without re-explaining everything. The CLI also keeps generated agent configs out of version control, a nice touch for keeping the repo clean.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.