agents-inc
v0.164.0
Published
CLI for managing Agents Inc. skills, stacks, and agents for Claude Code
Downloads
1,375
Maintainers
Readme
Agents Inc
An agent composition framework for Claude Code. Compose specialized subagents from atomic skills:
- Select a pre-built stack to customise or start from scratch
- Select your skills from an interactive grid, organized by domain with compatibility filtering and global/local customising
- Choose to eject these skills or install them as plugins (install modes guide)
- Select your subagents to compile with these skills
- Further customise skills and subagents in the generated
config.ts(editing config guide) - Compile subagents with
npx agents-inc compileafter changes
See the Guides section below for more.
Walkthrough (recommended)
https://github.com/user-attachments/assets/387b99ff-0a43-40e2-b757-9d035be5b550
Getting Started
npx agents-inc init| Stack | Technologies |
| ---------------------------- | ------------------------------------------------------------ |
| nextjs-fullstack | Next.js + React + Hono + Drizzle + Better Auth + Zustand |
| nextjs-t3-stack | Next.js + tRPC + Prisma + NextAuth + Tailwind |
| nextjs-supabase-fullstack | Next.js + Supabase + Drizzle + Better Auth |
| nextjs-turborepo-fullstack | Next.js + Turborepo + pnpm Workspaces + Hono + Drizzle |
| nextjs-ai-saas | Next.js + Vercel AI + Anthropic + Drizzle + Pinecone |
| nextjs-saas-starter | Next.js + Better Auth + Stripe + Drizzle + Resend + PostHog |
| react-old-school | React + Redux Toolkit + SCSS Modules + Vite + Vitest |
| react-hono-fullstack | React + Vite + Hono + Drizzle + Better Auth |
| remix-fullstack | Remix + Hono + Drizzle + Better Auth |
| sveltekit-fullstack | SvelteKit + Hono + Drizzle + Better Auth |
| solidjs-fullstack | SolidJS + Hono + Drizzle + Better Auth + Vitest |
| astro-content-fullstack | Astro + Hono + Drizzle |
| vue-modern-fullstack | Vue 3 + Pinia + Hono + Drizzle + Better Auth |
| nuxt-fullstack | Nuxt + Hono + Drizzle + Better Auth |
| angular-modern-fullstack | Angular + NgRx + Hono + Drizzle + Better Auth |
| expo-mobile-fullstack | Expo + React Native + Zustand + React Query + Hono + Drizzle |
| cli-ink-oclif | oclif + Ink + Zustand + Vitest |
Guides
| Guide | Description | | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | | Global-first setup | Why global scope is the right default and when to use project scope | | Install modes | Plugin vs local install, global vs project scope | | Editing your config | Skill mappings, preloaded vs dynamic loading, and config structure | | Customizing subagents | Eject and modify partials, templates, and skills | | Writing custom skills and subagents | Author skills and subagents from scratch or iterate on existing ones | | Importing third-party skills | Install skills from external repositories | | Creating a marketplace | Build a personal or org-level marketplace with curated skills | | Documenting your codebase | Generate and maintain AI-focused reference documentation |
Skills
Over 200 skills across 9 domains:
| Domain | Skills | | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | 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 | | Desktop | Tauri, Electron, Electron Forge, electron-updater | | CLI | oclif + Ink, Commander, Clack | | Infra | Docker, GitHub Actions, Cloudflare Workers | | Shared | Turborepo, ESLint + Prettier, Code Reviewing, Auth Security | | Meta | Research Methodology, CLI Reviewing |
Browse the full catalog on the Plugin Marketplace.
Subagents
| Category | Subagents |
| ------------- | --------------------------------------------------------------------------------------- |
| Developers | web-developer api-developer cli-developer ai-developer |
| Reviewer | reviewer — one cross-domain reviewer; domain checklists via meta-reviewing-* skills |
| Testers | web-tester api-tester cli-tester ai-tester |
| Researchers | web-researcher api-researcher cli-researcher ai-researcher |
| Planning | pm — one cross-domain planner; domain frameworks via meta-planning-* skills |
| Documentation | codex-keeper |
| Meta | skill-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
| Command | Description |
| --------- | --------------------------------------------------------------------------- |
| init | Interactive setup wizard: pick a stack, customize skills, compile subagents |
| edit | Modify skill selection via the interactive wizard |
| compile | Recompile subagents after changes |
| update | Refresh the marketplaces this installation uses (ejected skills are yours) |
| search | Search skills across all sources |
Customization
| Command | Description |
| -------------- | ------------------------------------------------------------------------- |
| eject <type> | Export for customization (agent-partials, templates, skills, all) |
Build
| Command | Description |
| ------------------- | ---------------------------------------------- |
| build marketplace | Generate marketplace.json from source skills |
| build plugins | Build skill and agent plugins for distribution |
Diagnostics
| Command | Description |
| ----------- | ------------------------------------------------------------- |
| doctor | Validate installed content, then diagnose the install's state |
| list | Show installed skills and agents |
| uninstall | Remove Agents Inc from your project |
Run agents-inc --help for full usage, or see the full commands reference.
Links
- Plugin Marketplace: browse and discover skills
- Architecture Reference: full system documentation
License
MIT
