Files
antigravity-skills-reference/skills/segment-cdp/SKILL.md
sck_0 aa71e76eb9 chore: release 6.5.0 - Community & Experience
- Add date_added to all 950+ skills for complete tracking
- Update version to 6.5.0 in package.json and README
- Regenerate all indexes and catalog
- Sync all generated files

Features from merged PR #150:
- Stars/Upvotes system for community-driven discovery
- Auto-update mechanism via START_APP.bat
- Interactive Prompt Builder
- Date tracking badges
- Smart auto-categorization

All skills validated and indexed.

Made-with: Cursor
2026-02-27 09:19:41 +01:00

1.4 KiB

name, description, risk, source, date_added
name description risk source date_added
segment-cdp Expert patterns for Segment Customer Data Platform including Analytics.js, server-side tracking, tracking plans with Protocols, identity resolution, destinations configuration, and data governance ... unknown vibeship-spawner-skills (Apache 2.0) 2026-02-27

Segment CDP

Patterns

Analytics.js Browser Integration

Client-side tracking with Analytics.js. Include track, identify, page, and group calls. Anonymous ID persists until identify merges with user.

Server-Side Tracking with Node.js

High-performance server-side tracking using @segment/analytics-node. Non-blocking with internal batching. Essential for backend events, webhooks, and sensitive data.

Tracking Plan Design

Design event schemas using Object + Action naming convention. Define required properties, types, and validation rules. Connect to Protocols for enforcement.

Anti-Patterns

Dynamic Event Names

Tracking Properties as Events

Missing Identify Before Track

⚠️ Sharp Edges

Issue Severity Solution
Issue medium See docs
Issue high See docs
Issue medium See docs
Issue high See docs
Issue low See docs
Issue medium See docs
Issue medium See docs
Issue high See docs

When to Use

This skill is applicable to execute the workflow or actions described in the overview.