nonlinear-xyz/factory-kit

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

9Stars on the repository
59Mods indexed here, across every type
28d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

api-route-engineer

01

nonlinear-xyz/factory-kit

Agent

Use when designing or implementing API endpoints — server actions, tRPC procedures, REST routes for external consumers. Carries the factory's API conventions — the server actions vs tRPC decision, procedure tier stacking, per-mutation Zod schemas, central router composition with manual registration, pagination…

9 28d ago A 129 tokens original MIT

nonlinear-xyz/factory-kit

Agent

Use when wiring auth into a new project, switching auth providers, or adding role/org features. Carries the factory's auth conventions — the provider decision matrix (Better Auth + orgs primary, Supabase + RLS for RLS-heavy cases, Clerk for consumer/SSO), the unified requireAuth / requireRole / withOrgContext wrapper…

9 28d ago A 137 tokens original MIT

code-reviewer

03

nonlinear-xyz/factory-kit

Agent

Use to review a PR, diff, or recently-written code against the factory's conventions. Read-only — outputs structured review, not diffs. Carries the full factory-pitfalls digest as a PR checklist plus the conventions from every other factory-.md skill. Flags anti-patterns, missing conventions, security risks, and…

9 28d ago A 95 tokens original MIT

nonlinear-xyz/factory-kit

Agent

Use when designing or implementing data ingestion, CSV imports, time-series storage, Python services that sit alongside Next.js, simulation pipelines, or external-API integration with submit/poll/fetch shapes. Carries the factory's data-pipeline conventions — TS scripts with Papa Parse, JSONB envelopes for…

9 28d ago A 102 tokens original MIT

nonlinear-xyz/factory-kit

Agent

Use when planning or executing a destructive change against a production database — schema migrations with backfills, periodic data imports, one-shot RPCs, drop-constraint operations, anything that mutates prod tables and cannot be trivially undone. Sister agent to db-schema-architect (schemas) and…

9 28d ago A 155 tokens original MIT

db-schema-architect

06

nonlinear-xyz/factory-kit

Agent

Use when designing or modifying database schemas, migrations, multi-tenant data models, or polymorphic table structures. Carries the factory's data-layer conventions — Drizzle with domain-partitioned schema modules, shared.ts with timestamps helper and pgTableCreator, org-keyed FKs with cascade delete, JSONB envelope…

9 28d ago A 126 tokens original MIT

feature-architect

07

nonlinear-xyz/factory-kit

Agent

Use to turn a vague client ask into a buildable feature spec — scoping, decisions-needed identification, skill routing, risk surfacing. Carries the factory's decision-criteria stack (Mantine vs shadcn, server actions vs tRPC, auth provider, etc.) and routes to the right specialist skills. Outputs a structured spec …

9 28d ago A 97 tokens original MIT

forms-builder

08

nonlinear-xyz/factory-kit

Agent

Use when building multi-step forms, complex intake flows, drawer-CRUD forms, or anything beyond a one-shot Mantine form. Carries the factory's form conventions — react-hook-form + Zod via resolver, three Zod variants (server strict / client lenient / patch), modular section files from day one, field registry for…

9 28d ago A 144 tokens original MIT

frontend-engineer

09

nonlinear-xyz/factory-kit

Agent

Use when scaffolding any frontend surface that touches lists, forms, drawers, tables, or entity editing. Carries the factory's CRUD conventions — DataTable + drawer with mode union, RowActions primitive, per-context Zod schema variants, query-key naming, format helpers as single source, tier-based heading components…

9 28d ago A 96 tokens original MIT

nonlinear-xyz/factory-kit

Agent

Use when building LangGraph workflows, agents, RAG systems, structured-output nodes, streaming chat surfaces, or anything LLM-driven with state. Carries the factory's LLM conventions — TypedDict state schemas, node factory closures, named conditional-edge routers, JSON-schema structured output, local-prompt-fallback…

9 28d ago A 102 tokens original MIT

security-engineer

11

nonlinear-xyz/factory-kit

Agent

Use to threat-model a feature, audit AI-generated code, design sensitive-data handling, or review auth/authz boundaries. Carries the factory's security conventions — KMS encryption at rest, BAA verification for PHI, safe URL redirects, admin-client bypass guardrails, in-memory rate-limiter caveats…

9 28d ago A 105 tokens original MIT

nonlinear-xyz/factory-kit

Agent

Use to design the verification strategy for a change — what would prove it correct, given its blast radius, and what is currently unverifiable. Read-only — outputs a verification plan and a gap list, not a review and not code. Sister to code-reviewer (which finds defects in a diff) and the generalization of…

9 28d ago A 132 tokens original MIT