Topic: claude-code-plugins
5,817 skills in this topic.
-
klaviyo-ci-integration
Configure CI/CD pipelines for Klaviyo integrations with GitHub Actions.
Use when setting up automated testing, configuring CI secrets,
or integrating Klaviyo SDK tests into your build pipeline.
Trigger with phrases like "klaviyo CI", "klaviyo GitHub Actions",
"klaviyo automated tests", "CI klaviyo", "klaviyo pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-ci-integration
Configure CI/CD pipelines for Intercom integrations with GitHub Actions.
Use when setting up automated testing, configuring CI with Intercom secrets,
or integrating Intercom API tests into your build process.
Trigger with phrases like "intercom CI", "intercom GitHub Actions",
"intercom automated tests", "CI intercom", "intercom pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-common-errors
Diagnose and fix Intercom API errors by HTTP status code and error type.
Use when encountering Intercom errors, debugging failed API requests,
or troubleshooting integration issues.
Trigger with phrases like "intercom error", "fix intercom",
"intercom not working", "debug intercom", "intercom 401", "intercom 429".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
klaviyo-webhooks-events
Implement Klaviyo webhooks with HMAC-SHA256 signature verification and event handling.
Use when setting up webhook endpoints, handling Klaviyo event notifications,
or creating event-driven integrations with Klaviyo.
Trigger with phrases like "klaviyo webhook", "klaviyo events",
"klaviyo webhook signature", "handle klaviyo events", "klaviyo notifications".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
klaviyo-upgrade-migration
Upgrade Klaviyo SDK versions and migrate between API revisions.
Use when upgrading the klaviyo-api package, migrating from v1/v2 legacy APIs
to the current REST API, or handling breaking changes between revisions.
Trigger with phrases like "upgrade klaviyo", "klaviyo migration",
"klaviyo breaking changes", "update klaviyo SDK", "klaviyo API revision".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
klaviyo-security-basics
Apply Klaviyo security best practices for API key management and access control.
Use when securing API keys, configuring OAuth scopes, implementing webhook
signature verification, or auditing Klaviyo security configuration.
Trigger with phrases like "klaviyo security", "klaviyo secrets",
"secure klaviyo", "klaviyo API key security", "klaviyo OAuth".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
klaviyo-sdk-patterns
Apply production-ready Klaviyo SDK patterns for the klaviyo-api package.
Use when implementing Klaviyo integrations, refactoring SDK usage,
or establishing team coding standards for Klaviyo API calls.
Trigger with phrases like "klaviyo SDK patterns", "klaviyo best practices",
"klaviyo code patterns", "idiomatic klaviyo", "klaviyo wrapper".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
klaviyo-reference-architecture
Implement Klaviyo reference architecture with best-practice project layout.
Use when designing new Klaviyo integrations, reviewing project structure,
or establishing architecture standards for email/SMS marketing applications.
Trigger with phrases like "klaviyo architecture", "klaviyo project structure",
"klaviyo design", "how to organize klaviyo", "klaviyo layout".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
klaviyo-rate-limits
Implement Klaviyo rate limiting, backoff, and request queuing patterns.
Use when handling 429 errors, implementing retry logic,
or optimizing API request throughput for Klaviyo.
Trigger with phrases like "klaviyo rate limit", "klaviyo throttling",
"klaviyo 429", "klaviyo retry", "klaviyo backoff", "klaviyo Retry-After".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
klaviyo-prod-checklist
Execute Klaviyo production deployment checklist and validation procedures.
Use when deploying Klaviyo integrations to production, preparing for launch,
or implementing go-live procedures for email/SMS marketing.
Trigger with phrases like "klaviyo production", "deploy klaviyo",
"klaviyo go-live", "klaviyo launch checklist", "klaviyo prod ready".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
klaviyo-performance-tuning
Optimize Klaviyo API performance with caching, batching, and pagination tuning.
Use when experiencing slow API responses, implementing caching strategies,
or optimizing request throughput for Klaviyo integrations.
Trigger with phrases like "klaviyo performance", "optimize klaviyo",
"klaviyo latency", "klaviyo caching", "klaviyo slow", "klaviyo batch".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
klaviyo-observability
Set up observability for Klaviyo integrations with metrics, traces, and alerts.
Use when implementing monitoring for Klaviyo API operations, setting up dashboards,
or configuring alerting for Klaviyo integration health.
Trigger with phrases like "klaviyo monitoring", "klaviyo metrics",
"klaviyo observability", "monitor klaviyo", "klaviyo alerts", "klaviyo tracing".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
klaviyo-multi-env-setup
Configure Klaviyo across development, staging, and production environments.
Use when setting up multi-environment deployments, configuring per-environment API keys,
or implementing environment-specific Klaviyo configurations.
Trigger with phrases like "klaviyo environments", "klaviyo staging",
"klaviyo dev prod", "klaviyo environment setup", "klaviyo config by env".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
klaviyo-local-dev-loop
Configure Klaviyo local development with hot reload, mocking, and testing.
Use when setting up a development environment, configuring test workflows,
or establishing a fast iteration cycle with the Klaviyo API.
Trigger with phrases like "klaviyo dev setup", "klaviyo local development",
"klaviyo dev environment", "develop with klaviyo", "klaviyo testing".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
klaviyo-install-auth
Install and configure Klaviyo Node.js SDK with API key authentication.
Use when setting up a new Klaviyo integration, configuring API keys,
or initializing the klaviyo-api package in your project.
Trigger with phrases like "install klaviyo", "setup klaviyo",
"klaviyo auth", "configure klaviyo API key", "klaviyo SDK setup".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
klaviyo-incident-runbook
Execute Klaviyo incident response procedures with triage, mitigation, and postmortem.
Use when responding to Klaviyo-related outages, investigating API errors,
or running post-incident reviews for Klaviyo integration failures.
Trigger with phrases like "klaviyo incident", "klaviyo outage",
"klaviyo down", "klaviyo on-call", "klaviyo emergency", "klaviyo broken".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
klaviyo-hello-world
Create a minimal working Klaviyo example with real API calls.
Use when starting a new Klaviyo integration, testing your setup,
or learning basic profile creation and event tracking patterns.
Trigger with phrases like "klaviyo hello world", "klaviyo example",
"klaviyo quick start", "simple klaviyo code", "first klaviyo call".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
klaviyo-enterprise-rbac
Configure Klaviyo enterprise access control with API key scopes and OAuth.
Use when implementing per-key scoping, configuring OAuth app authorization,
or setting up organization-level access controls for Klaviyo.
Trigger with phrases like "klaviyo scopes", "klaviyo RBAC",
"klaviyo enterprise", "klaviyo permissions", "klaviyo OAuth", "klaviyo access control".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-core-workflow-a
Manage Intercom contacts: create, search, update, merge leads into users.
Use when building contact management features, syncing user data,
or implementing contact search and segmentation.
Trigger with phrases like "intercom contacts", "intercom users",
"intercom leads", "create intercom contact", "search intercom contacts",
"merge intercom lead".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-core-workflow-b
Manage Intercom conversations: create, reply, close, snooze, assign, and tag.
Use when building conversation management features, automating replies,
or implementing support workflow automation.
Trigger with phrases like "intercom conversations", "intercom reply",
"intercom assign conversation", "intercom close conversation",
"intercom snooze", "manage intercom conversations".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-rate-limits
Handle Intercom API rate limits with backoff, queuing, and header monitoring.
Use when handling 429 errors, implementing retry logic,
or optimizing API request throughput for Intercom.
Trigger with phrases like "intercom rate limit", "intercom throttling",
"intercom 429", "intercom retry", "intercom backoff", "intercom request limit".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-prod-checklist
Execute Intercom production readiness checklist and rollback procedures.
Use when deploying Intercom integrations to production, preparing for launch,
or implementing go-live validation.
Trigger with phrases like "intercom production", "deploy intercom",
"intercom go-live", "intercom launch checklist", "intercom production readiness".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-performance-tuning
Optimize Intercom API performance with caching, search optimization, and pagination.
Use when experiencing slow API responses, implementing caching strategies,
or optimizing request throughput for Intercom integrations.
Trigger with phrases like "intercom performance", "optimize intercom",
"intercom latency", "intercom caching", "intercom slow", "intercom pagination".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
klaviyo-deploy-integration
Deploy Klaviyo integrations to Vercel, Fly.io, and Cloud Run platforms.
Use when deploying Klaviyo-powered applications to production,
configuring platform-specific secrets, or setting up deployment pipelines.
Trigger with phrases like "deploy klaviyo", "klaviyo Vercel",
"klaviyo production deploy", "klaviyo Cloud Run", "klaviyo Fly.io".
jeremylongshore/claude-code-plugins-plus-skills 1,803