Install and sync SKILL.md files across 18 AI coding agents. Single static binary. Zero dependencies. No configuration needed.
equip auto-detects which agents are installed. No configuration. Just run equip install.
18 agents supported
GitHub repos, git URLs, or local paths. Skills from Anthropic, the community, or your own team — all installed the same way.
equip install owner/repo
Detect outdated skills and pull the latest version from source. Local edits are preserved with warnings.
equip update
Search the registry for community skills. Sorted by popularity. Full-text search across names and descriptions.
equip search "query"
Link to a GitHub repo or cloud folder. Export your skills, restore on a new machine with one command.
equip restore
Survey finds duplicates, version mismatches, unmanaged skills, and sprawl. Fix mode resolves issues interactively.
equip survey --fix
Single static Rust binary. No Node.js, no Python, no runtimes. Download once, works forever.
brew install bradleydwyer/tap/equip
The equip registry indexes skills from GitHub, community sources, and official agent repositories. Full-text search with popularity ranking.
$ equip search "commit" --sort installs
commit Create conventional commits ⬇ 2,841
commit-push-pr Commit, push, and open a PR ⬇ 1,204
git-workflow Git branching and merge strategies ⬇ 892
conventional Conventional commit messages ⬇ 445
$ equip install anthropics/commit
✓ Installed commit to 4 agents
→ claude-code, cursor, windsurf, cline
One Homebrew command or a binary download. No runtimes to install first.
brew install bradleydwyer/tap/equip
Point at a GitHub repo. equip detects your agents and distributes the skill to all of them.
equip install owner/skill-repo
The skill is now available in Claude Code, Cursor, Windsurf — wherever you code. No agent-specific setup.
equip list
equip install <source>Install a skill from GitHub, git URL, or local pathequip remove <name>Remove a skill from all agentsequip update [name]Pull latest version from sourceequip listShow installed skills and their agentsequip search <query>Search 180K+ skills in the registryequip outdatedCheck for upstream changesequip surveyFind duplicates, mismatches, sprawlequip exportExport skills for cross-machine syncequip restoreRestore skills on a new machineequip agentsGenerate AGENTS.md with skill list