Topic: saas
4,656 skills in this topic.
-
supabase-performance-tuning
Optimize Supabase query performance with indexes, EXPLAIN ANALYZE, connection pooling,
column selection, pagination, RPC functions, materialized views, and diagnostics.
Use when queries are slow, connections are exhausted, response payloads are bloated,
or when preparing a Supabase project for production-scale traffic.
Trigger with phrases like "supabase performance", "supabase slow queries",
"optimize supabase", "supabase index", "supabase connection pool",
"supabase pagination", "supabase explain analyze".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-policy-guardrails
Enforce organizational governance for Supabase projects: shared RLS policy
library with reusable templates, table and column naming conventions,
migration review process with CI checks, cost alert thresholds,
and security audit scripts scanning for common misconfigurations.
Use when establishing Supabase standards across teams, creating RLS
policy templates, setting up migration review workflows, or auditing
existing projects for security and cost issues.
Trigger with phrases like "supabase governance", "supabase policy library",
"supabase naming convention", "supabase migration review",
"supabase cost alert", "supabase security audit", "supabase RLS template".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-prod-checklist
Execute 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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-rate-limits
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: "supabase rate limit", "supabase 429", "supabase throttle",
"supabase quota", "supabase connection pool", "supabase too many requests".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-reference-architecture
Implement enterprise Supabase reference architectures — monorepo layout, multi-tenant RLS,
microservices with cross-project access, framework integration, edge functions, caching,
queue patterns, and audit logging.
Use when designing a new Supabase project from scratch, reviewing project structure for
production readiness, planning multi-tenant isolation, or establishing team architecture standards.
Trigger with phrases like "supabase architecture", "supabase project structure",
"supabase monorepo", "supabase multi-tenant", "supabase reference design",
"how to organize supabase at scale".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-reliability-patterns
Build resilient Supabase integrations: circuit breakers wrapping createClient
calls, offline queue with IndexedDB, graceful degradation with cached fallbacks,
health check endpoints, retry with exponential backoff and jitter,
and dual-write patterns for critical data.
Use when building fault-tolerant apps, handling Supabase outages gracefully,
implementing offline-first patterns, or adding retry logic to SDK calls.
Trigger with phrases like "supabase circuit breaker", "supabase offline",
"supabase retry", "supabase health check", "supabase fallback",
"supabase resilience", "supabase dual write", "supabase outage".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-schema-from-requirements
Design Supabase Postgres schema from business requirements with migrations, RLS, and types.
Use when translating specifications into database tables, creating migration files,
adding Row Level Security policies, or generating TypeScript types from schema.
Trigger with phrases like "supabase schema", "design database supabase",
"schema from requirements", "supabase migration", "supabase tables from spec".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-sdk-patterns
Apply production-ready Supabase SDK patterns for TypeScript and Python projects.
Use when implementing queries, auth, realtime, storage, or RPC calls
with @supabase/supabase-js or supabase-py.
Trigger with phrases like "supabase SDK patterns", "supabase query",
"supabase typescript", "supabase python", "supabase client setup",
"supabase realtime", "supabase auth", "supabase storage".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-security-basics
Apply Supabase security best practices: anon vs service_role key separation,
RLS enforcement, policy patterns, JWT verification, and API hardening.
Use when securing a Supabase project, auditing API key usage,
implementing Row Level Security, or running a production security checklist.
Trigger with phrases like "supabase security", "supabase RLS",
"secure supabase", "supabase API key", "supabase hardening",
"row level security", "service role key".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-upgrade-migration
Upgrade Supabase SDK and CLI versions with breaking-change detection and automated code migration.
Use when upgrading @supabase/supabase-js (v1→v2 or minor bumps), migrating auth/realtime/storage
APIs, or updating the Supabase CLI. Trigger with phrases like "upgrade supabase",
"supabase breaking changes", "migrate supabase v2", "update supabase SDK".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
supabase-webhooks-events
Implement Supabase database webhooks, pg_net async HTTP, LISTEN/NOTIFY,
and Edge Function event handlers with signature verification.
Use when setting up database webhooks for INSERT/UPDATE/DELETE events,
sending HTTP requests from PostgreSQL triggers, handling Realtime
postgres_changes as an event source, or building event-driven architectures.
Trigger with phrases like "supabase webhook", "database events",
"pg_net trigger", "supabase LISTEN NOTIFY", "webhook signature verify",
"supabase event-driven", "supabase_functions.http_request".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-ci-integration
Run ClickHouse integration tests in CI with GitHub Actions and Docker containers.
Use when setting up automated testing against a real ClickHouse instance,
configuring CI pipelines, or implementing schema validation in CI.
Trigger: "clickhouse CI", "clickhouse GitHub Actions", "clickhouse integration tests",
"test clickhouse in CI", "clickhouse automated testing".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-common-errors
Diagnose and fix the top 15 ClickHouse errors — query failures, insert problems,
memory limits, and merge issues.
Use when encountering ClickHouse exceptions, debugging failed queries,
or troubleshooting server-side errors.
Trigger: "clickhouse error", "fix clickhouse", "clickhouse not working",
"debug clickhouse", "clickhouse exception", "clickhouse syntax error".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-core-workflow-a
Design ClickHouse schemas with MergeTree engines, ORDER BY keys, and partitioning.
Use when creating new tables, choosing engines, designing sort keys,
or modeling data for analytical workloads.
Trigger: "clickhouse schema design", "clickhouse table design",
"clickhouse ORDER BY", "clickhouse partitioning", "MergeTree table".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-core-workflow-b
Insert, query, and aggregate data in ClickHouse with real SQL patterns.
Use when writing analytical queries, inserting data at scale,
building dashboards, or implementing materialized views.
Trigger: "clickhouse query", "clickhouse insert", "clickhouse aggregate",
"clickhouse materialized view", "clickhouse SQL".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-cost-tuning
Optimize ClickHouse Cloud costs — compute scaling, storage tiering, compression,
and query efficiency for lower bills.
Use when analyzing ClickHouse Cloud bills, reducing storage costs,
or optimizing compute utilization.
Trigger: "clickhouse cost", "clickhouse billing", "reduce clickhouse spend",
"clickhouse pricing", "clickhouse expensive", "clickhouse storage cost".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-data-handling
Handle data lifecycle in ClickHouse — TTL expiration, data deletion (GDPR),
column-level encryption, and audit logging with real ClickHouse SQL.
Use when implementing data retention, GDPR deletion requests,
or managing sensitive data in ClickHouse.
Trigger: "clickhouse data retention", "clickhouse TTL", "clickhouse GDPR",
"delete data clickhouse", "clickhouse data lifecycle", "clickhouse PII".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-debug-bundle
Collect ClickHouse diagnostic data — system tables, query logs, merge status,
and server metrics for support tickets and troubleshooting.
Use when investigating persistent issues, preparing debug artifacts,
or collecting evidence for ClickHouse support.
Trigger: "clickhouse debug", "clickhouse diagnostics", "clickhouse support bundle",
"collect clickhouse logs", "clickhouse system tables".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-deploy-integration
Deploy ClickHouse-backed applications to Vercel, Fly.io, and Cloud Run with
connection pooling, secrets, and health checks.
Use when deploying applications that connect to ClickHouse Cloud,
configuring platform secrets, or setting up deployment pipelines.
Trigger: "deploy clickhouse app", "clickhouse Vercel", "clickhouse Cloud Run",
"clickhouse production deploy", "clickhouse Fly.io".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-enterprise-rbac
Configure ClickHouse enterprise RBAC — SQL-based users, roles, row policies,
column-level grants, and quota management.
Use when setting up multi-user access control, implementing tenant isolation,
or configuring enterprise security for ClickHouse.
Trigger: "clickhouse RBAC", "clickhouse roles", "clickhouse permissions",
"clickhouse row policy", "clickhouse enterprise access", "clickhouse GRANT".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-hello-world
Create your first ClickHouse table, insert data, and run analytical queries.
Use when starting a new ClickHouse project, learning MergeTree basics,
or testing your ClickHouse connection with real operations.
Trigger: "clickhouse hello world", "first clickhouse table",
"clickhouse quick start", "create clickhouse table", "clickhouse example".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-incident-runbook
ClickHouse incident response — triage, diagnose, and remediate server issues
using system tables, kill stuck queries, and execute recovery procedures.
Use when ClickHouse is slow, unresponsive, or producing errors in production.
Trigger: "clickhouse incident", "clickhouse outage", "clickhouse down",
"clickhouse emergency", "clickhouse on-call", "clickhouse broken".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-install-auth
Install @clickhouse/client and configure authentication to ClickHouse Cloud or self-hosted.
Use when setting up a new ClickHouse project, configuring connection strings,
or initializing the official Node.js client.
Trigger: "install clickhouse", "setup clickhouse client", "clickhouse auth",
"connect to clickhouse", "clickhouse credentials".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-local-dev-loop
Run ClickHouse locally with Docker, configure test fixtures, and iterate fast.
Use when setting up a local ClickHouse dev environment, writing integration tests,
or running ClickHouse in Docker Compose.
Trigger: "clickhouse local dev", "clickhouse docker", "clickhouse dev environment",
"run clickhouse locally", "clickhouse docker compose".
jeremylongshore/claude-code-plugins-plus-skills 1,803