nonlinear-xyz/factory-kit

9 stars · Last commit 2026-07-17

Personal Claude Code factory — synthesized cross-build skills, specialist subagents, and slash commands. Phase 0.

README preview

# Factory Kit

Factory Kit is a portable software-factory playbook for Claude and Codex. One canonical [Open Agent Skills](https://agentskills.io/) tree contains the knowledge, ticket workflows, and specialist workflows. Claude commands and subagents are thin compatibility adapters over that tree.

The kit separates stack-independent principles from the opinionated Factory recipe: Next.js, Drizzle, Better Auth, Mantine or shadcn, Cloud Run, Linear, and the operational failure modes learned across production builds.

## Install

Choose either the universal npm bootstrap or a native plugin marketplace. They are alternative installation methods, not prerequisites for each other.

### Universal npm bootstrap

```sh
npx @nonlinear-labs/factory-kit install --target auto
```

`auto` detects whether Claude or Codex invoked the installer. If both or neither host can be identified, the command fails with an explicit `--target claude|codex|all` choice instead of guessing.

```sh
factory-kit install --target claude

View full repository on GitHub →