
from skills_collection22
Manage Cloudflare D1 schema, create append-only migrations with Wrangler, and safely seed data across dev, staging, and production environments.
This skill adds a concrete workflow for treating Cloudflare D1 databases as schema-as-code: it defines initial schema files, creates and applies ordered migrations via Wrangler, and provides environment-aware seeding patterns for dev/test. It emphasises safe, append-only migrations, backfills, and multi-step non-destructive schema evolution so production data is preserved.
Use this skill when you need to: set up D1 migrations for a Worker/Hono app, apply schema changes across dev→staging→prod, generate or run seed scripts for dev/test, or plan complex data migrations/backfills that must avoid downtime or data loss. Avoid using it for TypeScript query-level code or unrelated routing logic.
Inferred compatible tooling: agents and environments that can run shell/CLI commands (Wrangler) and provide code-level guidance — e.g., Claude Code, Codex/Copilot-style assistants that operate on repo files.
This skill has not been reviewed by our automated audit pipeline yet.
API Versioning
Guidance and templates for designing API versioning strategies, managing breaking changes, and running deprecation/migration workflows.
Jest + TypeScript
Industry-standard Jest testing setup for TypeScript projects with guidance for React Testing Library, ts-jest, snapshots, and coverage configuration.
Celery
Distributed task queue system for Python enabling asynchronous execution of background jobs, scheduled tasks, and workflows across multiple workers with Djan...
Test Orchestrator
Coordinate test strategy, automation, and quality gates across unit, integration, E2E and performance tests for a component or service.