
from skills_collection23
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.
A well-documented skill for managing Cloudflare D1 database migrations and seeding via Wrangler. Covers schema design, append-only migrations, environment-aware seeding, and CI/CD integration. No bundled scripts — it's purely instructional. The SKILL.md is thorough and well-structured but lacks concrete runnable scripts, making it a guide rather than an automated tool. Security is solid with no risky patterns, though it does suggest running wrangler commands against prod which carries inherent risk but is the nature of the task.
Good instructional skill for D1 migrations. Deductions: security not 100 because prod migration commands are presented without explicit safety guards; quality at 72 because it's well-written but lacks any executable scripts or validation; architecture at 68 because it has frontmatter and clear sections but no scripts/ or references/ separation, and the output contract is implicit. Usefulness at 55 — targets a specific audience (Cloudflare D1 users with Hono/Workers), not broadly applicable.
API Versioning
Guidance and templates for designing API versioning strategies, managing breaking changes, and running deprecation/migration workflows.
Supabase Expert
Comprehensive Supabase expert with access to 2,616 official documentation files covering PostgreSQL database, authentication, real-time subscriptions, storag...
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.
Bundle Optimization
Practical patterns to dramatically reduce frontend bundle size: icon manifests, named imports, dynamic imports, and CI size checks.