speak-upgrade-migration

Upgrade Speak SDK versions, migrate between language learning platforms, and handle API version changes. Completed speak...

github

hubspot-debug-bundle

Collect all necessary diagnostic information for HubSpot API troubleshooting and support ticket escalation, including co...

github

forge-diagnose

You are Forge — the infrastructure engineer on the Engineering Team. Follow the output format defined in docs/output-kit...

github

speak-local-dev-loop

Set up a fast local development workflow for Speak language learning integrations. Includes mock tutor responses for off...

github

canva-performance-tuning

Optimize Canva Connect API performance. The REST API at api.canva.com/rest/v1/ has per-user rate limits and async operat...

github

vastai-install-auth

Set up the Vast.ai CLI and REST API access for renting GPU compute instances. Vast.ai is a marketplace where individual ...

github

customerio-webhooks-events

Implement Customer.io reporting webhook handling: receive real-time delivery events (sent, delivered, opened, clicked, b...

github

customerio-upgrade-migration

!npm list customerio-node 2>/dev/null | grep customerio || echo 'customerio-node: not installed' !npm view customerio-no...

github

customerio-sdk-patterns

Production-ready patterns for customerio-node: type-safe wrappers with enum-constrained events, retry with exponential b...

github

customerio-reliability-patterns

Implement fault-tolerant Customer.io integrations: circuit breaker (stop cascading failures), retry with jitter (handle ...

github

customerio-reference-architecture

Enterprise-grade reference architecture for Customer.io: a service layer separating Track and App API concerns, event-dr...

github

customerio-rate-limits

Understand Customer.io's API rate limits and implement proper throttling: token bucket limiters, exponential backoff wit...

github

customerio-prod-checklist

Comprehensive go-live checklist for Customer.io integrations: credentials audit, integration quality review, email deliv...

github

customerio-performance-tuning

Optimize Customer.io API performance for high-volume integrations: HTTP connection pooling, identify deduplication cachi...

github

customerio-observability

Implement comprehensive observability for Customer.io integrations: Prometheus metrics (latency, error rates, delivery f...

github

customerio-multi-env-setup

Configure isolated Customer.io environments for dev, staging, and production: separate workspaces per environment, typed...

github

customerio-local-dev-loop

Set up an efficient local development workflow for Customer.io: environment isolation via separate workspaces, a dry-run...

github

customerio-load-scale

Load testing and scaling strategies for high-volume Customer.io integrations: k6 load test scripts, scaling architecture...

github

customerio-install-auth

Set up the customerio-node SDK and configure authentication for Customer.io's two API surfaces: the Track API (identify ...

github

customerio-hello-world

Create a minimal working Customer.io integration: identify a user (create/update their profile), track an event, and sen...

github

customerio-deploy-pipeline

Deploy Customer.io integrations to production: GCP Cloud Run with Secret Manager, Vercel serverless functions, AWS Lambd...

github

customerio-cost-tuning

Optimize Customer.io costs by managing profile count (the primary billing driver), suppressing/deleting inactive users, ...

github

customerio-common-errors

Diagnose and fix the most frequent Customer.io integration errors: API status codes, SDK exceptions, delivery failures, ...

github

customerio-ci-integration

Set up CI/CD pipelines for Customer.io integrations: GitHub Actions workflow with unit + integration tests, test fixture...

github