JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 319
  • Score
    100M100P100Q97192F
  • License MIT

Compounding engineering system for Claude Code and OpenCode. Shared agents, commands, skills, and plugin development tools.

Package Exports

  • @ai-eng-system/cli
  • @ai-eng-system/cli/plugin

Readme

@ai-eng-system/cli

Executable package for the AI Engineering System.

This is the package end users install when they want the ai-eng command and the guided installation flow for OpenCode and related assets.

Install

npm install -g @ai-eng-system/cli

Then install the packaged assets into your target environment:

ai-eng install --scope project
ai-eng install --scope global

Package Role

@ai-eng-system/cli is one of three published packages:

  • @ai-eng-system/core - shared library and content-loading helpers
  • @ai-eng-system/toolkit - packaged Claude/OpenCode/plugin assets
  • @ai-eng-system/cli - executable installer and command-line workflows

Typical Usage

ai-eng ralph "implement authentication"
ai-eng install --scope project

Installed command assets include:

  • /ai-eng/research
  • /ai-eng/specify
  • /ai-eng/plan
  • /ai-eng/work
  • /ai-eng/review
  • /ai-eng/simplify

Build From Source

From the repo root:

bun install
bun run build

From this package directory:

bun run build:cli
bun run test:build

Manifest Layout

  • packages/cli/package.json - development manifest with workspace:*
  • packages/cli/package.json.dev - recovery/reference copy
  • packages/cli/package.json.publish - publish manifest with a real semver dependency on @ai-eng-system/core

Current Release

Current published version: 0.6.0