OPEN_SOURCE ↗
REDDIT · REDDIT// 12d agoOPENSOURCE RELEASE
Zanat Launches Git-Backed AI Skill Hub
Zanat is an open-source CLI and standalone MCP server for managing AI agent skills as versioned markdown files in Git. It installs those skills into `~/.agents/skills/` so tools like Claude Code, Cursor, OpenCode, and custom agents can share the same library.
// ANALYSIS
This feels like a real workflow problem, not just a clever demo: once skills become shared team knowledge, Git is a sensible source of truth. The product’s success will depend less on the storage model than on whether teams actually centralize skills instead of leaving them as local markdown clutter.
- –Git gives you branching, PRs, rollback, and commit pinning, which makes skills behave more like code than notes.
- –The MCP server is the strongest hook because it lets agents search, install, update, and remove skills on their own.
- –Namespaces plus a standard install path make the whole thing tool-agnostic across multiple assistants.
- –The downside is adoption friction: the category only matters if enough teams treat skills as infrastructure rather than a personal convenience.
// TAGS
zanatclimcpagentopen-sourceself-hosted
DISCOVERED
12d ago
2026-03-30
PUBLISHED
12d ago
2026-03-30
RELEVANCE
8/ 10
AUTHOR
theplactos