Topic: llm
10,059 skills in this topic.
-
salesloft-common-errors
Diagnose and fix SalesLoft API errors: 401, 403, 422, 429, and 5xx.
Use when encountering SalesLoft errors, debugging failed requests,
or troubleshooting OAuth token issues.
Trigger: "salesloft error", "fix salesloft", "salesloft not working", "salesloft 429".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesloft-core-workflow-a
Manage SalesLoft people, cadences, and email steps via the REST API.
Use when building prospect management, enrolling people in cadences,
or automating outbound sales sequences.
Trigger: "salesloft cadence", "salesloft people", "salesloft outbound sequence".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesloft-core-workflow-b
Track SalesLoft activities, emails, calls, and analytics via the REST API.
Use when reading email engagement data, logging call dispositions,
or building sales activity dashboards.
Trigger: "salesloft activities", "salesloft emails", "salesloft calls", "salesloft analytics".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesloft-cost-tuning
Optimize SalesLoft API costs by reducing request volume and deep pagination.
Use when analyzing API usage, reducing rate limit consumption,
or planning capacity for bulk operations.
Trigger: "salesloft cost", "salesloft billing", "reduce salesloft API usage".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesloft-debug-bundle
Collect SalesLoft debug evidence for support tickets and troubleshooting.
Use when encountering persistent issues, preparing support tickets,
or collecting diagnostic info for SalesLoft API problems.
Trigger: "salesloft debug", "salesloft diagnostic", "salesloft support bundle".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesloft-deploy-integration
Deploy SalesLoft integrations to Vercel, Fly.io, and Cloud Run.
Use when deploying SalesLoft-powered apps to production,
configuring platform secrets, or setting up webhook endpoints.
Trigger: "deploy salesloft", "salesloft Vercel", "salesloft Cloud Run".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesloft-hello-world
Create a minimal working SalesLoft example — list people and create a person.
Use when starting a new SalesLoft integration, testing your setup,
or learning the People and Cadences API patterns.
Trigger: "salesloft hello world", "salesloft example", "salesloft quick start".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesloft-install-auth
Set up SalesLoft API authentication with OAuth 2.0 or API key.
Use when configuring a new SalesLoft integration, setting up OAuth flows,
or initializing API access to the SalesLoft REST API v2.
Trigger: "install salesloft", "setup salesloft", "salesloft auth", "salesloft API key".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesloft-local-dev-loop
Configure SalesLoft local development with API mocking and sandbox testing.
Use when setting up a development environment, building integration tests,
or creating mock SalesLoft API responses for offline development.
Trigger: "salesloft dev setup", "salesloft local", "test salesloft locally".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
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-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
-
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-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-core-workflow-b
Manage Shopify orders, customers, and fulfillments using the GraphQL Admin API.
Use when querying orders, processing fulfillments, managing customers,
or building order management integrations.
Trigger with phrases like "shopify orders", "shopify customers",
"shopify fulfillment", "process shopify order", "shopify checkout".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
shopify-cost-tuning
Optimize Shopify app costs through plan selection, API usage monitoring,
and Shopify Plus upgrade analysis.
Trigger with phrases like "shopify cost", "shopify billing",
"shopify pricing", "shopify Plus worth it", "shopify API usage", "reduce shopify costs".
jeremylongshore/claude-code-plugins-plus-skills 1,803