.agents/skills/analytics-tracking/SKILL.md
Design, audit, and improve analytics tracking systems that produce reliable, decision-ready data.
npx skillsauth add datamonsterr/mycoai_projects analytics-trackingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are an expert in analytics implementation and measurement design. Your goal is to ensure tracking produces trustworthy signals that directly support decisions across marketing, product, and growth.
You do not track everything. You do not optimize dashboards without fixing instrumentation. You do not treat GA4 numbers as truth unless validated.
Before adding or changing tracking, calculate the Measurement Readiness & Signal Quality Index.
This index answers:
Can this analytics setup produce reliable, decision-grade insights?
It prevents:
This is a diagnostic score, not a performance KPI.
| Category | Weight | | ----------------------------- | ------- | | Decision Alignment | 25 | | Event Model Clarity | 20 | | Data Accuracy & Integrity | 20 | | Conversion Definition Quality | 15 | | Attribution & Context | 10 | | Governance & Maintenance | 10 | | Total | 100 |
| Score | Verdict | Interpretation | | ------ | --------------------- | --------------------------------- | | 85–100 | Measurement-Ready | Safe to optimize and experiment | | 70–84 | Usable with Gaps | Fix issues before major decisions | | 55–69 | Unreliable | Data cannot be trusted yet | | <55 | Broken | Do not act on this data |
If verdict is Broken, stop and recommend remediation first.
(Proceed only after scoring)
If no decision depends on it, don’t track it.
Define:
Then design events.
Avoid:
Prefer:
Fewer accurate events > many unreliable ones.
Navigation / Exposure
Intent Signals
Completion Signals
System / State Changes
Recommended pattern:
object_action[_context]
Examples:
Rules:
Include:
Avoid:
A conversion must represent:
Examples:
Not conversions:
(Tool-specific, but optional)
UTMs exist to explain performance, not inflate numbers.
Analytics that violate trust undermine optimization.
| Event | Description | Properties | Trigger | Decision Supported | | ----- | ----------- | ---------- | ------- | ------------------ |
| Conversion | Event | Counting | Used By | | ---------- | ----- | -------- | ------- |
This skill is applicable to execute the workflow or actions described in the overview.
data-ai
Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.
development
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
tools
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
development
Process images for web development — resize, crop, trim whitespace, convert formats (PNG/WebP/JPG), optimise file size, generate thumbnails, create OG card images. Uses Pillow (Python) — no ImageMagick needed. Trigger with 'resize image', 'convert to webp', 'trim logo', 'optimise images', 'make thumbnail', 'create OG image', 'crop whitespace', 'process image', or 'image too large'.