.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/dyoshikawa/rulesync
home/mcp-servers/dyoshikawa/rulesync
dyoshikawa avatar

rulesync

bydyoshikawa· 1 MCP server

Installs

889k

Stars

1.3k

Forks

140

Category

AI Agents & MCP

View on GitHub

TL;DR

[Documentation](https://dyoshikawa.github.io/rulesync/) | [npm](https://www.npmjs.com/package/rulesync)

How to install rulesync?

dyoshikawa/rulesync
$git clone https://github.com/dyoshikawa/rulesync

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install rulesync by running `git clone https://github.com/dyoshikawa/rulesync`, then use it for the current task and follow its documentation at https://github.com/dyoshikawa/rulesync.

Files · 1

View on GitHub
README.md
1<p align="center">
2 <img src="images/logo.jpg" alt="Rulesync Logo" width="600">
3</p>
4 
5# Rulesync
6 
7[![CI](https://github.com/dyoshikawa/rulesync/actions/workflows/ci.yml/badge.svg)](https://github.com/dyoshikawa/rulesync/actions/workflows/ci.yml)
8[![npm version](https://img.shields.io/npm/v/rulesync)](https://www.npmjs.com/package/rulesync)
9[![npm downloads](https://img.shields.io/npm/dt/rulesync)](https://www.npmjs.com/package/rulesync)
10[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/dyoshikawa/rulesync)
11[![Mentioned in Awesome Claude Code](https://awesome.re/mentioned-badge.svg)](https://github.com/hesreallyhim/awesome-claude-code)
12[![Mentioned in Awesome Gemini CLI](https://awesome.re/mentioned-badge.svg)](https://github.com/Piebald-AI/awesome-gemini-cli)
13<a href="https://flatt.tech/oss/gmo/trampoline" target="_blank"><img src="https://flatt.tech/assets/images/badges/gmo-oss.svg" height="24px"/></a>
14 
15**[Documentation](https://dyoshikawa.github.io/rulesync/)** | **[npm](https://www.npmjs.com/package/rulesync)**
16 
17A 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.
18 
19> [!NOTE]
20> If you are interested in Rulesync latest news, please follow the maintainer's X(Twitter) account:
21> [@dyoshikawa1993](https://x.com/dyoshikawa1993)
22 
23## Installation
24 
25```bash
26npm install -g rulesync
27```
28 
29Or install from our Homebrew tap (macOS and Linux):
30 
31```bash
32brew tap dyoshikawa/rulesync https://github.com/dyoshikawa/rulesync
33brew install rulesync
34```
35 
36The tap lives inside this repository, so it does not have a `homebrew-` prefix.
37The two-argument `brew tap <name> <url>` form is therefore required — the
38shorthand `brew install dyoshikawa/rulesync/rulesync` without tapping first does
39not work.
40 
41### Single Binary
42 
43```bash
44curl -fsSL https://github.com/dyoshikawa/rulesync/releases/latest/download/install.sh | bash
45```
46 
47See [Installation docs](https://dyoshikawa.github.io/rulesync/getting-started/installation) for manual install and platform-specific instructions.
48 
49## Getting Started
50 
51```bash
52# Create necessary directories, sample rule files, and configuration file
53rulesync init
54 
55# Install official skills (recommended)
56rulesync fetch dyoshikawa/rulesync --features skills
57 
58# Generate unified configurations with all features
59rulesync generate --targets "*" --features "*"
60```
61 
62If you already have AI tool configurations:
63 
64```bash
65# Import existing files (to .rulesync/**/*)
66rulesync import --targets claudecode # From CLAUDE.md
67rulesync import --targets cursor # From .cursorrules
68rulesync import --targets copilot # From .github/copilot-instructions.md
69```
70 
71Want to convert configuration from one AI tool to another directly, without
72adopting the `.rulesync/` source-of-truth workflow?
73 
74```bash
75# Convert Cursor rules to Copilot and Claude Code in one shot (no .rulesync/ files written)
76rulesync convert --from cursor --to copilot,claudecode
77```
78 
79See [Quick Start guide](https://dyoshikawa.github.io/rulesync/getting-started/quick-start) for more details.
80 
81## Supported Tools and Features
82 
83The tables below show whether each tool supports a given feature (✅ = supported, blank = not supported). A ✅ means the feature is supported in at least one mode (project, global, or simulated) — for example, Codex CLI `commands` is global-only. For each tool's `--targets` value and full mode breakdown (project / global / simulated / MCP tool config), see the [Supported Tools reference](https://dyoshikawa.github.io/rulesync/reference/supported-tools).
84 
85### AI Coding Tools
86 
87<!-- SUPPORTED_TOOLS_AI:BEGIN -->
88 
89| Tool | rules | ignore | mcp | commands | subagents | skills | hooks | permissions | checks |
90| ---------------------- | :---: | :----: | :-: | :------: | :-------: | :----: |

Preview

dyoshikawa/rulesyncdyoshikawa/rulesync
Repodyoshikawa/rulesync
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPaiai-agents

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. czlonkowski avatarn8n-mcpIntegration between n8n workflow automation and Model Context Protocol (MCP)MCP ServersJul 2026495k22k