New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@ai-eng-system/cli

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-eng-system/cli

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

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
457
17.48%
Maintainers
1
Weekly downloads
 
Created
Source

@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

Keywords

engineering

FAQs

Package last updated on 15 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts