SKILL.md format read by most AI coding tools, including Cursor, Claude Code, Codex, GitHub Copilot, Windsurf and Gemini CLI, plus around 70 more compatible agents.
1. Use it in a prompt
The fastest way, no install required:2. Install it
To make the skill permanently available to your agent:.cursor/skills/ or .claude/skills/. It never edits or overwrites your existing AGENTS.md or CLAUDE.md.
Manually installed skills do not auto-update. Run
npx skills update -y to pull the latest version.3. What the agent does
The skill guides the agent through a safe, telemetry-only integration:1
Discovers the auth surface
Finds your login, signup, recovery and enrollment entry points and the methods each offers.
2
Proposes a plan
Shows you a short map of the touchpoints it will instrument and asks for confirmation before writing code.
3
Instruments
Adds flows, decisions and subflows with the correct events and payloads, using guarded tracking calls that cannot break your app’s behavior.
4
Verifies
Walks each journey with debug mode on and confirms events fire as expected. See Verify your integration.
4. Next steps
Custom events
Install the SDK and send your first event manually.
Tracking reference
The full data model the skill instruments against.