
from skills_collection23
Distributed task queue system for Python enabling asynchronous execution of background jobs, scheduled tasks, and workflows across multiple workers with Djan...
Distributed task queue system for Python enabling asynchronous execution of background jobs, scheduled tasks, and workflows across multiple workers with Django, Flask, and FastAPI integration.
Use per SKILL.md triggers and scenarios.
Comprehensive Celery reference skill with no executable scripts — purely a documentation/knowledge skill. Covers setup, task definitions, workflows, error handling, monitoring, framework integration (Django/Flask/FastAPI), testing, and production patterns. Well-organized with progressive disclosure frontmatter. Code examples are syntactically sound and follow best practices (env vars for secrets, idempotency patterns, time limits).
No security concerns. This is a well-crafted reference skill for Celery distributed task queues. No scripts present to run or test. All code examples use localhost placeholders and os.getenv() for sensitive configuration, which is good practice.
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.
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.