Launched this week

Sklm
Centralize, scope, and sync skills for every AI agent
29 followers
Centralize, scope, and sync skills for every AI agent
29 followers
Sklm is a CLI tool that centralizes management of skills (SKILL.md files) for your AI agents. It solves the tension between wanting skills globally available vs. per-project scoped, without polluting your agent's configuration. Multi-agent support - Global store - Registry discovery - Auto-sync








Sklm
Skill sprawl is a quieter problem than people admit... I've got the same skill copy-pasted across three projects and they've all drifted, so I never know which version actually fired. The "scope" part is what I'd want most. How do you decide which skills load for which agent without stuffing every context window?
Sklm
@luca_capone Thank you for your feedback!
Sklm does not handle the selection of skills by the agent for the moment; it is solely a project-by-project skills manager.
Nice launch. The global-store vs project-scope split is exactly the tension that shows up once people collect more than a few SKILL.md files.
One thing I’d be curious about is reproducibility: can a project lock the exact skill version/source commit it activated, so another machine or teammate gets the same behavior later? For agent workflows, “which skill was active” is almost part of the build environment.
Sklm
@studentzuo
Thanks for your feedback!
That’s an interesting question. I haven’t looked into version management for skills yet, but it’s something I'm planning to do.