Launching today
AI Skills Manager
One place for all your AI skills
82 followers
One place for all your AI skills
82 followers
Browse, install, enable, and share AI agent skills across all major coding agents in one desktop app.
82 followers
82 followers
AI Skills Manager
This solves a real annoyance. I'm using Claude Code with custom skills and every time I want to test the same skill in Cursor or another agent, it's manual file copying and adjusting paths. Having one place to manage and push skills across agents is a workflow I didn't know I needed.
Question: does it handle skill conflicts or versioning? For example, if I install the same skill from GitHub but it gets updated later – does Skills Manager detect the newer version and let me update, or is it a one-time install that I'd need to manually re-pull?
AI Skills Manager
@aaron0403 Exactly the pain we built this for that manual copy-paste loop is a real time sink.
On versioning: honest answer, right now it's a one-time install. You'd need to re-pull manually to get updates.
That said, this comment is going straight to the top of the roadmap. Detecting upstream changes and surfacing an "Update available" prompt in the app is the natural next step — and feedback like this confirms it should be prioritized.
Thanks for your comment
the skills discoverability problem is real - I end up rediscovering the same prompt patterns across projects. curious how you handle versioning when a skill gets updated but some agents were built around the old behavior. do you pin versions or is it more of a live dependency?
AI Skills Manager
@mykola_kondratiuk Discoverability is exactly why we're building a Marketplace tab — browse and install community skills in one click instead of hunting GitHub. Coming very soon.
On versioning: currently it's a snapshot install, no pinning. You control when you re-pull.
Longer term: skills are just markdown files, so "versioning" means tracking the git commit hash at install time and letting you diff/update selectively. It's on the roadmap — this is exactly the signal that helps us prioritize it 🙏
git commit hash at install time is the right call - it is basically how package managers solved this for code, skills are just a different artifact. the marketplace tab will make a big difference once there is enough community content to browse.
Okan
I always end up losing my best system prompts and agent instructions in a messy graveyard of scattered text files. Using a centralized hub to organize and tag these AI skills would definitely speed up my workflow when switching between different development environments. I would love to know if you plan to add a local API so we can dynamically pull these structured prompts directly into our codebases.