Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
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-deploy-integration
Deploy SerpApi-powered search features to production platforms.
Use when deploying search APIs, configuring backend proxies,
or setting up SerpApi in serverless environments.
Trigger: "deploy serpapi", "serpapi Vercel", "serpapi production deploy".
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-performance-tuning
Optimize SerpApi performance with caching, async searches, and result filtering.
Use when reducing latency, minimizing credit consumption,
or optimizing search throughput.
Trigger: "serpapi performance", "optimize serpapi", "serpapi caching", "serpapi slow".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
serpapi-debug-bundle
Collect SerpApi debug diagnostics: account status, recent searches, and error logs.
Use when troubleshooting SerpApi issues, checking credit usage,
or preparing support tickets.
Trigger: "serpapi debug", "serpapi diagnostic", "serpapi support".
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-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-prod-checklist
Production readiness checklist for SerpApi integrations.
Use when deploying search features, validating credit budgets,
or preparing SerpApi-powered apps for launch.
Trigger: "serpapi production", "deploy serpapi", "serpapi go-live".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
serpapi-rate-limits
Handle SerpApi rate limits and credit-based usage quotas.
Use when managing API credit consumption, implementing request throttling,
or optimizing search volume for your plan tier.
Trigger: "serpapi rate limit", "serpapi credits", "serpapi quota", "serpapi throttle".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
serpapi-core-workflow-a
Google Search scraping with SerpApi -- organic results, knowledge graph, answer boxes.
Use when building search-powered features, SEO monitoring,
or extracting structured data from Google results.
Trigger: "serpapi google search", "scrape google", "serpapi organic results".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
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-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-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
-
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-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-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-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-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-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-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-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-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-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-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