
Claude Skills by jeremylongshore
github.com/jeremylongshore'Optimize Speak API latency with audio preprocessing, response caching,
'Production readiness checklist for Speak language learning integrations:
'Handle Speak API rate limits with exponential backoff, request queuing,
'Production architecture for Speak language learning apps: client, API
'Production patterns for Speak language learning API: conversation sessions,
'Security best practices for Speak API keys, audio data privacy, student
'Upgrade Speak SDK versions, migrate between language learning platforms,
'Handle Speak lesson completion events, progress webhooks, and achievement
'Execute this skill should be used when the user asks about "writing
'Process split datasets into training, validation, and testing sets for
'Execute this skill should be used when the user asks about "how sprints
'Embed StackBlitz projects and manage WebContainer snapshots for sharing.
'Collect WebContainer diagnostic info: boot state, file system, process
'Boot a WebContainer, mount files, install npm packages, and run a dev
'Install the WebContainer API and configure StackBlitz SDK for browser-based
'Configure local development for WebContainer applications with hot reload
Stakeholder communication assistant for status updates, progress reports,
Deep Supabase diagnostics: pg_stat_statements for slow queries, lock debugging with pg_locks, connection leak detection, RLS policy conflicts, Edge Function cold starts, and Realtime connection drop analysis. Use when standard troubleshooting fails, when investigating performance regressions, when debugging race conditions, or when building evidence for a Supabase support escalation. Trigger with "supabase deep debug", "supabase slow query", "supabase lock contention", "supabase connection le...
Use when choosing how to integrate Supabase into a specific stack — setting up Next.js SSR auth flows, wiring an SPA or React Native client, configuring mobile deep links, or designing multi-tenant data isolation. Covers where the client runs (browser vs server) and which key it uses (anon respects RLS, service_role bypasses it). Trigger with phrases like "supabase next.js", "supabase SSR", "supabase react native", "supabase SPA", "supabase serverless", "supabase multi-tenant", "supabase serv...
'Implement Supabase Auth (signUp, signIn, OAuth, session management),
Configure Supabase continuous-integration and deployment pipelines with GitHub Actions: link projects, push migrations, deploy Edge Functions, generate types, and run tests against local Supabase instances. Use when setting up CI pipelines for Supabase, automating database migrations, deploying Edge Functions in CI, or running integration tests. Trigger with phrases like "supabase CI", "supabase GitHub Actions", "supabase deploy pipeline", "CI supabase migrations", "supabase preview branches".
'Diagnose and fix Supabase errors across PostgREST, PostgreSQL, Auth,
'Optimize Supabase costs through plan selection, database tuning, storage
Implement GDPR/CCPA compliance with Supabase: RLS for data isolation, user deletion via auth.admin.deleteUser(), data export via SQL, PII column management, backup/restore workflows, and retention policies. Use when handling sensitive data, implementing right-to-deletion, configuring data retention, or auditing PII in Supabase database columns. Trigger with: "supabase GDPR", "supabase data handling", "supabase PII", "supabase compliance", "supabase data retention", "supabase delete user", "su...
'Collect Supabase diagnostic info for troubleshooting and support tickets.
'Deploy and manage Supabase projects in production. Covers database migrations,
Implement custom role-based access control via JWT claims in Supabase: app_metadata.role, RLS policies with auth.jwt() role extraction, organization-scoped access, and API key scoping. Use when implementing role-based permissions, configuring organization-level access, building admin/member/viewer hierarchies, or scoping API keys per role. Trigger with "supabase RBAC", "supabase roles", "supabase permissions", "supabase JWT claims", "supabase organization access", "supabase custom roles", "su...
"Run your first Supabase query \u2014 insert a row and read it back.\n\
Execute Supabase incident response: dashboard health checks, connection pool status, pg_stat_activity queries, RLS debugging, Edge Function logs, storage health, and escalation. Use when responding to Supabase outages, investigating production errors, debugging connection issues, or preparing evidence for Supabase support escalation. Trigger with "supabase incident", "supabase outage", "supabase down", "supabase on-call", "supabase emergency", "supabase broken", or "supabase connection issues".
'Install and configure Supabase SDK, CLI, and project authentication.
Use when reviewing Supabase code, onboarding developers, auditing an existing project, or debugging unexpected behavior — catches the twelve most common Supabase mistakes: exposing the service_role key in client bundles, forgetting to enable RLS, skipping connection pooling in serverless, .single() throwing on empty results, missing .select() after insert/update, ignoring { data, error }, creating multiple client instances, and not using generated types. Trigger with phrases like "supabase mi...
Use when preparing a Supabase project for production load — traffic spikes, connection-limit tuning, read replicas for analytics queries, CDN caching for Storage, regional Edge Function deployment, or partitioning large tables. Covers read replicas, Supavisor connection pooling, compute-size upgrades, Storage CDN, Edge Function regions, and table partitioning. Trigger with phrases like "supabase scale", "supabase read replica", "supabase connection pooling", "supabase compute upgrade", "supab...
'Configure Supabase local development with the CLI, Docker, and migration
Database migration patterns with the Supabase CLI: npx supabase migration new, zero-downtime migrations, data backfill strategies, schema versioning, rollback strategies, and TypeScript type generation. Use when creating database migrations, performing zero-downtime schema changes, backfilling data in production, managing schema versions, or planning rollback strategies. Trigger with "supabase migration", "supabase schema change", "supabase zero downtime", "supabase rollback", "supabase db pu...
Configure Supabase across development, staging, and production with separate projects, environment-specific secrets, and safe migration promotion. Use when setting up multi-environment deployments, isolating dev from prod data, configuring per-environment Supabase projects, or promoting migrations through environments. Trigger with "supabase environments", "supabase staging", "supabase dev prod", "supabase multi-project", "supabase env config", "database branching".
Set up monitoring and observability for Supabase projects using Dashboard reports, CLI inspect commands, pg_stat_statements, log drains, and alerting. Use when implementing monitoring, diagnosing slow queries, forwarding logs, or configuring alerts for Supabase project health. Trigger with phrases like "supabase monitoring", "supabase metrics", "supabase observability", "supabase logs", "supabase alerts", "supabase inspect", "supabase log drain".
'Optimize Supabase query performance with indexes, EXPLAIN ANALYZE, connection
'Enforce organizational governance for Supabase projects: shared RLS
Execute a Supabase production deployment checklist covering RLS, key hygiene, connection pooling, backups, monitoring, Edge Functions, and Storage policies. Use when deploying to production, preparing for launch, or auditing a live Supabase project for security and performance gaps. Trigger with "supabase production", "supabase go-live", "supabase launch checklist", "supabase prod ready", "deploy supabase", "supabase production readiness".
Manage Supabase rate limits and quotas across all plan tiers. Use when hitting 429 errors, configuring connection pooling, optimizing API throughput, or understanding tier-specific quotas for Auth, Storage, Realtime, and Edge Functions. Trigger with "supabase rate limit", "supabase 429", "supabase throttle", "supabase quota", "supabase connection pool", "supabase too many requests".
"Implement enterprise Supabase reference architectures \u2014 monorepo\
'Build resilient Supabase integrations: circuit breakers wrapping createClient
'Design Supabase Postgres schema from business requirements with migrations,
Use when implementing Supabase queries, auth, realtime, storage, or RPC calls with @supabase/supabase-js or supabase-py and you need production-ready, type-safe patterns that always check the { data, error } contract. Trigger with phrases like "supabase SDK patterns", "supabase query", "supabase typescript", "supabase python", "supabase client setup", "supabase realtime", "supabase auth", "supabase storage".
'Apply Supabase security best practices: anon vs service_role key separation,
"Upgrade Supabase SDK and CLI versions with breaking-change detection\
'Implement Supabase database webhooks, pg_net async HTTP, LISTEN/NOTIFY,
Technical analysis translator for Product Managers. Use when the user
'TechSmith core workflow b for Snagit COM API and Camtasia automation.
'Capture a screenshot with Snagit COM API and produce a Camtasia video.