Topic: developer-tools
13,276 skills in this topic.
-
canva-common-errors
Diagnose and fix Canva Connect API errors and HTTP status codes.
Use when encountering Canva errors, debugging failed requests,
or troubleshooting integration issues.
Trigger with phrases like "canva error", "fix canva",
"canva not working", "debug canva", "canva 401", "canva 429".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
canva-ci-integration
Configure CI/CD pipelines for Canva Connect API integrations with GitHub Actions.
Use when setting up automated testing, configuring CI pipelines,
or integrating Canva API tests into your build process.
Trigger with phrases like "canva CI", "canva GitHub Actions",
"canva automated tests", "CI canva", "canva pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
canva-architecture-variants
Choose and implement Canva Connect API architecture blueprints for different scales.
Use when designing new Canva integrations, choosing between monolith/service/microservice
architectures, or planning migration paths.
Trigger with phrases like "canva architecture", "canva blueprint",
"how to structure canva", "canva project layout", "canva microservice".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
canva-advanced-troubleshooting
Apply Canva Connect API advanced debugging for hard-to-diagnose issues.
Use when standard troubleshooting fails, investigating intermittent failures,
or preparing evidence bundles for Canva developer support.
Trigger with phrases like "canva hard bug", "canva mystery error",
"canva impossible to debug", "difficult canva issue", "canva deep debug".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
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-common-errors
Diagnose and fix common Deepgram errors and issues.
Use when troubleshooting Deepgram API errors, debugging transcription failures,
or resolving integration issues.
Trigger: "deepgram error", "deepgram not working", "fix deepgram",
"deepgram troubleshoot", "transcription failed", "deepgram 401".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
deepgram-ci-integration
Configure Deepgram CI/CD integration for automated testing and deployment.
Use when setting up continuous integration pipelines, automated testing,
or deployment workflows for Deepgram integrations.
Trigger: "deepgram CI", "deepgram CD", "deepgram pipeline",
"deepgram github actions", "deepgram automated testing".
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-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-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-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-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-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-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-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-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-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-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-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-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-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