Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
deepgram-core-workflow-a
Implement production pre-recorded speech-to-text with Deepgram.
Use when building audio transcription, batch processing,
or implementing diarization and intelligence features.
Trigger: "deepgram transcription", "speech to text", "transcribe audio",
"batch transcription", "deepgram nova", "diarize audio".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
deepgram-install-auth
Install and configure Deepgram SDK authentication.
Use when setting up a new Deepgram integration, configuring API keys,
or initializing Deepgram in your project.
Trigger: "install deepgram", "setup deepgram", "deepgram auth",
"configure deepgram API key", "deepgram credentials".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apify-core-workflow-a
Build a complete web scraping Actor with Crawlee and deploy to Apify.
Use when implementing end-to-end scraping: input schema, crawler,
data extraction, dataset output, and platform deployment.
Trigger: "apify scrape website", "build apify actor",
"crawlee scraper", "apify main workflow".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apify-core-workflow-b
Manage Apify datasets, key-value stores, and request queues programmatically.
Use when reading/writing datasets, exporting data, managing Actor storage,
or orchestrating multi-Actor pipelines.
Trigger: "apify dataset", "apify key-value store", "apify storage",
"export apify data", "apify pipeline", "apify request queue".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apify-prod-checklist
Production readiness checklist for Apify Actor deployments.
Use when deploying Actors to production, preparing for launch,
or validating Actor configuration before going live.
Trigger: "apify production", "deploy actor to prod",
"apify go-live", "apify launch checklist", "actor production ready".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apify-rate-limits
Handle Apify API rate limits with proper backoff and request queuing.
Use when hitting 429 errors, optimizing API request throughput,
or implementing rate-aware client wrappers.
Trigger: "apify rate limit", "apify throttling", "apify 429",
"apify retry", "apify backoff", "too many requests apify".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apify-reference-architecture
Production-grade architecture patterns for Apify-powered applications.
Use when designing scraping infrastructure, building multi-Actor pipelines,
or integrating Apify into a larger system architecture.
Trigger: "apify architecture", "apify best practices",
"apify project structure", "scraping architecture", "apify system design".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apify-performance-tuning
Optimize Apify Actor performance: crawl speed, memory usage, concurrency, and proxy rotation.
Use when Actors are slow, consuming too much memory, or being blocked by target sites.
Trigger: "apify performance", "optimize apify actor", "apify slow",
"crawlee concurrency", "apify memory tuning", "scraper performance".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apify-local-dev-loop
Set up local Apify Actor development with Apify CLI and Crawlee.
Use when creating Actors locally, testing with apify run,
or establishing a fast develop-test-deploy cycle.
Trigger: "apify dev setup", "apify local development",
"develop actor locally", "apify run local".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apify-hello-world
Run your first Apify Actor and retrieve results via apify-client.
Use when starting a new Apify integration, testing connectivity,
or learning the Actor call/dataset retrieval pattern.
Trigger: "apify hello world", "apify example", "run an apify actor",
"apify quick start", "first apify scrape".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apify-upgrade-migration
Upgrade Apify SDK, apify-client, and Crawlee versions safely.
Use when migrating between SDK versions, handling breaking changes,
or updating from Apify SDK v2 to v3 (Crawlee split).
Trigger: "upgrade apify", "apify migration", "apify breaking changes",
"update apify SDK", "crawlee upgrade", "apify v2 to v3".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apify-webhooks-events
Implement Apify webhooks for Actor run notifications and event-driven pipelines.
Use when setting up run completion alerts, building event-driven scraping pipelines,
or configuring ad-hoc webhooks for individual runs.
Trigger: "apify webhook", "apify events", "actor run notification",
"apify run succeeded webhook", "apify ad-hoc webhook".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apify-security-basics
Secure Apify API tokens, configure proxy access, and protect Actor data.
Use when hardening API key management, setting up environment-specific tokens,
or auditing Apify security configuration.
Trigger: "apify security", "apify secrets", "secure apify token",
"apify API key security", "rotate apify token".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apify-install-auth
Install and configure Apify SDK, CLI, and API client authentication.
Use when setting up a new Apify project, configuring API tokens,
or initializing apify-client / Apify SDK in your codebase.
Trigger: "install apify", "setup apify", "apify auth", "configure apify token".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apify-deploy-integration
Deploy Apify Actors and integrate scraping into external applications.
Use when deploying Actors to the platform, integrating Actor results
into web apps, or connecting Apify with external services.
Trigger: "deploy apify actor", "apify Vercel integration",
"apify production deploy", "integrate apify results", "apify API endpoint".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apify-debug-bundle
Collect Apify debug evidence for support tickets and troubleshooting.
Use when encountering persistent issues, preparing support tickets,
or collecting diagnostic information about failed Actor runs.
Trigger: "apify debug", "apify support bundle", "collect apify logs",
"apify diagnostic", "apify run failed why".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apify-cost-tuning
Optimize Apify platform costs through memory tuning, compute unit management, and proxy budgeting.
Use when analyzing Apify billing, reducing Actor run costs,
or implementing usage monitoring and budget alerts.
Trigger: "apify cost", "apify billing", "reduce apify costs",
"apify pricing", "apify expensive", "apify budget", "compute units".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apify-common-errors
Diagnose and fix common Apify Actor and API errors.
Use when encountering run failures, API errors, proxy issues,
or Actor crashes on the Apify platform.
Trigger: "apify error", "fix apify", "actor failed",
"apify not working", "debug apify", "apify 429".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apify-sdk-patterns
Production-ready patterns for Apify SDK and apify-client in TypeScript.
Use when building Actors with Crawlee, managing datasets/KV stores,
or implementing robust client wrappers with retry and validation.
Trigger: "apify SDK patterns", "apify best practices",
"apify client wrapper", "crawlee patterns", "idiomatic apify".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apify-ci-integration
Configure CI/CD pipelines for Apify Actor builds and deployments.
Use when automating Actor deployment via GitHub Actions,
running integration tests against Apify, or building CI/CD for scrapers.
Trigger: "apify CI", "apify GitHub Actions", "apify automated deploy",
"CI apify", "apify pipeline", "auto deploy actor".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-debug-bundle
Collect Shopify debug evidence including API versions, scopes, rate limit state, and request logs.
Use when encountering persistent issues, preparing support tickets,
or collecting diagnostic information for Shopify problems.
Trigger with phrases like "shopify debug", "shopify support bundle",
"collect shopify logs", "shopify diagnostic".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-core-workflow-a
Manage Shopify products, variants, and collections using the GraphQL Admin API.
Use when creating, updating, or querying products, managing inventory,
or building product catalog integrations.
Trigger with phrases like "shopify products", "create shopify product",
"shopify variants", "shopify collections", "shopify inventory".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-architecture-variants
Choose between Shopify app architectures: embedded Remix app, headless storefront with
Hydrogen, standalone integration, or theme app extension.
Trigger with phrases like "shopify architecture decision", "shopify embedded vs headless",
"shopify Hydrogen", "shopify app types", "which shopify architecture".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-known-pitfalls
Identify and avoid Shopify API anti-patterns: ignoring userErrors, wrong API version,
REST instead of GraphQL, missing GDPR webhooks, and webhook timeout issues.
Trigger with phrases like "shopify mistakes", "shopify anti-patterns",
"shopify pitfalls", "shopify what not to do", "shopify code review".
jeremylongshore/claude-code-plugins-plus-skills 1,803