github.com
sleuth-io/sx
An open-source package manager for AI skills, MCPs, and commands — Apache 2.0, Go, multi-client translation layer

`sx` is an open-source Go CLI that treats AI assets — skills, MCP configs, slash commands, agents, rule files — as versioned, lockfile-managed packages with a multi-client translation layer. Define an asset once, install it into 12+ AI coding clients (Claude Code, Cursor, Copilot, Cline, Codex, Gemini variants, etc.) in each client's native format. Debuted on Hacker News May 16 with 50 points and 28 comments. Install: `brew tap sleuth-io/tap && brew install sx`.
sx was built to fix 1.sx is an open-source CLI by Sleuth that treats AI assets — skills, MCP server configs, slash commands, agents, hooks, and rule files — as versioned packages with a manifest-and-lock pattern borrowed from npm 2. You define an asset once, push it to a vault, and install it wherever it belongs. The tool handles translating it into each client's native format automatically.brew tap sleuth-io/tap && brew install sxcurl -fsSL https://raw.githubusercontent.com/sleuth-io/sx/main/install.sh | bashorg → team → repo → path → individual. A bot assigned to a team inherits that team's skills automatically; a personal rule file stays at individual scope and doesn't pollute shared configs 3. The maintainer detkin described the scope model as emerging from conversations with roughly 60 teams over six months 3.| Vault type | Use case |
|---|---|
| Local path | Personal assets, no sync needed |
| Git repository | Team-shared, PR-gated changes |
| skills.new (hosted) | RBAC, audit trails, usage analytics — commercial |
sx install. The tool figures out which clients are active in each repo and writes the right format to each. When you refine the prompt two weeks later, you push the change, and every dev on the team gets it on their next sx install — same as npm install after a lockfile update.| Metric | Value |
|---|---|
| GitHub stars | ~61 (as of 2026-05-18) |
| HN Show HN score | 50 pts, 28 comments |
| Contributors | 8 |
| Language | Go |
| License | Apache 2.0 |
| Install | brew tap sleuth-io/tap && brew install sx |
An open-source package manager for AI skills, MCPs, and commands — Apache 2.0, Go, multi-client translation layer
이 콘텐츠를 둘러싼 관점이나 맥락을 계속 보강해 보세요.