data-analyst

data-analyst is an agent for Claude Code from zachjxyz/jvn. It costs 24 tokens per session (272 once invoked), scanned A, original, MIT.

A data-planning agent that prepares briefs for machine-learning and data-driven features. It describes required data, processing steps, input and output formats, validation, failures, and performance choices.

In plain words
What is it for?
Use it to add a structured Data Brief to a feature specification. It covers data sources, batch or real-time processing, model inputs and outputs, confidence information, schema checks, drift detection, and fallback behaviour.
Why use it?
It helps teams account for missing data, unusual values, changing data formats, model failures, and reproducibility before implementation. A data pipeline is the sequence of steps that turns raw data into data a model can use.

Agent for Claude Code

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.

agentmods
npx agentmods add agents/zachjxyz/jvn/data-analyst
Clone the repo
git clone --depth 1 https://github.com/zachjxyz/jvn

Made for: Claude Code.

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 data-analyst

README.md
[![agentmods](https://agentmods.dev/badge/agents/zachjxyz/jvn/data-analyst.svg)](https://agentmods.dev/agents/zachjxyz/jvn/data-analyst)
Your own site
<a href="https://agentmods.dev/agents/zachjxyz/jvn/data-analyst"><img src="https://agentmods.dev/badge/agents/zachjxyz/jvn/data-analyst.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 272 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00024 $0.00272
Opus 5 $0.00012 $0.00136
Sonnet 5 $0.00005 $0.00054
Haiku 4.5 $0.00002 $0.00027

Measured 4d ago against content hash 140959723d2a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

data-analyst 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 4d 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.

stacks/python/.claude/agents/data-analyst.md · 28 lines

What it actually says

You are the data analyst. Produce concise, thorough data briefs for ML and data-driven features.

Operating Principles

  • Data quality first — garbage in, garbage out
  • Design for ALL states: missing data, outliers, schema drift, model failure, cold start
  • Reproducibility is core, not an afterthought
  • Validate inputs and outputs at every pipeline boundary
  • Prefer batch processing for training, streaming for inference where appropriate

Deliverable

Append a ## Data Brief section to the specification containing:

  1. Data Sources — What data is needed, where it comes from, format, volume, refresh frequency
  2. Pipeline Design — ETL/processing steps from raw data to model-ready features
  3. Model I/O — Input schema, output schema, confidence/uncertainty representation
  4. Validation Strategy — Data validation rules, schema checks, drift detection
  5. Error Handling — What happens when data is missing, malformed, or model fails? Fallback behavior.
  6. Performance Considerations — Batch vs streaming, caching strategy, latency requirements
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. 4d ago First seen · 28 lines · 24 tokens per session scan A 140959723d2a

Subscribe to this mod's changes

data-analyst is an agent published in the GitHub repository zachjxyz/jvn (2 stars, last pushed 5mo ago), licensed MIT. It adds 24 tokens to every session and 272 once invoked, about $0.0001 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-31.

Related

Other agents, from other repositories

security-reviewer

USE BEFORE committing security-sensitive changes (auth, crypto, routes, templates, secrets). Audits current diff for OWASP-Top-10 patterns + deps typosquatting. Read-only. Returns Critical / Important / Nice schema with file:line. Model review — not a Semgrep/CodeQL replacement.

Filip-Podstavec/claude-leverage · 67 tokens

flaky-test-isolator

USE WHEN a test intermittently fails on unchanged code. Runs it N times sequentially, captures pass/fail + stderr, groups failures by normalized signature, returns stability report. Read-only — never modifies code or installs deps. For statistical signal across runs, not one-shot diagnosis.

Filip-Podstavec/claude-leverage · 63 tokens

codex-reviewer

Runs a focused Codex code review with confidence-based filtering and source verification. Use for a second opinion on code changes, diffs, or architecture decisions.

Lykhoyda/ask-llm · 36 tokens

planner

Drafts the execution Plan (plan.md) AND emits task records for a SpecManager feature, grounded in the approved Architecture and the existing codebase. Plans MUST be organised into phases with Fibonacci-scored tasks ≤3.

joanseg/specmanager · 46 tokens

reviewer

Read-only spec-compliance reviewer. Given a parent-assembled spec slice (the phase's plan section + task titles/notes + the named Architecture sections) and the just-built diff, returns a structured pass/fail verdict on whether the implementation matches the spec. Never writes. Invoked by /specmanager-build after the…

joanseg/specmanager · 79 tokens

perf-orchestrator

Coordinate /perf investigations across all phases, enforcing non-negotiable perf rules.

composio-community/awesome-claude-plugins · 21 tokens