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

@ai-eng-system/toolkit

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-eng-system/toolkit

Packaged Claude, OpenCode, and marketplace integration assets for ai-eng-system

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
1
Created
Source

@ai-eng-system/toolkit

Packaged integration assets for the AI Engineering System.

This package exists so the generated Claude Code, OpenCode, and marketplace/plugin assets can be published and consumed as a first-class npm package.

Package role

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

  • @ai-eng-system/core - shared library and content loaders
  • @ai-eng-system/toolkit - packaged generated assets
  • @ai-eng-system/cli - executable installer and command-line workflows

What it contains

  • .claude-plugin/
  • .opencode/
  • plugins/ai-eng-system/

These directories are copied from generated repository artifacts, not raw source folders.

Current generated asset sources:

  • dist/.claude-plugin/
  • dist/.opencode/
  • plugins/ai-eng-system/

API

import {
  version,
  getToolkitRoot,
  getClaudePluginDir,
  getOpenCodeDir,
  getMarketplacePluginDir,
} from "@ai-eng-system/toolkit";

These helpers return stable absolute paths to the packaged asset directories.

Why this package exists

The toolkit package makes the three-package release model explicit:

  • core provides programmatic access to content
  • toolkit provides generated packaged assets
  • cli provides the executable user workflow

This is also where packaged command assets include namespaced commands such as /ai-eng/simplify.

Build

From the repo root:

bun run build

To refresh only toolkit contents:

bun run build:toolkit

Release status

Current published version: 0.6.0

Keywords

ai-engineering

FAQs

Package last updated on 13 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