v2.0.0 — npx installer for Claude Code, OpenCode, and Cursor
Complete rewrite of @aictrl/plugin as an npx installer.
Usage
npx @aictrl/plugin --org <your-org>What's new
- One command to set up aictrl skills, telemetry hooks, and MCP across all three editors
- Claude Code: installs as a proper plugin with namespaced skills (
aictrl-<org>:skill-name) - OpenCode: writes standalone skills to
.opencode/skills/ - Cursor: writes standalone skills to
.cursor/skills/+ MCP config - Multi-org support: global credential store (
~/.aictrl/credentials.json) + per-project org pointer (.aictrl.json) - Idempotent: re-running updates skills without breaking existing config
- CI-friendly:
--non-interactivemode with--org,--api-key,--editorsflags
Breaking changes
This is a complete rewrite — the previous @aictrl/plugin package (v1.x) is replaced entirely.