Topic: ai-agents
18,135 skills in this topic.
-
salesloft-performance-tuning
Optimize SalesLoft API performance with caching, pagination strategies, and connection pooling.
Use when experiencing slow API responses, reducing latency for bulk operations,
or optimizing cadence sync throughput.
Trigger: "salesloft performance", "optimize salesloft", "salesloft slow", "salesloft caching".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesloft-prod-checklist
Production readiness checklist for SalesLoft API integrations.
Use when deploying SalesLoft integrations to production, preparing for launch,
or validating go-live requirements.
Trigger: "salesloft production", "deploy salesloft", "salesloft go-live checklist".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
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-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
-
shopify-advanced-troubleshooting
Debug complex Shopify API issues using cost analysis, request tracing,
webhook delivery inspection, and GraphQL introspection.
Trigger with phrases like "shopify hard bug", "shopify mystery error",
"shopify deep debug", "difficult shopify issue", "shopify intermittent failure".
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-ci-integration
Configure CI/CD pipelines for Shopify apps with GitHub Actions, API version testing,
and Shopify CLI deployment.
Trigger with phrases like "shopify CI", "shopify GitHub Actions",
"shopify automated tests", "CI shopify", "shopify deploy pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-common-errors
Diagnose and fix common Shopify API errors including 401, 403, 422, 429, and GraphQL errors.
Use when encountering Shopify errors, debugging failed requests,
or troubleshooting integration issues.
Trigger with phrases like "shopify error", "fix shopify",
"shopify not working", "debug shopify", "shopify 422".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-data-handling
Handle Shopify customer PII, implement GDPR/CCPA compliance, and manage data retention
with Shopify's mandatory privacy webhooks.
Trigger with phrases like "shopify data", "shopify PII", "shopify GDPR",
"shopify customer data", "shopify privacy", "shopify CCPA", "shopify data request".
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-deploy-integration
Deploy Shopify apps to Vercel, Fly.io, Railway, and Cloud Run with proper environment configuration.
Use when deploying Shopify-powered applications to production,
configuring platform-specific secrets, or setting up hosting.
Trigger with phrases like "deploy shopify", "shopify hosting",
"shopify Vercel", "shopify production deploy", "shopify Fly.io".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-enterprise-rbac
Implement Shopify Plus access control patterns with staff permissions,
multi-location management, and Shopify Organization features.
Trigger with phrases like "shopify permissions", "shopify staff",
"shopify Plus organization", "shopify roles", "shopify multi-location".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-hello-world
Create a minimal working Shopify app that queries products via GraphQL Admin API.
Use when starting a new Shopify integration, testing your setup,
or learning basic Shopify API patterns.
Trigger with phrases like "shopify hello world", "shopify example",
"shopify quick start", "simple shopify app", "first shopify API call".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-load-scale
Load test Shopify integrations respecting API rate limits, plan capacity with
k6, and scale for Shopify Plus burst events (flash sales, BFCM).
Trigger with phrases like "shopify load test", "shopify scale",
"shopify BFCM", "shopify flash sale", "shopify capacity", "shopify k6 test".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-local-dev-loop
Configure Shopify local development with Shopify CLI, hot reload, and ngrok tunneling.
Use when setting up a development environment, configuring test workflows,
or establishing a fast iteration cycle with Shopify.
Trigger with phrases like "shopify dev setup", "shopify local development",
"shopify dev environment", "develop with shopify", "shopify CLI dev".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-migration-deep-dive
Migrate e-commerce data to Shopify using bulk operations, product imports,
and the strangler fig pattern for gradual platform migration.
Trigger with phrases like "migrate to shopify", "shopify data migration",
"import products shopify", "shopify replatform", "move to shopify".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-multi-env-setup
Configure Shopify apps across development, staging, and production environments
with separate stores, API credentials, and app instances.
Trigger with phrases like "shopify environments", "shopify staging",
"shopify dev vs prod", "shopify multi-store", "shopify environment setup".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-rate-limits
Handle Shopify API rate limits for both REST (leaky bucket) and GraphQL (calculated query cost).
Use when hitting 429 errors, implementing retry logic, or optimizing API request throughput.
Trigger with phrases like "shopify rate limit", "shopify throttling",
"shopify 429", "shopify THROTTLED", "shopify query cost", "shopify backoff".
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-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-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
-
speak-debug-bundle
Collect diagnostic information for Speak API issues: auth verification, audio format validation, session inspection, and network testing.
Use when implementing debug bundle features,
or troubleshooting Speak language learning integration issues.
Trigger with phrases like "speak debug bundle", "speak debug bundle".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
speak-observability
Monitor Speak API health, assessment latency, session metrics, and pronunciation score distributions.
Use when implementing observability,
or managing Speak language learning platform operations.
Trigger with phrases like "speak observability", "speak observability".
jeremylongshore/claude-code-plugins-plus-skills 1,803