
from skills_collection23
Comprehensive Supabase expert with access to 2,616 official documentation files covering PostgreSQL database, authentication, real-time subscriptions, storag...
Provides an expert reference and procedural guidance for using Supabase and related platform features. Useful for troubleshooting database, auth, realtime, storage, edge functions, and vector search workflows.
Trigger when the user asks about Supabase, Postgres, auth, real-time subscriptions, storage, edge functions, pgvector or building integrations between Supabase and web/mobile apps.
Claude, Copilot, Codex, Gemini CLI
Supabase Expert is a 59KB documentation reference skill with no bundled scripts. It provides comprehensive code examples and guidance for Supabase database, auth, real-time, storage, edge functions, and vector search. No security issues found — example passwords are placeholders, network calls are all Supabase SDK usage. The skill requires docpull to fetch 2,616 documentation files separately, which adds setup friction. Architecture is monolithic with no separation into scripts/ or references/ directories.
Clean skill with no security concerns. Main weakness is architecture — all content dumped into one giant SKILL.md without using scripts/ or references/ directories. Quality is decent for reference material but lacks the executable component structure of well-architected skills. Useful for developers working with Supabase who want in-context docs.
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.
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.