dyoshikawa/rulesync
每日信息看板 · 2026-03-01
2026-03-01T01:44:03Z
Published
AI 总结
Rulesync 是一个 Node.js CLI 工具,可从统一的 AI 规则文件自动生成多种 AI 开发工具的配置(含规则、命令、MCP、ignore、子代理与技能等),帮助团队用单一来源一致化并减少跨工具配置成本。
- 从统一 AI rule 文件自动生成各类 AI 开发工具配置文件,支持选择性生成(--targets)
- 提供导入/导出能力与较完整的文件类型覆盖:rules、commands、MCP、ignore、subagents、skills、hooks 等
- 覆盖多种主流工具生态:Claude Code、Codex CLI、Gemini CLI、GitHub Copilot、Cursor、Cline、Windsurf、Warp、Replit 等
- 支持项目模式与部分工具的全局模式(表格中以 🌏 标注),并对部分功能提供模拟能力(🎮)
- 提供文档站点、npm 包与实验性的单文件二进制安装方式,许可证为 MIT
#GitHub #repo #开源项目 #Rulesync #Node.js #CLI #MCP #MIT #Agent
内容摘录
<p align="center">
<img src="images/logo.jpg" alt="Rulesync Logo" width="600">
</p>
Rulesync
CI
npm version
npm downloads
Ask DeepWiki
Mentioned in Awesome Claude Code
Mentioned in Awesome Gemini CLI
<a href="https://flatt.tech/oss/gmo/trampoline" target="_blank"><img src="https://flatt.tech/assets/images/badges/gmo-oss.svg" height="24px"/></a>
**Documentation** | **npm**
A Node.js CLI tool that automatically generates configuration files for various AI development tools from unified AI rule files. Features selective generation, comprehensive import/export capabilities, and supports major AI development tools with rules, commands, MCP, ignore files, subagents and skills.
[!NOTE]
If you are interested in Rulesync latest news, please follow the maintainer's X(Twitter) account:
@dyoshikawa1993
Installation
Single Binary (Experimental)
See Installation docs for manual install and platform-specific instructions.
Getting Started
If you already have AI tool configurations:
See Quick Start guide for more details.
Supported Tools and Features
| Tool | --targets | rules | ignore | mcp | commands | subagents | skills | hooks |
| ------------------ | ------------ | :---: | :----: | :------: | :------: | :-------: | :----: | :---: |
| AGENTS.md | agentsmd | ✅ | | | 🎮 | 🎮 | 🎮 | |
| AgentsSkills | agentsskills | | | | | | ✅ | |
| Claude Code | claudecode | ✅ 🌏 | ✅ | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | ✅ |
| Codex CLI | codexcli | ✅ 🌏 | | ✅ 🌏 🔧 | 🌏 | ✅ | ✅ 🌏 | |
| Gemini CLI | geminicli | ✅ 🌏 | ✅ | ✅ 🌏 | ✅ 🌏 | 🎮 | ✅ 🌏 | |
| Goose | goose | ✅ 🌏 | | | | | | |
| GitHub Copilot | copilot | ✅ 🌏 | | ✅ | ✅ | ✅ | ✅ | ✅ |
| Cursor | cursor | ✅ | ✅ | ✅ | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | ✅ |
| Factory Droid | factorydroid | ✅ 🌏 | | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | |
| OpenCode | opencode | ✅ 🌏 | | ✅ 🔧 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 |
| Cline | cline | ✅ | ✅ | ✅ | ✅ 🌏 | | ✅ 🌏 | |
| Kilo Code | kilo | ✅ 🌏 | ✅ | ✅ | ✅ 🌏 | | ✅ 🌏 | |
| Roo Code | roo | ✅ | ✅ | ✅ | ✅ | 🎮 | ✅ 🌏 | |
| Qwen Code | qwencode | ✅ | ✅ | | | | | |
| Kiro | kiro | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
| Google Antigravity | antigravity | ✅ | | | ✅ | | ✅ 🌏 | |
| JetBrains Junie | junie | ✅ | ✅ | ✅ | | | | |
| AugmentCode | augmentcode | ✅ | ✅ | | | | | |
| Windsurf | windsurf | ✅ | ✅ | | | | | |
| Warp | warp | ✅ | | | | | | |
| Replit | replit | ✅ | | | | | ✅ | |
| Zed | zed | | ✅ | | | | | |
✅: Supports project mode
🌏: Supports global mode
🎮: Supports simulated commands/subagents/skills (Project mode only)
🔧: Supports MCP tool config (enabledTools/disabledTools)
Documentation
For full documentation including configuration, CLI reference, file formats, programmatic API, and more, visit the **documentation site**.
License
MIT License