
from skills_collection23
Industry-standard Jest testing setup for TypeScript projects with guidance for React Testing Library, ts-jest, snapshots, and coverage configuration.
Provides a complete, practical guide to using Jest with TypeScript: configuration (ts-jest), recommended tsconfig/test settings, test patterns (unit, integration, snapshots), mocking strategies, and coverage setup. Includes examples for React Testing Library, timer mocks, and migration tips from Vitest.
Use this skill when you need to add or standardise testing in a TypeScript codebase, especially React or Node projects. Ideal for onboarding tests, setting coverage thresholds for CI, migrating from Vitest, or adding snapshot and integration testing.
Best consumed by developer-focused code assistants (Claude Code, Copilot-style agents) or CI automation tooling that can edit project config and run tests.
Comprehensive Jest + TypeScript reference skill covering setup, mocking, React Testing Library integration, snapshot testing, coverage, and Vitest migration. No scripts to execute — purely a documentation/reference skill. Well-structured with progressive disclosure frontmatter and thorough code examples throughout.
Clean reference skill from mattnigh/skills_collection. No security concerns whatsoever — no scripts, no network calls, no destructive patterns. Solid quality but not exceptional — comprehensive coverage of Jest/TS patterns with good examples and pitfalls sections.
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...
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.
Cloudflare D1 Migrations & Production Seeding
Manage Cloudflare D1 schema, create append-only migrations with Wrangler, and safely seed data across dev, staging, and production environments.
Bundle Optimization
Practical patterns to dramatically reduce frontend bundle size: icon manifests, named imports, dynamic imports, and CI size checks.