Claude Skills · Coding

Factory Frontend Engineer

nonlinear-xyz/factory-kit

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, semantic color tokens. Picks Mantine vs shadcn per project criteria. Returns code that fits the house style — not a generic React component.

★ 9 Synced 11 hours ago View SKILL.md

At a glance

Coding Plugin install Node.js Actively maintained

This skill is for Coding and helps you scaffold a crud list with filters, build an entity editor form, and create a data table with row actions.

Install /plugin marketplace add nonlinear-xyz/factory-kit /plugin install factory-frontend-engineer
Can use Not declared by the author

Setup, runtime and requirements describe nonlinear-xyz/factory-kit, the repo this skill ships in.

reactcrudmantineshadcntypescriptZod

Also in nonlinear-xyz/factory-kit

View the repo

Motion discipline distilled across builds. Attention as a fixed per-viewport budget, figure/ground separation (calm the ground, load motion...

Factory API Legal

API conventions for both server actions and tRPC builds. Covers the decision between them, per-mutation Zod input schemas, central router co...

Use when designing or implementing API endpoints — server actions, tRPC procedures, REST routes for external consumers. Carries the factory'...

Factory Auth DevOps & Infrastructure

Auth and authorization conventions distilled across builds with three different auth stacks (Better Auth + orgs, Supabase Auth + RLS, Clerk)...

Factory Auth Wiring Specialist DevOps & Infrastructure

Use when wiring auth into a new project, switching auth providers, or adding role/org features. Carries the factory's auth conventions — the...

Factory CI DevOps & Infrastructure

CI and pull-request review conventions. One canonical `.github/workflows/ci.yml` is the merge gate (typecheck, lint, test, build, claude-rev...

Factory Close DevOps & Infrastructure

Close out a Linear issue — move to Done, add a closing comment, and clean up the local branch/worktree

Use to review a PR, diff, or recently-written code against the factory's conventions. Read-only — outputs structured review, not diffs. Carr...

Factory Commits DevOps & Infrastructure

Commit message and branch convention — Conventional Commits format with a Linear issue reference required in subject or body. Includes the c...

Factory Data Layer Data & Analytics

Database schema, ORM, and migration conventions across builds. Drizzle as default with domain-partitioned schema modules, shared `timestamps...

Factory Data Pipeline Engineer DevOps & Infrastructure

Use when designing or implementing data ingestion, CSV imports, time-series storage, Python services that sit alongside Next.js, simulation...

Factory Data Pipelines DevOps & Infrastructure

Data ingestion and pipeline conventions for projects that import CSVs, run simulations, or operate Python services alongside Next.js. Covers...

Other Coding skills

Karpathy Guidelines multica-ai/andrej-karpathy-skills

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make...

Webapp Testing anthropics/skills

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI be...

MCP Builder anthropics/skills

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design...

Claude API anthropics/skills

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model...

Web Artifacts Builder anthropics/skills

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS,...

Request Refactor Plan mattpocock/skills

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor...