customerio-local-dev-loop
Installation
SKILL.md
Customer.io Local Dev Loop
Overview
Set up an efficient local development workflow for Customer.io: environment isolation via separate workspaces, a dry-run client for safe development, test mocks for unit tests, and prefixed events that never pollute production data.
Prerequisites
customerio-nodeinstalled- Separate Customer.io workspace for development (recommended — free workspaces available)
dotenvor similar for environment variable loading
Instructions
Step 1: Environment Configuration
# .env.development
CUSTOMERIO_SITE_ID=dev-site-id
CUSTOMERIO_TRACK_API_KEY=dev-track-key
Related skills