npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@agents-inc/cli

v0.144.1

Published

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

Readme

Agents Inc

TypeScript License: MIT

An agent composition framework for Claude Code. Compose specialized subagents from atomic skills:

  1. Select a pre-built stack to customise or start from scratch
  2. Select your skills from an interactive grid, organized by domain with compatibility filtering and global/local customising
  3. Choose to eject these skills or install them as plugins (install modes guide)
  4. Select your subagents to compile with these skills
  5. Further customise skills and subagents in the generated config.ts (editing config guide)
  6. Compile subagents with npx @agents-inc/cli compile after 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/cli 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 | | Using the codex-keeper subagent | Generate and maintain AI-focused reference documentation |

Skills

150+ skills across 8 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 | | 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 web-architecture | | Reviewers | web-reviewer api-reviewer cli-reviewer | | Testers | web-tester cli-tester | | Researchers | web-researcher api-researcher | | Planning | web-pm | | Pattern Analysis | pattern-scout web-pattern-critique | | 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 | Pull latest skills from source | | search | Search skills across all sources |

Customization

| Command | Description | | ----------------- | ------------------------------------------------------------------------- | | eject <type> | Export for customization (agent-partials, templates, skills, all) | | import skill | Import a skill from an external GitHub repository | | new skill | (IN PROGRESS) Scaffold a new local skill | | new agent | (IN PROGRESS) Scaffold a new custom subagent | | new marketplace | (IN PROGRESS) Scaffold a new marketplace project |

Build

| Command | Description | | ------------------- | ---------------------------------------------- | | build marketplace | Generate marketplace.json from source skills | | build plugins | Build skill and agent plugins for distribution |

Diagnostics

| Command | Description | | ----------- | ----------------------------------- | | doctor | Diagnose setup issues | | list | Show installed skills and agents | | validate | Validate config and skill structure | | uninstall | Remove Agents Inc from your project |

Run @agents-inc/cli --help for full usage, or see the full commands reference.

Links

License

MIT