Agsync banner
yiftahb yiftahb

Agsync

AI community

Description

Agsync is a repo-native control plane for managing skills, MCP servers, secrets, and agent configs across AI clients like Claude Code and Cursor.

Installation

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

README

agsync

Git-native CLI to sync skills, commands, and MCP servers across AI coding agents.

CI npm version npm downloads license

Supported Agents

Agent Instructions Skills Commands MCP
Claude Code CLAUDE.md .claude/skills/ .claude/commands/ .mcp.json
Cursor AGENTS.md .cursor/skills/ .cursor/commands/ .cursor/mcp.json
Codex .codex/instructions.md .codex/skills/ .codex/commands/ .codex/config.toml
Windsurf AGENTS.md .windsurf/skills/ .windsurf/commands/ .windsurf/mcp_config.json
Copilot .github/copilot-instructions.md -- .github/agents/ .mcp.json
Gemini GEMINI.md .gemini/skills/ .gemini/commands/ .gemini/settings.json
OpenCode AGENTS.md .opencode/skills/ .opencode/command/ opencode.json
Antigravity .agent/rules/instructions.md .agent/skills/ .agent/commands/ --

Install

npm i -g agsync-cli

Or run directly:

npx agsync-cli

Features

🤖 **Multi-Agent Sync** — Define skills, commands, and instructions once in `.agsync/`, generate native output for every agent your team uses. Symlinks keep everything in sync.

🧩 **Skill Extension** — Import skills from GitHub or ClawHub, extend them with loca