| Claude Code is amazing for individuals but terrible for teams. I spent the last six months building my perfect mix of MCP servers, subagents, commands
and skills. Claude Code writes 100% of the code now, but sharing this with my team? Painful. 1. Blog posts and workshops don't work (and don't scale) 2. Committing tools to N repos means N PRs. A tool changes? N more PRs. 3. Same tools, different files or folders for each AI assistant; not everyone uses Claude Code It is like 1999 all over again; FTPing files up to prod and versioning with ".bak" suffixes. So I built sx. It is your team's private NPM for Claude Code (and others). How it works: # Set a git repo as your vault
sx init --type git git@github.com:my-org/sx-vault.git
# Add a local skill, command, mcp, etc
sx add my-skill
When your team installs sx, they automatically get the right versioned tools for the right
projects (mono-repos too!). No more PRs, no more stale docs, no more tedious brownbags.
Supports Claude Code and Cursor today. Others soon.Claude Code wrote every line of sx. How'd it do? :) GitHub: https://github.com/sleuth-io/sx |