Topic: ai
10,359 skills in this topic.
-
ramp-deploy-integration
Ramp deploy integration — corporate card and expense management API integration.
Use when working with Ramp for card management, expenses, or accounting sync.
Trigger with phrases like "ramp deploy integration", "ramp-deploy-integration", "corporate card API".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
ramp-enterprise-rbac
Ramp enterprise rbac — corporate card and expense management API integration.
Use when working with Ramp for card management, expenses, or accounting sync.
Trigger with phrases like "ramp enterprise rbac", "ramp-enterprise-rbac", "corporate card API".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
ramp-hello-world
Ramp hello world — corporate card and expense management API integration.
Use when working with Ramp for card management, expenses, or accounting sync.
Trigger with phrases like "ramp hello world", "ramp-hello-world", "corporate card API".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
ramp-observability
Ramp observability — corporate card and expense management API integration.
Use when working with Ramp for card management, expenses, or accounting sync.
Trigger with phrases like "ramp observability", "ramp-observability", "corporate card API".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
ramp-performance-tuning
Ramp performance tuning — corporate card and expense management API integration.
Use when working with Ramp for card management, expenses, or accounting sync.
Trigger with phrases like "ramp performance tuning", "ramp-performance-tuning", "corporate card API".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
ramp-prod-checklist
Ramp prod checklist — corporate card and expense management API integration.
Use when working with Ramp for card management, expenses, or accounting sync.
Trigger with phrases like "ramp prod checklist", "ramp-prod-checklist", "corporate card API".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
ramp-webhooks-events
Ramp webhooks events — corporate card and expense management API integration.
Use when working with Ramp for card management, expenses, or accounting sync.
Trigger with phrases like "ramp webhooks events", "ramp-webhooks-events", "corporate card API".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
serpapi-ci-integration
Set up CI/CD for SerpApi integrations with fixture-based testing.
Use when automating SerpApi tests without consuming credits,
or validating search result parsing in CI.
Trigger: "serpapi CI", "serpapi GitHub Actions", "serpapi automated tests".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
serpapi-common-errors
Diagnose and fix SerpApi errors: invalid keys, exhausted credits, blocked searches.
Use when SerpApi returns errors, empty results, or unexpected status codes.
Trigger: "serpapi error", "fix serpapi", "serpapi not working", "serpapi empty results".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
serpapi-hello-world
Run your first SerpApi search -- Google, Bing, or YouTube results as JSON.
Use when starting with SerpApi, testing search queries,
or learning the structured result format.
Trigger: "serpapi hello world", "serpapi example", "serpapi first search".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
serpapi-install-auth
Install SerpApi client and configure API key authentication.
Use when setting up SerpApi for search result scraping, configuring API keys,
or initializing the serpapi Python/Node package.
Trigger: "install serpapi", "setup serpapi", "serpapi auth", "serpapi API key".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
serpapi-local-dev-loop
Configure SerpApi local development with cached responses and test fixtures.
Use when building search integrations, avoiding API calls during development,
or setting up reproducible test data from SerpApi.
Trigger: "serpapi dev setup", "serpapi local", "test serpapi locally".
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-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-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-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-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