Ruler — apply the same rules to all coding agents
Ruler is a TypeScript MCP server and CLI tool that solves a specific multi-agent coordination problem: developers maintaining separate instruction files for each AI coding assistant end up with duplicated, inconsistent configurations across their projects. Ruler introduces a single `.ruler/` directory of Markdown files as the authoritative source, then automatically generates the correct configuration files for each supported agent, including `CLAUDE.md` and `.mcp.json` for Claude Code, `.cursor/mcp.json` for Cursor, `.github/copilot-instructions.md` for GitHub Copilot, `.aider.conf.yml` for Aider, and equivalents for over a dozen other tools. It also propagates MCP server settings across agents that support them and handles nested `.ruler/` directories for monorepos or projects with distinct components. A `ruler.toml` file lets teams specify which agents to target and customize output paths. The `.gitignore` automation keeps generated files out of version control. Teams using multiple AI coding tools simultaneously will find the most value, particularly when onboarding new agents without rewriting existing guidance.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Mature repo (>1y old)
git clone https://github.com/intellectronica/rulerResumen de Tools
Lo que la gente pregunta sobre ruler
¿Qué es intellectronica/ruler?
+
intellectronica/ruler es tools para el ecosistema de Claude AI. Ruler — apply the same rules to all coding agents Tiene 2.7k estrellas en GitHub y se actualizó por última vez 5d ago.
¿Cómo se instala ruler?
+
Puedes instalar ruler clonando el repositorio (https://github.com/intellectronica/ruler) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar intellectronica/ruler?
+
Nuestro agente de seguridad ha analizado intellectronica/ruler y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene intellectronica/ruler?
+
intellectronica/ruler es mantenido por intellectronica. La última actividad registrada en GitHub es de 5d ago, con 3 issues abiertos.
¿Hay alternativas a ruler?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega ruler en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/intellectronica-ruler)<a href="https://claudewave.com/repo/intellectronica-ruler"><img src="https://claudewave.com/api/badge/intellectronica-ruler" alt="Featured on ClaudeWave: intellectronica/ruler" width="320" height="64" /></a>Más Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies