From a7f8385c08921b0b091b293128974ebc67817d78 Mon Sep 17 00:00:00 2001 From: jinmingyang <2214962083@qq.com> Date: Tue, 27 Jan 2026 11:36:59 +0800 Subject: [PATCH] feat: add vsync - config sync tool for AI coding tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add vsync to Tools & Utilities section. vsync is a CLI tool that syncs Skills, MCP servers, Agents & Commands across Claude Code, Cursor, OpenCode, and Codex with: - Automatic format conversion (JSON ↔ TOML ↔ JSONC) - Environment variable syntax preservation - Safe mode (no deletions) and Prune mode - Atomic writes for crash safety GitHub: https://github.com/nicepkg/vsync --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a6a206..7c6791a 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**claude-code-test-runner**](https://github.com/firstloophq/claude-code-test-runner) (20 ⭐) - An automated E2E natural language test runner built on Claude Code. - [**cc-monitor-worker**](https://github.com/cometkim/cc-monitor-worker) (13 ⭐) - Claude Code monitoring with Cloudflare Workers & Workers Analytics Engine. - [**shotgun-alpha**](https://github.com/shotgun-sh/shotgun-alpha) (3 ⭐) - Codebase-aware spec engine for Cursor, Claude Code & Lovable. +- [**vsync**](https://github.com/nicepkg/vsync) - One-command config sync for AI coding tools. Sync Skills, MCP servers, Agents & Commands across Claude Code, Cursor, OpenCode, and Codex with automatic format conversion and atomic writes. - [**conductor**](https://conductor.build/) (0 ⭐) - Run a bunch of Claude Codes in parallel. - [**claude-deep-research**](https://www.google.com/search?q=https://github.com/disler/claude-deep-research) (0 ⭐) - Claude Deep Research config for Claude Code.