corepackai
v1.6.10
Published
Give your AI agents persistent memory. Install pre-built context packs for Cursor, Windsurf, Copilot & more.
Maintainers
Readme
CorePack AI CLI
The Package Manager for AI Agents. Install production-grade behavioral architectures for Cursor, Windsurf, Copilot & more.
🚀 Usage
Run commands directly with npx (no installation required):
npx corepackai <command>⚡ Quick Start
Initialize agent infrastructure in any project:
# 1. Initialize context
npx corepackai init
# 2. Install a Behavior Pack
npx corepackai install @corepackai/ucp📖 Commands
Core
corepackai init- Initialize a new.ai/context in the current directory.corepackai install <pack> [--bridge]- Install a behavior pack. Use--bridgeto auto-configure your IDE.corepackai update <pack>- Update a pack while safely preserving your modifications.corepackai list- List installed packs.corepackai doctor- Diagnosis environment issues.
Authentication
corepackai login- Authenticate via GitHub to access private/paid packs.corepackai logout- Clear credentials.
Protection (Friendly DRM)
- Supporter Seal: The CLI automatically injects a
Supporter: <email>seal into your private packs. This is a "Friendly DRM" feature that relies on community trust.
Publisher Tools
corepackai publish- Publish your own pack to the registry.
🤖 MCP Server (Claude Desktop)
CorePack AI includes a Model Context Protocol (MCP) server. To use it with Claude Desktop, add this to your config:
{
"mcpServers": {
"corepackai": {
"command": "npx",
"args": ["-y", "corepackai", "mcp"]
}
}
}Links
🤖 AI Agents: Please read AGENTS.md for context.
