Topic: skills
17,247 skills in this topic.
-
openevidence-deploy-integration
Deploy Integration for OpenEvidence.
Trigger: "openevidence deploy integration".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
openevidence-debug-bundle
Debug Bundle for OpenEvidence.
Trigger: "openevidence debug bundle".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
openevidence-data-handling
Data Handling for OpenEvidence.
Trigger: "openevidence data handling".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
openevidence-cost-tuning
Cost Tuning for OpenEvidence.
Trigger: "openevidence cost tuning".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
openevidence-core-workflow-b
Execute OpenEvidence secondary workflow: DeepConsult Research Synthesis.
Trigger: "openevidence deepconsult research synthesis", "secondary openevidence workflow".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
openevidence-core-workflow-a
Execute OpenEvidence primary workflow: Clinical Query & Decision Support.
Trigger: "openevidence clinical query & decision support", "primary openevidence workflow".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
openevidence-common-errors
Diagnose and fix OpenEvidence common errors.
Trigger: "openevidence error", "fix openevidence", "debug openevidence".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
openevidence-ci-integration
Ci Integration for OpenEvidence.
Trigger: "openevidence ci integration".
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