Project
Coding Agent Skill
Use the repo-local skill to add tracking to applications.
This repository includes a Codex-compatible skill at:
skills/product-analytics-tracking/SKILL.mdUse it when asking a coding agent to add product analytics tracking to an application. The skill assumes the npm packages are available and guides the agent to:
- find existing analytics conventions before adding new calls,
- choose and initialize the SDK or React provider,
- add stable event names and privacy-safe properties,
- use
identify,$set, and$set_onceintentionally, - update or add tests for the tracked user flow,
- avoid sending secrets, tokens, passwords, or high-cardinality payloads.
Example prompt:
Use the product-analytics-tracking skill and add tracking for signup completion in this app.For exact SDK calls, see sending events and the SDK reference. For backend events, see the API reference.