You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@agents-inc/cli

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agents-inc/cli

CLI for managing Agents Inc. skills, stacks, and agents for Claude Code

latest
Source
npmnpm
Version
0.77.0
Version published
Maintainers
1
Created
Source

Agents Inc

Agents Inc

An agent composition framework for Claude Code.

Compose specialized Claude Code subagents from atomic skills. Choose your stack, customize your skills, and compile from the CLI.

npm version TypeScript License: MIT Node: 18+

Agents Inc init wizard

Getting Started

npx @agents-inc/cli init

Stack selection

Choose a pre-built stack or start from scratch. Stacks pre-select skills and agents for common tech combinations.

StackTechnologies
nextjs-fullstackNext.js + React + Hono + Drizzle + PostHog + Zustand + React Query
angular-stackAngular 19 + Signals + NgRx SignalStore + Hono + Drizzle
vue-stackVue 3 Composition API + Pinia + Hono + Drizzle
nuxt-stackNuxt + Vue 3 full-stack + Pinia + Hono + Drizzle
remix-stackRemix + React + Hono + Drizzle
solidjs-stackSolidJS + Hono + Drizzle

Skill selection

Add or remove skills from the interactive grid. Skills are organized by domain with framework-aware filtering.

Agent selection

Choose which subagents to compile. Each agent is composed from the skills you selected.

After init, use agentsinc edit to change selections and agentsinc compile to rebuild.

Guides

GuideDescription
Install modesPlugin vs local install, global vs project scope
Editing your configSkill mappings, preloaded vs dynamic loading, and config structure
Customizing subagentsEject and modify partials, templates, and skills
Writing custom skills and subagentsAuthor skills and subagents from scratch or iterate on existing ones
Importing third-party skillsInstall skills from external repositories
Creating a marketplaceBuild a personal or org-level marketplace with curated skills

Skills

Web: React, Vue, Angular, Next.js, Remix, Nuxt, SolidJS, Tailwind, Zustand, Vitest, Playwright, and more API: Hono, Express, Drizzle, Prisma, PostHog, and more Mobile: React Native, Expo CLI: Commander, oclif + Ink Shared: Turborepo, Code Reviewing, Auth Security, and more

Browse the full catalog on the Plugin Marketplace.

Subagents

CategorySubagents
Developersweb-developer api-developer cli-developer web-architecture
Reviewersweb-reviewer api-reviewer cli-reviewer
Testersweb-tester cli-tester
Researchersweb-researcher api-researcher
Planningweb-pm
Pattern Analysispattern-scout web-pattern-critique
Documentationdocumentor
Metaskill-summoner agent-summoner

Each subagent is composed from modular partials (role, workflow, output format) plus its assigned skills. Everything is ejectable.

Commands

Core

CommandDescription
initInteractive setup wizard: pick a stack, customize skills, compile subagents
editModify skill selection via the interactive wizard
compileRecompile subagents after changes
updatePull latest skills from source
searchSearch skills across all sources

Customization

CommandDescription
eject <type>Export for customization (agent-partials, templates, skills, all)
new skillScaffold a custom skill
new agentScaffold a custom agent
new marketplaceScaffold a new skill marketplace
import skillImport a skill from an external GitHub repository

Build

CommandDescription
build marketplaceGenerate marketplace.json from source skills
build pluginsBuild skill and agent plugins for distribution
build stackBuild a stack as a single plugin

Configuration

CommandDescription
configShow config overview
config getGet a config value
config showDisplay all resolved config values
config pathShow config file paths
config set-projectSet a project config value
config unset-projectRemove a project config value

Diagnostics

CommandDescription
doctorDiagnose setup issues
diffShow changes between local and source skills
listList installed skills
outdatedCheck for skill updates
validateValidate config and skill structure
infoShow project configuration details
uninstallRemove Agents Inc from your project

Run agentsinc --help for full usage.

License

MIT

Keywords

cli

FAQs

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