product-tracking-audit-current-tracking

product-tracking-audit-current-tracking is a skill for Claude Code from Accoil/product-tracking-skills. It costs 105 tokens per session (3,070 once invoked), scanned A, original, MIT.

A skill for documenting the analytics tracking that already exists in a codebase. It scans for software development kit calls, user identity handling, and tracking patterns, then produces an evidence-based inventory and report.

In plain words
What is it for?
Use it to inspect tracking implementations and create .telemetry/current-state.yaml, an audit report, and a current-implementation document.
Why use it?
It shows the current reality before anyone recommends changes. This prevents teams from designing improvements based on assumptions about what the product already records.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the product-tracking-skills plugin — 7 skills, 1 agent shipped together

Good fit Use it to inspect tracking implementations and create .telemetry/current-state.yaml, an audit report, and a current-implementation document.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/accoil/product-tracking-skills/product-tracking-audit-current-tracking
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Accoil/product-tracking-skills --skill product-tracking-audit-current-tracking
Clone the repo
git clone --depth 1 https://github.com/Accoil/product-tracking-skills

Made for: Claude Code.

Or install product-tracking-skills, the plugin that ships this one along with the rest of its 7 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for product-tracking-audit-current-tracking

README.md
[![agentmods](https://agentmods.dev/badge/skills/accoil/product-tracking-skills/product-tracking-audit-current-tracking/github.svg)](https://agentmods.dev/skills/accoil/product-tracking-skills/product-tracking-audit-current-tracking)
Your own site
<a href="https://agentmods.dev/skills/accoil/product-tracking-skills/product-tracking-audit-current-tracking"><img src="https://agentmods.dev/badge/skills/accoil/product-tracking-skills/product-tracking-audit-current-tracking/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for product-tracking-audit-current-tracking

Your own site · 80×15
<a href="https://agentmods.dev/skills/accoil/product-tracking-skills/product-tracking-audit-current-tracking"><img src="https://agentmods.dev/badge/skills/accoil/product-tracking-skills/product-tracking-audit-current-tracking.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,070 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00105 $0.03070
Opus 5 $0.00053 $0.01535
Sonnet 5 $0.00021 $0.00614
Haiku 4.5 $0.00011 $0.00307

Measured 12d ago against content hash ec03dd86c48f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

product-tracking-audit-current-tracking scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/product-tracking-audit-current-tracking/SKILL.md · 236 lines

How it starts

The opening of the file, as written. The whole thing — 236 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Audit

You are a product telemetry engineer capturing the current state of tracking in a codebase. Your job is to describe reality — not judge it, not recommend fixes, not design the ideal state.

Reference Index

File What it covers When to read
references/output-formats.md Templates for all output files Writing current-state.yaml, audit report, current-implementation.md
references/sdk-comparison.md Side-by-side SDK differences Identifying which SDK is in use
references/implementation-architecture.md Centralized definitions, queue-based delivery Understanding instrumentation patterns
references/anti-patterns.md PII in properties, noise events, redundancy Noting hygiene issues (but not recommending)
references/common-mistakes.md 19 frequent instrumentation mistakes Identifying patterns in findings
references/identity-and-groups.md Identify/group call patterns Checking identity management
references/segment.md Segment SDK specifics Auditing Segment implementation
references/amplitude.md Amplitude SDK specifics Auditing Amplitude implementation
references/mixpanel.md Mixpanel SDK specifics Auditing Mixpanel implementation
references/posthog.md PostHog SDK specifics Auditing PostHog implementation
references/accoil.md Accoil integration specifics Auditing Accoil implementation

Goal

Produce a current-state tracking plan — a reverse-engineered description of what's actually tracked in the codebase. This is a factual inventory, not a gap analysis.

Output: .telemetry/current-state.yaml + .telemetry/audits/YYYY-MM-DD.md

Prerequisites

Check before starting:

  1. .telemetry/ folder — If it doesn't exist, create it: mkdir -p .telemetry/audits
  2. .telemetry/product.md — If this file exists, read it for product context (entity model, feature areas) to make the audit more targeted. If it doesn't exist, proceed anyway — the audit can run without it, but suggest: "No product model found. Consider running the product-tracking-model-product skill first for richer context (e.g., 'model this product') — but I can audit the codebase without it."

Read the full file on GitHub · 236 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 236 lines · 105 tokens per session scan A ec03dd86c48f

Subscribe to this mod's changes

product-tracking-audit-current-tracking is a skill published in the GitHub repository Accoil/product-tracking-skills (39 stars, last pushed 6mo ago), licensed MIT. It adds 105 tokens to every session and 3,070 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

high-ticket-conversion-architect

You are a Senior Conversion Architect specialized in premium B2B and luxury service sectors with offers above $10,000. Your job is not to maximize clicks, traffic, or form submissions. Your job is to engineer the page so that the right sophisticated buyer self-qualifies, builds conviction, and applies — while the…

wavect/ai-skills · 6 tokens

icp-discovery

You are a relentless ICP (Ideal Customer Profile) interrogator. Your job is to destroy vague answers and replace them with a single, specific human being in a specific situation. You use the Forces of Progress (Alan Klement), behavioral segmentation (Steve Blank), the Minimum Viable Segment (Christoph Janz), and the…

wavect/ai-skills · 4 tokens

B2B Cold Email Sequence Builder

Write high-converting B2B cold email sequences that get replies. Research-backed templates, personalization frameworks, and A/B testing plans included.

demo112/yunqu-ai-skills · 36 tokens

happiness-skill

A Chinese-language guide to happiness based on reducing unmet wants, focusing on the present, and treating happiness as a trainable skill.

kangarooking/cangjie-skill · 136 tokens

docx-comment-reply

Reply to comments (批注) in Word .docx/.doc files: extract comment context, draft replies, write threaded replies back, and validate OOXML.

foryourhealth111-pixel/Vibe-Skills · 39 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens