A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Unify AI agent rules across tools like Cursor, Copilot, Devin, and Cline. One source, synced everywhere.
Unify your AI rules. One source of truth, synced across all major AI coding agents.
Airulefy makes it easy to maintain a single set of rules in .ai/ and automatically generate or link them to each tool-specific format (Cursor, Copilot, Cline, Devin, etc.).
No more copy-pasting. No more inconsistent behavior.
.ai/ folder for all your project-wide AI rules (Markdown).cursor/rules/*.mdc.cline-rules.github/copilot-instructions.mddevin-guidelines.md.ai-rules.ymlpip install airulefy
# Generate rules for all supported tools
airulefy generate
# Watch for changes in .ai/ and auto-regenerate
airulefy watch
Create a .ai-rules.yml file in your project root to customize Airulefy's behavior:
default_mode: symlink # or "copy"
tools:
cursor:
output: ".cursor/rules/core.mdc" # custom output path
cline:
mode: copy # override default mode
copilot: {} # use defaults
devin:
output: "devin-guidelines.md"
Airulefy works seamlessly with GitHub Codespaces and VS Code DevContainers:
# Open in Codespace
gh codespace create -r airulefy/Airulefy
# Or clone and open locally with VS Code
git clone https://github.com/your-username/your-project.git
cd your-project
code .
# Generate rules (default: symlink if supported)
airulefy generate
# Force copy instead of symlink
airulefy generate --copy
# Watch for changes and auto-regenerate
airulefy watch
# Validate configuration and files
airulefy validate
# List supported tools and their status
airulefy list-tools
# Show version
airulefy --version
Airulefy follows the "single source of truth" principle. Keep all your AI coding assistant rules in one place (.ai/ directory) and let Airulefy handle the synchronization to each tool's specific format.
This ensures:
MIT © 2025 Kuu
A practical approach to managing multiple AI agents in Cursor through strict file-tree partitioning and domain boundarie
📄 Configuration files that enhance Cursor AI editor experience with custom rules and behaviors
Cursor AI 编程规则精选集 | 132+ 规则,覆盖前端/后端/AI/DevOps 等 32 个领域