Skip to content

v2.0.0 — npx installer for Claude Code, OpenCode, and Cursor

Choose a tag to compare

@byapparov byapparov released this 10 Apr 18:01
· 86 commits to main since this release
60153a2

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-interactive mode with --org, --api-key, --editors flags

Breaking changes

This is a complete rewrite — the previous @aictrl/plugin package (v1.x) is replaced entirely.