An autonomous work loop for advancing repository to-do items, planned changes, handoffs, and technical debt. Technical debt is unfinished or overly costly code work that should eventually be improved.
Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrangler.jsonc, or checking for common Workers anti-patterns (streaming, floating promises, global state, secrets, bindings, observability). Biases towards retrieval from…
Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Biases towards retrieval from Cloudflare docs over…
Zod schema validation best practices for type safety, parsing, and error handling. This skill should be used when defining z.object schemas, using z.string validations, safeParse, or z.infer. This skill does NOT cover React Hook Form integration patterns (use react-hook-form skill) or OpenAPI client generation (use…
A routing protocol for handling questions raised by coding agents during delegated work. It decides whether the main agent can answer from existing evidence or must ask the user.
A procedure for collecting screenshots as proof that a website or interface works as expected. It covers test data, authentication, repeated captures after UI changes, and records of failed verification attempts.
🔒 LOCKED — managed by clade Source: rules/modules/runtime/cf-workers/api-patterns.md Edit at: $CLADEHOME Local edits will be reverted by the next sync. -->.
A rule for keeping an application's login system consistent with the way it accesses Supabase data. Supabase is a service that provides databases, authentication, and APIs; RLS means database rules that limit which rows a user can access.