Topic: llm
10,059 skills in this topic.
-
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
-
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-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-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
-
clickhouse-sdk-patterns
Production-ready patterns for @clickhouse/client — streaming inserts, typed queries,
error handling, and connection management.
Use when building robust ClickHouse integrations, implementing streaming,
or establishing team coding standards.
Trigger: "clickhouse SDK patterns", "clickhouse client patterns",
"clickhouse best practices", "clickhouse streaming insert".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
documenso-debug-bundle
Comprehensive debugging toolkit for Documenso integrations.
Use when troubleshooting complex issues, gathering diagnostic information,
or creating support tickets for Documenso problems.
Trigger with phrases like "debug documenso", "documenso diagnostics",
"troubleshoot documenso", "documenso support ticket".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
documenso-multi-env-setup
Configure Documenso across multiple environments (dev, staging, production).
Use when setting up environment-specific configurations, managing API keys,
or implementing environment promotion workflows.
Trigger with phrases like "documenso environments", "documenso staging",
"documenso dev setup", "multi-environment documenso".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
documenso-upgrade-migration
Manage Documenso API version upgrades and SDK migrations.
Use when upgrading from v1 to v2 API, updating SDK versions,
or migrating between Documenso versions.
Trigger with phrases like "documenso upgrade", "documenso v2 migration",
"update documenso SDK", "documenso API version".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
figma-core-workflow-a
Extract design tokens, colors, typography, and spacing from Figma files via REST API.
Use when building a design-to-code pipeline, syncing design tokens,
or extracting styles from a Figma design system file.
Trigger with phrases like "figma design tokens", "extract figma styles",
"figma to CSS", "sync figma colors", "figma typography".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
figma-incident-runbook
Respond to Figma API outages, auth failures, and rate limit incidents.
Use when Figma integration is down, experiencing errors,
or running post-incident reviews for Figma-related failures.
Trigger with phrases like "figma incident", "figma outage",
"figma down", "figma broken", "figma emergency".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
figma-performance-tuning
Optimize Figma REST API performance with caching, partial fetches, and connection reuse.
Use when experiencing slow API responses, reducing bandwidth for large files,
or optimizing request throughput for Figma integrations.
Trigger with phrases like "figma performance", "figma slow",
"figma caching", "figma optimize", "figma large file".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
figma-upgrade-migration
Handle Figma REST API scope changes, deprecations, and migration tasks.
Use when migrating from deprecated scopes, updating webhook versions,
or adapting to Figma API changelog changes.
Trigger with phrases like "upgrade figma", "figma deprecation",
"figma scope migration", "figma API changes", "figma v2 webhooks".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
framer-core-workflow-a
Execute Framer primary workflow: Core Workflow A.
Use when implementing primary use case,
building main features, or core integration tasks.
Trigger with phrases like "framer main workflow",
"primary task with framer".
jeremylongshore/claude-code-plugins-plus-skills 1,803