agents-inc/cli
5 stars · Last commit 2026-08-02
An agent composition framework that builds stacks and compiles specialized subagents for Claude Code
README preview
<p align="center"> <img alt="Agents Inc" src="./assets/logo.svg" width="300"> </p> # Agents Inc [](https://www.typescriptlang.org/) [](./LICENSE) An agent composition framework for [Claude Code](https://docs.anthropic.com/en/docs/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](docs/guides/install-modes.md)) 4. Select your subagents to compile with these skills 5. Further customise skills and subagents in the generated `config.ts` ([editing config guide](docs/guides/editing-config.md)) 6. Compile subagents with `npx agents-inc compile` after changes See the [Guides](#guides) section below for more.