klaviyo-pack
Claude Code skill pack for Klaviyo (24 skills)
Installation
Open Claude Code and run this command:
/plugin install klaviyo-pack@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
> 24 production-grade Claude Code skills for Klaviyo email marketing, CDP, and customer engagement API integration.
Real klaviyo-api SDK code. Real a.klaviyo.com/api/* endpoints. Real ApiKeySession + ProfilesApi / EventsApi / ListsApi patterns. Covers profiles, events, lists, segments, campaigns, flows, webhooks, GDPR deletion, and the full operational stack from install to incident response.
Links: Klaviyo API Reference | klaviyo-api npm | Tons of Skills
Skills (24) plugin-local skills
Configure CI/CD pipelines for Klaviyo integrations with GitHub Actions.
Diagnose and fix common Klaviyo API errors and exceptions.
Execute Klaviyo primary workflow: profiles, lists, and subscriptions.
Execute the Klaviyo secondary workflow: event tracking, segments, and campaigns.
Optimize Klaviyo costs through plan selection, contact management, and usage monitoring.
Implement Klaviyo data privacy, GDPR/CCPA compliance, and PII handling patterns.
Collect Klaviyo debug evidence for support tickets and troubleshooting.
Deploy Klaviyo integrations to Vercel, Fly.
Configure Klaviyo enterprise access control with API key scopes and OAuth.
Create a minimal working Klaviyo example with real API calls.
Execute Klaviyo incident response procedures with triage, mitigation, and postmortem.
Install and configure Klaviyo Node.
Configure Klaviyo local development with hot reload, mocking, and testing.
Use when you are moving an email/CDP stack onto Klaviyo — off the deprecated v1/v2 APIs, off a competitor ESP (Mailchimp, SendGrid), or re-platforming gradually with the strangler fig pattern — and need field mapping, batch import, and post-migration validation.
Configure Klaviyo across development, staging, and production environments.
Set up observability for Klaviyo integrations with metrics, traces, and alerts.
Optimize Klaviyo API performance with caching, batching, and pagination tuning.
Execute Klaviyo production deployment checklist and validation procedures.
Implement Klaviyo rate limiting, backoff, and request queuing patterns.
Implement Klaviyo reference architecture with best-practice project layout.
Apply production-ready Klaviyo SDK patterns for the klaviyo-api package.
Apply Klaviyo security best practices for API key management and access control.
Upgrade Klaviyo SDK versions and migrate between API revisions.
Implement Klaviyo webhooks with HMAC-SHA256 signature verification and event handling.