Install-facing skill bundles keep the matching runtime reference at ../references/skill-map.md.
This page is user-facing. Its job is to help you choose the right skill entry point, not to restate the full internal workflow contract.
Most users should start with the umbrella skill:
analytics-tracking-automationUse it when:
The umbrella skill owns first-turn conversational intake for chat entry points. It should interpret user intent in plain language before choosing a high-level entry path or phase.
| Skill | Best For | What The User Usually Says |
| — | — | — |
| analytics-tracking-automation | end-to-end routing | “Help me set up or review tracking for this site” |
| tracking-discover | site inspection and bootstrap | “Analyze this site first” |
| tracking-group | page-group review | “Group these pages by business meaning” |
| tracking-live-gtm | live GTM baseline review | “Show me what is already live in GTM” |
| tracking-schema | event-plan design and approval | “Help me design or review the event schema” |
| tracking-sync | GTM generation and sync | “Generate or sync the GTM setup” |
| tracking-verify | preview QA and release readiness | “Check whether tracking is healthy before publish” |
| tracking-shopify | Shopify-specific branch | “This is a Shopify storefront” |
analytics-tracking-automation.site-analysis.json or event-schema.json, move directly to the matching phase skill.tracking-shopify for the Shopify-specific branch.analytics-tracking-automationUse this when you want the agent to figure out the right starting point and keep the conversation moving.
Typical user asks:
tracking-discoverUse this when the user wants analysis only.
Typical outcomes:
tracking-groupUse this when the user wants page groups reviewed in business language.
tracking-live-gtmUse this when the user wants to understand the real live GTM baseline before schema work starts.
tracking-schemaUse this when the user wants event design or event-plan review.
tracking-syncUse this when the user is ready to move an approved plan into GTM.
tracking-verifyUse this when the user wants preview QA, health interpretation, or publish readiness.
tracking-shopifyUse this when the run is clearly on the Shopify branch.
analyze.status plus the high-level template commands.Inside this repository, the skill family lives under skills/.
skills/manifest.json remains the source-of-truth inventory for the shipped skill family.
Each skill also has minimal UI metadata in agents/openai.yaml.
If you need installation or export details, use: