@antidrift/core
v0.22.0
Published
Company brain for AI agents — shared knowledge, shared skills, no more passing markdown files around
Downloads
1,869
Maintainers
Readme
@antidrift/core
Core library for antidrift — the open source company brain for AI coding tools. Handles brain initialization, skill compilation, cross-platform sync, and MCP configuration.
Most users should install
@antidrift/cliinstead. This package is the library that powers the CLI.
Install
npm install @antidrift/coreCore skills
Every brain ships with these slash commands:
| Skill | What it does |
|---|---|
| /ingest <path> | Import files and directories into the brain |
| /push | Save changes (commits locally, pushes if remote exists) |
| /refresh | Pull latest changes from remote |
| /remote | Set up GitHub so the team can share the brain |
| /invite | Get a command to send a coworker |
| /publish <skill> | Share a skill you built with the community |
| /onboard | Walk a new person through everything |
Community skill packs
antidrift skills add essentials # decision, recap, write, prep, followup, status, search
antidrift skills add engineering # review, spec, changelog, standards, tps
antidrift skills add customer-research # icp, voc, twins
antidrift skills add legal # legal document generatorLicense
MIT — antidrift.io
