AgentsMesh, an open-source CLI and TypeScript library, syncs AI coding configuration across Claude Code, Cursor, GitHub Copilot, Gemini CLI, Windsurf, and other tools from a single canonical directory.
Hacker News · April 28, 2026
AI Summary
•AgentsMesh manages rules, prompts, commands, agents, skills, MCP servers, hooks, ignore files, and permissions in one .agentsmesh/ directory, then generates native configuration files (CLAUDE.md, .cursor/rules, .github/copilot-instructions.md, .gemini/settings.json, .windsurf/rules, and others) for each supported tool.
•The tool supports bidirectional import: users can migrate existing configs from Claude Code, Cursor, Copilot, Gemini CLI, Windsurf, Codex CLI, and other tools back into canonical form without data loss, then regenerate them without manual rewriting.
•AgentsMesh includes team-safe features such as agentsmesh check (CI gate for drift detection), agentsmesh diff (preview changes), agentsmesh lint (validate config), agentsmesh watch (regenerate on save), and agentsmesh merge (recover from conflicts); it also supports community packs and shared config via git repos.
•Requires Node.js 20+ and supports Linux, macOS, and Windows; available via npm install -D agentsmesh with documentation at samplexbro.github.io/agentsmesh.