agentsclimarketplace

Signals

Skill agenkin/telemetrydeck-analytics/skills/signals

TelemetryDeck product analytics for Claude Code — CLI + slash commands + progressive-disclosure TQL docs.

Install
npx -y skills add agenkin/telemetrydeck-analytics --skill signals

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Top-N event names over a window — raw pipeline triage for "what's firing right now?" questions.

SKILL.md

0.7 KB, as published. Nobody here has run it

Signals

Print the top-N events by count for a rolling window. Use when the question is "what's happening in the pipeline right now?" rather than a specific analytical cut.

tdq signals $ARGUMENTS

Defaults: last 30 days, top 25.

Examples:

  • "What's firing today?" → tdq signals --days 1 --top 25
  • "Top 50 events last week" → tdq signals --days 7 --top 50

For schema discovery (which events EVER fire, with both 7d and 30d windows) prefer /telemetrydeck-analytics:events — it's more comparative. signals is for a single-window raw look.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.