dyoshikawa

Rulesync — AI skill for Claude Code

AI community intermediate

by dyoshikawa - A Node.js CLI tool that automatically generates configs (rules, ignore files, MCP servers, commands, and subagents) for various AI coding agents.

How to install Rulesync

This entry records only its repository, not the path inside it, so there is no exact command to give. Open dyoshikawa/rulesync and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Rulesync does

[](https://github.com/dyoshikawa/rulesync/actions/workflows/ci.yml) [](https://www.npmjs.com/package/rulesync) [](https://www.npmjs.com/package/rulesync) [](https://deepwiki.com/dyoshikawa/rulesync) [](https://github.com/hesreallyhim/awesome-claude-code)

Alternatives in AI

  • MCP Use — The fullstack MCP framework to develop MCP Apps for ChatGPT / Claude & MCP Servers for AI Agents 9.5k ★
  • n8n Node Configuration — Node configuration with dependency rules and AI connections 3.6k ★
  • Nodeterm — Node-based terminal manager for AI coding agents — tmux-backed terminals and parallel agent sessions as dragga 1.3k ★

README

Rulesync

[](https://github.com/dyoshikawa/rulesync/actions/workflows/ci.yml) [](https://www.npmjs.com/package/rulesync) [](https://www.npmjs.com/package/rulesync) [](https://deepwiki.com/dyoshikawa/rulesync) [](https://github.com/hesreallyhim/awesome-claude-code) [](https://github.com/Piebald-AI/awesome-gemini-cli)

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

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](https://x.com/dyoshikawa1993)

Installation

npm install -g rulesync
# or
brew install rulesync

Single Binary (Experimental)

curl -fsSL https://github.com/dyoshikawa/rulesync/releases/latest/download/install.sh | bash

See [Installation docs](https://dyoshikawa.github.io/rulesync/getting-started/installation) for manual install and platform-specific instructions.

Getting Started

# Create necessary directories, sample rule files, and configuration file
rulesync init

# Install official skills (recommended)
rulesync fetch dyoshikawa/rulesync --features skills

# Generate unified configurations with all features
rulesync generate --targets "*" --features "*"

If you already have AI tool configurations:

# Import existing files (to .rulesync/**/*)
rulesync import --targets claudecode    # From CLAUDE.md
rulesync import --targets cursor        # From .cursorrules
rulesync import --targets copilot       # From .github/copilot-instructions.md

...