flexport-prod-checklist

Featured

Execute Flexport production deployment checklist for logistics integrations. Use when deploying shipment tracking, booking automation, or supply chain integrations to production with proper monitoring and rollback. Trigger: "flexport production", "deploy flexport", "flexport go-live checklist".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Flexport Production Checklist ## Overview Pre-deployment and go-live checklist for Flexport logistics integrations covering API configuration, webhook setup, monitoring, and rollback procedures. ## Pre-Deployment ### Authentication & Secrets - [ ] Production API key stored in secret manager (not env files) - [ ] Webhook secret configured and verified - [ ] Key rotation procedure documented - [ ] No keys in git history (`git log -p | grep -i flexport_api`) ### API Integration - [ ] All endpoints tested against production API - [ ] Pagination implemented for list endpoints (`/shipments`, `/products`) - [ ] Rate limit handling with exponential backoff - [ ] Retry logic for transient 5xx errors - [ ] Idempotency keys on POST/PATCH operations - [ ] `Flexport-Version: 2` header on all requests ### Webhooks - [ ] HTTPS endpoint with valid TLS certificate - [ ] `X-Hub-Signature` verification implemented - [ ] Webhook endpoint responds within 5 seconds - [ ] Dead letter queue for failed webhook processing - [ ] Idempotent webhook handlers (replay-safe) ### Data Integrity - [ ] HS codes validated against customs requirements - [ ] UN/LOCODE port codes verified - [ ] Commercial invoice totals cross-checked - [ ] Product catalog synced with Flexport Product Library ## Monitoring & Alerting ```typescript // Health check endpoint app.get('/health', async (req, res) => { const start = Date.now(); try { const r = await fetch('https://api.flexport.com/shipments?per=1', { ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

flexport-deploy-integration

Deploy Flexport logistics integrations to Vercel, Fly.io, and Cloud Run. Use when deploying shipment tracking dashboards, webhook receivers, or supply chain automation services to production infrastructure. Trigger: "deploy flexport", "flexport hosting", "flexport Cloud Run".

2,266 Updated today
jeremylongshore
AI & Automation Featured

fireflies-prod-checklist

Execute Fireflies.ai production deployment checklist with health checks and rollback. Use when deploying Fireflies.ai integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "fireflies production", "deploy fireflies", "fireflies go-live", "fireflies launch checklist".

2,266 Updated today
jeremylongshore
DevOps & Infrastructure Listed

deploy-checklist

Verification workflow before shipping to production. Tests / lints / migrations / rollback plan / env config / secret rotation / observability spot-check — gated steps with explicit user approval before destructive actions.

1 Updated today
shashankcm95
AI & Automation Featured

hubspot-prod-checklist

Execute HubSpot production deployment checklist and go-live procedures. Use when deploying HubSpot integrations to production, preparing for launch, or implementing health checks for HubSpot connectivity. Trigger with phrases like "hubspot production", "deploy hubspot", "hubspot go-live", "hubspot launch checklist", "hubspot health check".

2,266 Updated today
jeremylongshore
AI & Automation Featured

flexport-observability

Set up observability for Flexport logistics integrations with metrics, structured logging, distributed tracing, and alerting dashboards. Trigger: "flexport monitoring", "flexport observability", "flexport metrics", "flexport alerts".

2,266 Updated today
jeremylongshore