Hey Addy,
would you accept a short docs PR adding agentsmesh as a setup option?
It's an open-source CLI that auto-detects this repo's layout (skills/, agents/, references/, .claude/commands/) and installs the whole pack into Claude Code, Cursor, Copilot, Codex, Gemini, Windsurf, Kiro, OpenCode and a bunch more from one command — the same tools you already have setup docs for, just without the per-tool copy step.
agentsmesh install github:addyosmani/agent-skills
agentsmesh generate --targets claude-code,cursor,gemini-cli # about 30 tools supported + plugins
If yes, I'll send a small PR:
- new
docs/agentsmesh-setup.md
- one
<details> block in the README Quick Start
No changes to any skill.
Related open issues
This setup option also gives users a single answer for several recurring install/setup questions in the tracker:
Hey Addy,
would you accept a short docs PR adding agentsmesh as a setup option?
It's an open-source CLI that auto-detects this repo's layout (
skills/,agents/,references/,.claude/commands/) and installs the whole pack into Claude Code, Cursor, Copilot, Codex, Gemini, Windsurf, Kiro, OpenCode and a bunch more from one command — the same tools you already have setup docs for, just without the per-tool copy step.agentsmesh install github:addyosmani/agent-skills agentsmesh generate --targets claude-code,cursor,gemini-cli # about 30 tools supported + pluginsIf yes, I'll send a small PR:
docs/agentsmesh-setup.md<details>block in the README Quick StartNo changes to any skill.
Related open issues
This setup option also gives users a single answer for several recurring install/setup questions in the tracker:
agentsmesh init && agentsmesh install github:addyosmani/agent-skills..claude/commands/*are generated into.opencode/command/*(and every other supported tool's command dir) onagentsmesh generate.