Topic: saas
4,656 skills in this topic.
-
serpapi-reference-architecture
Production architecture for SerpApi search services with caching, monitoring, and multi-engine support.
Use when designing search features, building SERP tracking systems,
or architecting search-powered applications.
Trigger: "serpapi architecture", "serpapi project structure", "serpapi design".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
serpapi-sdk-patterns
Production-ready SerpApi client patterns with caching, typing, and multi-engine support.
Use when building search services, implementing result caching,
or wrapping SerpApi with typed responses.
Trigger: "serpapi patterns", "serpapi best practices", "serpapi client wrapper".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
serpapi-security-basics
Secure SerpApi API keys and prevent credit abuse.
Use when storing API keys, implementing backend proxies,
or auditing SerpApi access patterns.
Trigger: "serpapi security", "serpapi API key security", "secure serpapi".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
serpapi-upgrade-migration
Migrate between SerpApi client versions and handle package changes.
Use when upgrading from google-search-results to serpapi package,
or handling API response schema changes.
Trigger: "upgrade serpapi", "serpapi migration", "serpapi new package".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
serpapi-webhooks-events
Implement SerpApi async search callbacks and scheduled search monitoring.
Use when setting up search monitoring, SERP tracking pipelines,
or async search result retrieval.
Trigger: "serpapi webhooks", "serpapi monitoring", "serpapi scheduled search", "serpapi async".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-advanced-troubleshooting
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, investigating performance regressions, debugging
race conditions, or building evidence for Supabase support escalation.
Trigger: "supabase deep debug", "supabase slow query", "supabase lock contention",
"supabase connection leak", "supabase RLS conflict", "supabase cold start".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-architecture-variants
Implement Supabase across different app architectures: Next.js SSR with
server components using service_role and client components with anon key,
SPA (React/Vue), mobile (React Native), serverless (Edge Functions),
and multi-tenant with schema-per-tenant or RLS isolation.
Use when choosing how to integrate Supabase into your specific stack,
setting up SSR auth flows, configuring mobile deep links,
or designing multi-tenant data isolation.
Trigger with phrases like "supabase next.js", "supabase SSR",
"supabase react native", "supabase SPA", "supabase serverless",
"supabase multi-tenant", "supabase server component",
"supabase architecture", "supabase service_role server".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-auth-storage-realtime-core
Implement Supabase Auth (signUp, signIn, OAuth, session management), Storage
(upload, download, signed URLs, bucket policies), and Realtime (Postgres changes,
broadcast, presence). Use when building user auth flows, file upload features,
or live-updating UIs with Supabase. Trigger with phrases like "supabase auth",
"supabase storage upload", "supabase realtime subscribe", "supabase oauth",
"supabase file upload", "supabase presence", "supabase rls storage".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-ci-integration
Configure Supabase CI/CD 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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-common-errors
Diagnose and fix Supabase errors across PostgREST, PostgreSQL, Auth, Storage, and Realtime.
Use when encountering error codes like PGRST301, 42501, 23505, or auth failures.
Use when debugging failed queries, RLS policy violations, or HTTP 4xx/5xx responses.
Trigger with "supabase error", "fix supabase", "PGRST", "supabase 403", "RLS not working",
"supabase auth error", "unique constraint", "foreign key violation".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-cost-tuning
Optimize Supabase costs through plan selection, database tuning, storage cleanup,
connection pooling, and Edge Function optimization.
Use when analyzing Supabase billing, reducing costs, right-sizing compute,
or implementing usage tracking and budget alerts.
Trigger with phrases like "supabase cost", "supabase billing",
"reduce supabase costs", "supabase pricing", "supabase expensive", "supabase budget".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-data-handling
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: "supabase GDPR", "supabase data handling", "supabase PII", "supabase compliance",
"supabase data retention", "supabase delete user", "supabase data export".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-debug-bundle
Collect Supabase diagnostic info for troubleshooting and support tickets.
Use when debugging connection failures, auth issues, Realtime drops, Storage
errors, RLS misconfigurations, or preparing a support escalation.
Trigger: "supabase debug", "supabase diagnostics", "supabase support bundle",
"collect supabase logs", "debug supabase connection".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-deploy-integration
Deploy and manage Supabase projects in production. Covers database migrations,
Edge Functions deployment, secrets management, zero-downtime rollouts,
blue/green branching, rollback procedures, and post-deploy health checks.
Use when deploying Supabase to production, running migrations, deploying
Edge Functions, managing secrets, or implementing zero-downtime deployments.
Trigger: "deploy supabase", "supabase migration push", "deploy edge function",
"supabase rollback", "supabase blue green", "supabase health check".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-enterprise-rbac
Implement custom role-based access control via JWT claims in Supabase: app_metadata.role,
RLS policies with auth.jwt() ->> 'role', 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: "supabase RBAC", "supabase roles", "supabase permissions", "supabase JWT claims",
"supabase organization access", "supabase custom roles", "supabase app_metadata".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-hello-world
Run your first Supabase query — insert a row and read it back.
Use when starting a new Supabase project, verifying your connection works,
or learning the basic insert-then-select pattern with @supabase/supabase-js.
Trigger with phrases like "supabase hello world", "first supabase query",
"supabase quick start", "test supabase connection", "supabase insert and select".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-incident-runbook
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: "supabase incident", "supabase outage", "supabase down", "supabase on-call",
"supabase emergency", "supabase broken", "supabase connection issues".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-install-auth
Install and configure Supabase SDK, CLI, and project authentication.
Use when setting up a new Supabase project, installing @supabase/supabase-js,
configuring environment variables, or initializing the Supabase client.
Trigger with "install supabase", "setup supabase", "supabase auth config",
"configure supabase", "supabase init", "add supabase to project".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-known-pitfalls
Avoid and fix the most common Supabase mistakes: exposing service_role key
in client bundles, forgetting to enable RLS, not using connection pooling
in serverless, .single() throwing on empty results, missing .select() after
insert/update, not destructuring { data, error }, creating multiple client
instances, and not using generated types.
Use when reviewing Supabase code, onboarding developers, auditing an
existing project, or debugging unexpected behavior.
Trigger with phrases like "supabase mistakes", "supabase anti-patterns",
"supabase pitfalls", "supabase code review", "supabase gotchas",
"supabase debugging", "what not to do supabase", "supabase common errors".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-load-scale
Scale Supabase projects for production load: read replicas, connection pooling
tuning via Supavisor, compute size upgrades, CDN caching for Storage,
Edge Function regional deployment, and database table partitioning.
Use when preparing for traffic spikes, optimizing connection limits,
setting up read replicas for analytics queries, or partitioning large tables.
Trigger with phrases like "supabase scale", "supabase read replica",
"supabase connection pooling", "supabase compute upgrade",
"supabase CDN storage", "supabase edge function regions",
"supabase partitioning", "supavisor", "supabase pool mode".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-local-dev-loop
Configure Supabase local development with the CLI, Docker, and migration workflow.
Use when initializing a Supabase project locally, starting the local stack,
writing migrations, seeding data, or iterating on schema changes.
Trigger with phrases like "supabase local dev", "supabase start",
"supabase init", "supabase db reset", "supabase local setup".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-migration-deep-dive
Database migration patterns with Supabase CLI: npx supabase migration new, zero-downtime
migrations, data backfill strategies, schema versioning, rollback strategies, and type generation.
Use when creating database migrations, performing zero-downtime schema changes, backfilling
data in production, managing schema versions, or planning rollback strategies.
Trigger: "supabase migration", "supabase schema change", "supabase zero downtime",
"supabase rollback", "supabase db push", "supabase migration new".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-multi-env-setup
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: "supabase environments", "supabase staging", "supabase dev prod",
"supabase multi-project", "supabase env config", "database branching".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-observability
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803