A CLI tool to sync vibe coding rules and workflows across different vibe coding tools.
- Claude Code
- Cursor
- Gemini CLI
- Kilo Code
- Cline
- Roo Code
- Jules
- Agent.md
- Windsurf
To install vibe-sync
, ensure you have Node.js (>= 23.6.0). Then, run the following command:
# npm
npm install -g @mumulhl/vibe-sync
# yarn
yarn global add @mumulhl/vibe-sync
# pnpm
pnpm install -g @mumulhl/vibe-sync
# bun
bun install -g @mumulhl/vibe-sync
# deno
deno install -g npm:@mumulhl/vibe-sync
vibe-sync init
vibe-sync sync
# Vibe Sync Configuration
version: 1
sync_from: "Gemini"
sync_to:
- "Claude Code"
- "Cline"
- "Kilo Code"
- "Jules"
- "Roo Code"
To contribute to vibe-sync
:
- Clone the repository.
- Install dependencies:
pnpm install
- Run tests:
pnpm test
- Run the project:
pnpm start
This project is licensed under the MIT License.