firtoz/cf-multiworker-starter-kit

Production-proven Turborepo monorepo starter kit for full-stack Cloudflare Workers apps — with Durable Objects, end-to-end type safety, and everything wired up to ship

11Stars on the repository
29Mods indexed here, across every type
23d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

auth-setup

01

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

Auth worker setup for Better Auth, OAuth, admin bootstrap, and env/secrets. Use when configuring auth for a fork, setting redirect URIs, or debugging auth env.

not rated 11 23d ago A 39 tokens

binding-hono-client

02

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

Typed HTTP clients for Cloudflare service bindings — bindingHonoClient, WorkerBindingRegistry, Worker RPC with clientApp, HonoClientApp. Use when calling env.CHATROOM or any WorkerRef/BoundWorker over fetch with @firtoz/hono-fetcher, adding a worker Hono app RPC type, or fixing JsonResponse / missing .delete on…

not rated 11 23d ago A 83 tokens

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

Component organization patterns for React applications. Use when creating components, organizing files, or structuring routes. ALWAYS keep 1 component per file and routes simple.

not rated 11 23d ago A 35 tokens

creating-skills

05

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

Guide for creating new Agent Skills when patterns emerge or improvements are needed. Use when encountering repeated patterns, making the same mistakes, discovering better approaches, or receiving user corrections. Covers keeping each skill small (one topic), when to split SKILL.md or add references/, and line-count…

not rated 11 23d ago A 63 tokens

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

Add or change a Durable Object worker package under durable-objects/ (Alchemy, env.d.ts, Hono on the DO). Use when scaffolding with turbo gen durable-object, editing durable-objects//alchemy.run.ts, workers/app.ts, or env.d.ts for a DO. Not for web app bindings or cross-worker rpc—see web-alchemy-bindings and…

not rated 11 23d ago A 86 tokens

form-submissions

07

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

Form submission patterns using useDynamicSubmitter, await submitJson, and formAction. Use when implementing forms, handling form submissions, or processing form data in React Router routes.

not rated 11 23d ago A 39 tokens

multiworker-gotchas

08

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

Fork and template gotchas (env import, routes, typegen, forms, D1, Turbo, HMR, new DO packages). Use when working on apps/web or durable-objects, or when behavior diverges from this stack’s conventions.

not rated 11 23d ago A 56 tokens

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

Repo-root commands, typegen and typecheck cadence, lint, deploy, adding packages with bun, and Alchemy app layout. Use at the start of a task, before PR, or when choosing turbo/typegen commands.

not rated 11 23d ago A 50 tokens

project-init

10

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

Personalizes a fork of this Cloudflare multi-worker monorepo—Alchemy application ids (await alchemy literals + --app), npm workspace names (--filter), README, and UI—so Cloudflare dashboards and Turbo filters are not confusing. Use when the user created a repo from the template, wants to deploy their own app, or asks…

not rated 11 23d ago A 122 tokens

react-patterns

11

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

React patterns for callbacks, event handlers, JSX handler typing, and module-level constants. Use when writing React components, implementing event handlers, typing JSX handlers, or defining constants.

not rated 11 23d ago A 39 tokens

routing

12

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

React Router v8 routing patterns and environment variable configuration. Use whenever you touch React Router–related code (routes, links, params, loaders, actions, route config, middleware, or env in route context).

not rated 11 23d ago A 44 tokens

socka-realtime

13

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

Socka + Durable Object WebSockets—defineSocka, SockaWebSocketDO, useSockaSession, SSR-safe ws URLs, web worker forwarding, live-draft vs commit, canvas/whiteboard acceptance, and pre-merge checks. Use for realtime features, /api/ws, or @firtoz/socka.

not rated 11 23d ago A 73 tokens

turborepo

14

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

Turborepo task configuration patterns for monorepo management. Use when configuring turbo.json tasks, setting up task dependencies, managing cache inputs/outputs, or working with cross-package dependencies in the monorepo.

not rated 11 23d ago A 48 tokens

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

Wire @internal/web to durable-objects workers—workspace dep, alchemy.run.ts ReactRouter bindings, and env patterns. Use when adding workspace: for a worker, editing apps/web/alchemy.run.ts, or debugging missing worker types after a new package.

not rated 11 23d ago A 60 tokens

worker-rpc-turbo

16

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

When a worker package WorkerRef / WorkerStub a peer to avoid ./alchemy value-import cycles, paste no drift service / name strings derived from omitDefaultPhysicalWorkerScriptName(peerAlchemyAppId, app.stage) with DEFAULTWORKERRESOURCEID/ALCHEMYAPPIDS from alchemy-utils/worker-peer-scripts.

not rated 11 23d ago A 66 tokens

workers-env-local

17

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

Alchemy + env files — repo-root .env.local (dev), .env.staging (staging / PR preview deploys), .env.production (prod / CI), optional per-package .env.local, and package-local Alchemy apps. Use when adding secrets or non-secret vars (must also update turbo.json globalEnv + deploy workflow env maps), or debugging…

not rated 11 23d ago A 114 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: