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

@ai-eng-system/core

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-eng-system/core

AI Engineering System - Core agents, skills, and commands

latest
Source
npmnpm
Version
1.1.3
Version published
Weekly downloads
57
-86.36%
Maintainers
1
Weekly downloads
 
Created
Source

@ai-eng-system/core

Shared library package for the AI Engineering System.

@ai-eng-system/core contains the packaged content loaders and path helpers used by the CLI, installers, and other consumers.

Install

npm install @ai-eng-system/core

Package role

@ai-eng-system/core 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

Use core when you need programmatic access to ai-eng-system content. Use cli for end-user installation. Use toolkit when you need packaged asset directories directly.

Usage

import {
  getAgentContent,
  getCommandContent,
  getSkillContent,
  getOpenCodeContent,
} from "@ai-eng-system/core/content";

const agents = await getAgentContent();
const commands = await getCommandContent();
const skills = await getSkillContent();
const openCodeContent = await getOpenCodeContent();

You can also import path helpers from @ai-eng-system/core/paths.

Exports

  • . - main library entrypoint
  • ./content - content loading utilities
  • ./paths - path resolution helpers

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