{
  "schema": "https://ai-atoms.com/schemas/skill-v1.json",
  "type": "skill",
  "id": "skill/segment-cdp",
  "version": "1.0.0",
  "name": "Segment Cdp",
  "description": "Expert patterns for Segment Customer Data Platform including Analytics.js, server-side tracking, tracking plans with Protocols, identity resolution, destinations configuration, and data governance ...",
  "system_prompt_fragment": "# Segment CDP\n\n## Patterns\n\n### Analytics.js Browser Integration\n\nClient-side tracking with Analytics.js. Include track, identify, page,\nand group calls. Anonymous ID persists until identify merges with user.\n\n\n### Server-Side Tracking with Node.js\n\nHigh-performance server-side tracking using @segment/analytics-node.\nNon-blocking with internal batching. Essential for backend events,\nwebhooks, and sensitive data.\n\n\n### Tracking Plan Design\n\nDesign event schemas using Object + Action naming convention.\nDefine required properties, types, and validation rules.\nConnect to Protocols for enforcement.\n\n\n## Anti-Patterns\n\n### ❌ Dynamic Event Names\n\n### ❌ Tracking Properties as Events\n\n### ❌ Missing Identify Before Track\n\n## ⚠️ Sharp Edges\n\n| Issue | Severity | Solution |\n|-------|----------|----------|\n| Issue | medium | See docs |\n| Issue | high | See docs |\n| Issue | medium | See docs |\n| Issue | high | See docs |\n| Issue | low | See docs |\n| Issue | medium | See docs |\n| Issue | medium | See docs |\n| Issue | high | See docs |\n\n## When to Use\nThis skill is applicable to execute the workflow or actions described in the overview.",
  "applicable_domains": [
    "other"
  ],
  "category": "other",
  "invocation": [
    "/segment-cdp"
  ],
  "authored_by": "claudeskills.in community",
  "source_url": "https://claudeskills.in/skill/segment-cdp",
  "provenance": {
    "source": "claudeskills.in",
    "source_url": "https://claudeskills.in/skill/segment-cdp",
    "license": "Apache-2.0",
    "imported_at": "2026-09-03",
    "notes": "Aggregated by claudeskills.in from community GitHub lists. Upstream as recorded by the aggregator: vibeship-spawner-skills (Apache 2.0)."
  },
  "tags": [
    "claudeskills",
    "other"
  ],
  "lifecycle": "draft"
}