Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
brightdata-performance-tuning
Optimize Bright Data API performance with caching, batching, and connection pooling.
Use when experiencing slow API responses, implementing caching strategies,
or optimizing request throughput for Bright Data integrations.
Trigger with phrases like "brightdata performance", "optimize brightdata",
"brightdata latency", "brightdata caching", "brightdata slow", "brightdata batch".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
brightdata-core-workflow-b
Execute Bright Data secondary workflow: Core Workflow B.
Use when implementing secondary use case,
or complementing primary workflow.
Trigger with phrases like "brightdata secondary workflow",
"secondary task with brightdata".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
brightdata-webhooks-events
Implement Bright Data webhook signature validation and event handling.
Use when setting up webhook endpoints, implementing signature verification,
or handling Bright Data event notifications securely.
Trigger with phrases like "brightdata webhook", "brightdata events",
"brightdata webhook signature", "handle brightdata events", "brightdata notifications".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
brightdata-upgrade-migration
Analyze, plan, and execute Bright Data SDK upgrades with breaking change detection.
Use when upgrading Bright Data SDK versions, detecting deprecations,
or migrating to new API versions.
Trigger with phrases like "upgrade brightdata", "brightdata migration",
"brightdata breaking changes", "update brightdata SDK", "analyze brightdata version".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
brightdata-security-basics
Apply Bright Data security best practices for secrets and access control.
Use when securing API keys, implementing least privilege access,
or auditing Bright Data security configuration.
Trigger with phrases like "brightdata security", "brightdata secrets",
"secure brightdata", "brightdata API key security".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
brightdata-prod-checklist
Execute Bright Data production deployment checklist and rollback procedures.
Use when deploying Bright Data integrations to production, preparing for launch,
or implementing go-live procedures.
Trigger with phrases like "brightdata production", "deploy brightdata",
"brightdata go-live", "brightdata launch checklist".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
brightdata-local-dev-loop
Configure Bright Data local development with hot reload and testing.
Use when setting up a development environment, configuring test workflows,
or establishing a fast iteration cycle with Bright Data.
Trigger with phrases like "brightdata dev setup", "brightdata local development",
"brightdata dev environment", "develop with brightdata".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
brightdata-common-errors
Diagnose and fix Bright Data common errors and exceptions.
Use when encountering Bright Data errors, debugging failed requests,
or troubleshooting integration issues.
Trigger with phrases like "brightdata error", "fix brightdata",
"brightdata not working", "debug brightdata".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
brightdata-core-workflow-a
Scrape structured data with Bright Data Scraping Browser using Playwright/Puppeteer.
Use when scraping JavaScript-rendered pages, SPAs, or sites requiring browser interaction.
Trigger with phrases like "brightdata scraping browser", "brightdata playwright",
"brightdata puppeteer", "scrape SPA with brightdata", "browser scraping".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
brightdata-ci-integration
Configure Bright Data CI/CD integration with GitHub Actions and testing.
Use when setting up automated testing, configuring CI pipelines,
or integrating Bright Data tests into your build process.
Trigger with phrases like "brightdata CI", "brightdata GitHub Actions",
"brightdata automated tests", "CI brightdata".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
brightdata-hello-world
Create a minimal working Bright Data example.
Use when starting a new Bright Data integration, testing your setup,
or learning basic Bright Data API patterns.
Trigger with phrases like "brightdata hello world", "brightdata example",
"brightdata quick start", "simple brightdata code".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
exa-common-errors
Diagnose and fix Exa API errors by HTTP code and error tag.
Use when encountering Exa errors, debugging failed requests,
or troubleshooting integration issues.
Trigger with phrases like "exa error", "fix exa",
"exa not working", "debug exa", "exa 429", "exa 401".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
exa-data-handling
Implement Exa search result processing, content extraction, caching, and RAG context management.
Use when handling search results, implementing caching, building citation pipelines,
or managing content payloads for LLM context windows.
Trigger with phrases like "exa data", "exa results processing",
"exa cache", "exa RAG context", "exa content extraction".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
exa-load-scale
Implement Exa load testing, capacity planning, and scaling strategies.
Use when running performance tests, planning capacity for Exa integrations,
or designing high-throughput search architectures.
Trigger with phrases like "exa load test", "exa scale",
"exa capacity", "exa k6", "exa benchmark", "exa throughput".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
exa-known-pitfalls
Identify and avoid Exa anti-patterns and common integration mistakes.
Use when reviewing Exa code, onboarding new developers,
or auditing existing Exa integrations for correctness.
Trigger with phrases like "exa mistakes", "exa anti-patterns",
"exa pitfalls", "exa what not to do", "exa code review".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
exa-debug-bundle
Collect Exa debug evidence for support tickets and troubleshooting.
Use when encountering persistent issues, preparing support tickets,
or collecting diagnostic information for Exa problems.
Trigger with phrases like "exa debug", "exa support bundle",
"collect exa logs", "exa diagnostic".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
exa-enterprise-rbac
Manage Exa API key scoping, team access controls, and domain restrictions.
Use when implementing multi-key access control, configuring per-team search limits,
or setting up organization-level Exa governance.
Trigger with phrases like "exa access control", "exa RBAC",
"exa enterprise", "exa team keys", "exa permissions".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
exa-core-workflow-a
Execute Exa neural search with contents, date filters, and domain scoping.
Use when building search features, implementing RAG context retrieval,
or querying the web with semantic understanding.
Trigger with phrases like "exa search", "exa neural search",
"search with exa", "exa searchAndContents", "exa query".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
exa-install-auth
Install the exa-js SDK and configure API key authentication.
Use when setting up a new Exa integration, configuring API keys,
or initializing Exa in a Node.js/Python project.
Trigger with phrases like "install exa", "setup exa",
"exa auth", "configure exa API key", "exa-js".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
exa-local-dev-loop
Configure Exa local development with hot reload, testing, and mock responses.
Use when setting up a development environment, writing tests against Exa,
or establishing a fast iteration cycle.
Trigger with phrases like "exa dev setup", "exa local development",
"exa test setup", "develop with exa", "mock exa".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
exa-advanced-troubleshooting
Apply advanced debugging techniques for hard-to-diagnose Exa issues.
Use when standard troubleshooting fails, investigating latency spikes,
or preparing evidence bundles for Exa support escalation.
Trigger with phrases like "exa hard bug", "exa mystery error",
"exa deep debug", "difficult exa issue", "exa latency spike".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
exa-incident-runbook
Execute Exa incident response with triage, mitigation, and postmortem procedures.
Use when responding to Exa-related outages, investigating errors,
or running post-incident reviews for Exa integration failures.
Trigger with phrases like "exa incident", "exa outage",
"exa down", "exa on-call", "exa emergency", "exa broken".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
exa-upgrade-migration
Upgrade exa-js SDK versions and handle breaking changes safely.
Use when upgrading the Exa SDK, detecting deprecations,
or migrating between exa-js versions.
Trigger with phrases like "upgrade exa", "exa update",
"exa breaking changes", "update exa-js", "exa new version".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
exa-architecture-variants
Choose and implement Exa architecture patterns at different scales: direct search, cached search, and RAG pipeline.
Use when designing Exa integrations, choosing between simple search and full RAG,
or planning architecture for different traffic volumes.
Trigger with phrases like "exa architecture", "exa blueprint",
"how to structure exa", "exa RAG design", "exa at scale".
jeremylongshore/claude-code-plugins-plus-skills 1,803