agents-inc/agents-inc

8 stars · Last commit 2026-08-30

An agent composition framework that builds stacks and compiles specialized subagents for Claude Code

README preview

<p align="center">
  <img alt="Agents Inc" src="./packages/cli/assets/logo.svg" width="300">
</p>

# Agents Inc

[![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue.svg)](https://www.typescriptlang.org/)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)

An agent composition framework for [Claude Code](https://docs.anthropic.com/en/docs/claude-code). Compose specialized subagents from atomic skills: pick a stack, choose your skills from an interactive grid, and compile subagents that carry exactly the skills you selected.

```bash
npx agents-inc init
```

Everything the CLI can do — the full command reference, the stack list, the skill catalog and the guides — lives in **[packages/cli/README.md](./packages/cli/README.md)**. This file describes the repository itself.

## Repository layout

```

View full repository on GitHub →