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
50
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

Source
npmnpm
Version
0.84.1
Version published
Weekly downloads
756
-57.41%
Maintainers
1
Weekly downloads
 
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 from 16 pre-built stacks or start from scratch. Stacks pre-select skills and agents for common tech combinations.

StackTechnologies
nextjs-fullstackNext.js + React + Hono + Drizzle + Better Auth + Zustand
nextjs-t3-stackNext.js + tRPC + Prisma + NextAuth + Tailwind
nextjs-supabase-fullstackNext.js + Supabase + Drizzle + Better Auth
nextjs-turborepo-fullstackNext.js + Turborepo + pnpm Workspaces + Hono + Drizzle
nextjs-ai-saasNext.js + Vercel AI + Anthropic + Drizzle + Pinecone
nextjs-saas-starterNext.js + Better Auth + Stripe + Drizzle + Resend + PostHog
react-old-schoolReact + Redux Toolkit + SCSS Modules + Vite + Vitest
react-hono-fullstackReact + Vite + Hono + Drizzle + Better Auth
remix-fullstackRemix + Hono + Drizzle + Better Auth
sveltekit-fullstackSvelteKit + Hono + Drizzle + Better Auth
solidjs-fullstackSolidJS + Hono + Drizzle + Better Auth + Vitest
astro-content-fullstackAstro + Hono + Drizzle
vue-modern-fullstackVue 3 + Pinia + Hono + Drizzle + Better Auth
nuxt-fullstackNuxt + Hono + Drizzle + Better Auth
angular-modern-fullstackAngular + NgRx + Hono + Drizzle + Better Auth
expo-mobile-fullstackExpo + React Native + Zustand + React Query + 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

154 skills across 8 domains:

Web: React, Vue, Angular, Svelte, SolidJS, Next.js, Remix, Nuxt, SvelteKit, Astro, Qwik, Tailwind, SCSS Modules, Zustand, Redux, Pinia, Vitest, Playwright, Storybook, and more API: Hono, Express, Fastify, NestJS, Elysia, Drizzle, Prisma, PostgreSQL, MongoDB, Redis, Stripe, and more AI: Anthropic SDK, OpenAI SDK, Vercel AI SDK, LangChain, LlamaIndex, Pinecone, ChromaDB, and more Mobile: React Native, Expo CLI: Commander, oclif + Ink Infra: Docker, GitHub Actions, Cloudflare Workers Shared: Turborepo, ESLint + Prettier, Code Reviewing, Auth Security, and more Meta: Research Methodology, CLI Reviewing

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
Documentationcodex-keeper
Metaskill-summoner agent-summoner convention-keeper

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 showDisplay all resolved config values
config pathShow config file paths

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 25 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