Equip banner
CharlesMulic CharlesMulic

Equip

Development community

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.

[![npm](https://img.shields.io/npm/v/@cg3/equip)](https://www.npmjs.com/package/@cg3/equip) [![license](https://img.shields.io/badge/license-FSL--1.1--ALv2-blue)](./LICENSE) [![node](https://img.shields.io/node/v/@cg3/equip)](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