Equip
Description
Cross-platform installer for MCP tools, behavioral rules, agent skills
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Equip
Equip your AI agents with augments — packages of MCP servers, behavioral rules, and agent skills that work across every platform.
[](https://www.npmjs.com/package/@cg3/equip) [](./LICENSE) [](https://nodejs.org)
[Discord](https://discord.gg/qV5BHa9AtS) · [Augment Author Guide](./docs/augment-author.md)
What It Does
You want to add a capability to your AI coding agent — a knowledge base, a documentation fetcher, a code formatter. It should work on Claude Code, Cursor, VS Code, Windsurf, and every other platform. Each platform has its own config format, file paths, and quirks.
Equip handles all of that. One command, every platform.
equip prior # Installs MCP server + rules + skills on all detected platforms
Install
npm install -g @cg3/equip
Or use without installing:
npx @cg3/equip prior
Quick Start
equip prior # Install an augment
equip status # See what's installed across all platforms
equip doctor # Validate config integrity + credential health
equip update prior # Re-fetch and re-install latest version
equip refresh # Refresh expired OAuth tokens
equip reauth prior # Re-authenticate and rotate credentials
equip snapshot-diff claude-code # Preview exactly what restore would change
equip restore claude-code # Restore a platform to its pre-equip state
unequip prior # Remove an augment
Development and CI
npm test # Unit + integration coverage on the host
npm run test:docker:acceptance # Hermetic Docker acceptance for fake Claude/Codex homes
npm pack --dry-run # Inspect the exact npm payload before release
The Docker acceptance lane is intentionally narro
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development