#How I manage skills and MCPs across AI coding agents

1 messages · Page 1 of 1 (latest)

mystic anvil
#

Hi all ,

I built skills-sync, an open-source CLI for downloading and keeping skills and MCP setup in sync across AI coding agents with the help of Codex.

I made it after running into the same problem repeatedly: using multiple agents meant duplicated setup, re-importing the same skills, and dealing with config drift.

What it does:

🔄 Sync across agents: Keep skills and MCP setup aligned across tools
📦 Import skills: Pull skills from repos or local paths
♻️ Refresh upstreams: Update imported skills when the source changes
🛠️ Manage MCP config: Keep agent setup in one place
🔍 Check drift: Catch setup differences before they get messy

Supported agents:
Codex, Cursor, Gemini, Copilot, and Claude Code

GitHub: https://github.com/ryanreh99/skills-sync
npm: https://www.npmjs.com/package/@ryanreh99/skills-sync

Curious to hear from others working with multi-agent coding workflows.
Thanks !

GitHub

AI skills and MCP configuration management for development environments. - ryanreh99/skills-sync