Claude Skills · DevOps & Infrastructure

Factory Deployment

nonlinear-xyz/factory-kit

Deployment and infrastructure conventions across builds. Vercel + Neon for web (with PR branch DBs), Cloud Run for Python services (one service per entry-point variant), GitHub Actions matrix-deploy on merge, Terraform with environments/modules layout for AWS / compliance customers, RDS IAM authentication for AWS DBs, Docker per Python entry point, env vars via t3-oss/env-nextjs, and the single-tenant customer-cloud deployment model (per the factory thesis). Migrations in CI, never at runtime.

★ 9 Synced 5 hours ago View SKILL.md

At a glance

DevOps & Infrastructure Plugin install Node.js Actively maintained

This skill is for DevOps & Infrastructure and helps you set up vercel and neon for web deployments, configure cloud run for python services, and deploy with github actions matrix build.

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

vercelNeoncloud-runterraformgithub-actionsdocker

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 DevOps & Infrastructure skills

Wizard mattpocock/skills

Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state tra...

Git Guardrails Claude Code mattpocock/skills

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan...

Setup Matt Pocock Skills mattpocock/skills

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before f...

Setup TS Deep Modules mattpocock/skills

Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only throug...

Setup Pre Commit mattpocock/skills

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-comm...

Azure Container Registry CLI github/awesome-copilot

Manage Azure Container Registry via the az acr CLI including registries, images, cloud builds, ACR Tasks, authentication, tokens, geo-replic...