Skills Manager – manage AI agent skills across Claude, Cursor, Copilot
I built a desktop app to manage AI agent skills/rules files across multiple agents (Claude Code, Cursor, GitHub Copilot, Gemini CLI, Windsurf, Goose, Codex).
The problem: each agent stores skills in a different location and in a different format. This gives you one unified view, copy between agents, and install from GitHub repos.
Free and open source: https://sm.idoevergreen.me
21 comments
[ 2.0 ms ] story [ 58.0 ms ] threadI've made some containers for my agents atm (asking them to `ls` and seeing my private ssh key coming by is too scary). My next step is to figure out how to add skills...
Does Skills Manager handle this at all, or is it purely format/distribution? Seems like the hard problem isn't syncing files — it's that the same "skill" needs different phrasing per agent to actually work.
The ~/.agents/skills spec is interesting—if it gains real adoption, we'd support it as a source path as well. Skills Manager is intentionally agent-neutral, so adding a new path resolver is trivial.