Topic: plugin-system
4,603 skills in this topic.
-
salesloft-rate-limits
Handle SalesLoft cost-based rate limiting with backoff and request budgeting.
Use when hitting 429 errors, optimizing API throughput,
or implementing pagination-aware rate limit strategies.
Trigger: "salesloft rate limit", "salesloft 429", "salesloft throttling".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesloft-reference-architecture
Production architecture for SalesLoft API integrations with service layer,
webhook processing, and CRM sync patterns.
Use when designing new SalesLoft integrations or reviewing project structure.
Trigger: "salesloft architecture", "salesloft project structure", "salesloft design".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesloft-sdk-patterns
Apply production-ready SalesLoft API patterns for TypeScript and Python.
Use when building SalesLoft integrations, implementing pagination,
or wrapping the REST API v2 with typed clients.
Trigger: "salesloft SDK patterns", "salesloft best practices", "salesloft client wrapper".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesloft-security-basics
Secure SalesLoft OAuth tokens, API keys, and webhook signatures.
Use when implementing token rotation, securing webhook endpoints,
or auditing SalesLoft API access controls.
Trigger: "salesloft security", "salesloft secrets", "secure salesloft", "salesloft token rotation".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesloft-upgrade-migration
Migrate between SalesLoft API versions and handle breaking changes.
Use when SalesLoft announces API deprecations, upgrading OAuth flows,
or transitioning from legacy endpoints.
Trigger: "upgrade salesloft", "salesloft migration", "salesloft API version".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesloft-webhooks-events
Implement SalesLoft webhook handling with signature verification and event routing.
Use when setting up webhook endpoints, handling activity notifications,
or syncing SalesLoft data to external systems in real-time.
Trigger: "salesloft webhook", "salesloft events", "salesloft notifications".
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-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-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-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-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-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-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-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-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
-
shopify-reference-architecture
Implement Shopify app reference architecture with Remix, Prisma session storage,
and the official app template patterns.
Trigger with phrases like "shopify architecture", "shopify app structure",
"shopify project layout", "shopify Remix template", "shopify app design".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-upgrade-migration
Upgrade Shopify API versions and migrate from REST to GraphQL with breaking change detection.
Use when upgrading API versions, migrating from deprecated REST endpoints,
or handling Shopify's quarterly API release cycle.
Trigger with phrases like "upgrade shopify", "shopify API version",
"shopify breaking changes", "migrate REST to GraphQL", "shopify deprecation".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-security-basics
Apply Shopify security best practices for API credentials, webhook HMAC validation,
and access scope management.
Use when securing API keys, validating webhook signatures,
or auditing Shopify security configuration.
Trigger with phrases like "shopify security", "shopify secrets",
"secure shopify", "shopify HMAC", "shopify webhook verify".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-sdk-patterns
Apply production-ready patterns for @shopify/shopify-api including typed GraphQL clients,
session management, and retry logic.
Use when implementing Shopify integrations, refactoring SDK usage,
or establishing team coding standards for Shopify.
Trigger with phrases like "shopify SDK patterns", "shopify best practices",
"shopify code patterns", "idiomatic shopify", "shopify client wrapper".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-reliability-patterns
Implement reliability patterns for Shopify apps including circuit breakers
for API outages, webhook retry handling, and graceful degradation.
Trigger with phrases like "shopify reliability", "shopify circuit breaker",
"shopify resilience", "shopify fallback", "shopify retry webhook".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-prod-checklist
Execute Shopify app production deployment checklist covering App Store requirements,
mandatory webhooks, API versioning, and rollback procedures.
Trigger with phrases like "shopify production", "deploy shopify",
"shopify go-live", "shopify launch checklist", "shopify app store submit".
jeremylongshore/claude-code-plugins-plus-skills 1,803