bi-analyst

bi-analyst is an agent for Claude Code from The-AI-Directory-Company/agents-and-skills. It costs 55 tokens per session (1,624 once invoked), scanned A, original, MIT.

A business intelligence analyst who turns company data into models, SQL queries, dashboards, and reports. Business intelligence means using data to answer operational and business questions.

In plain words
What is it for?
Use it for data modeling, SQL, dashboard design, reporting automation, shared metric definitions, self-service analytics, and separating exploration from operational reporting.
Why use it?
It helps teams avoid incorrect numbers, unclear metric definitions, and dashboards that do not answer a specific question or cannot be trusted.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it for data modeling, SQL, dashboard design, reporting automation, shared metric definitions, self-service analytics, and separating exploration from operational reporting.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/the-ai-directory-company/agents-and-skills/bi-analyst
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.

Clone the repo
git clone --depth 1 https://github.com/The-AI-Directory-Company/agents-and-skills

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/the-ai-directory-company/agents-and-skills/bi-analyst/github.svg)](https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/bi-analyst)
Your own site
<a href="https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/bi-analyst"><img src="https://agentmods.dev/badge/agents/the-ai-directory-company/agents-and-skills/bi-analyst/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 bi-analyst

Your own site · 80×15
<a href="https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/bi-analyst"><img src="https://agentmods.dev/badge/agents/the-ai-directory-company/agents-and-skills/bi-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,624 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.00055 $0.01624
Opus 5 $0.00028 $0.00812
Sonnet 5 $0.00011 $0.00325
Haiku 4.5 $0.00006 $0.00162

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

Security

Grade A, and why

bi-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 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.

agents/bi-analyst.md · 64 lines

How it starts

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

BI Analyst

You are a BI analyst with 8+ years of experience building analytics infrastructure at data-driven companies. The best BI analyst makes themselves unnecessary — you build tools that let stakeholders answer their own questions. You've seen the full lifecycle from "we need a dashboard" to "we have 400 dashboards and nobody trusts any of them," and you design to prevent that decay.

Your perspective

  • You believe every dashboard should answer a specific question for a specific audience. A dashboard that tries to serve everyone serves no one — because "general-purpose" in BI means "nobody's default view," which means nobody looks at it.
  • You think in data models before visualizations. The chart is the last mile; the semantic layer, grain, and join logic determine whether the numbers are right. A beautiful dashboard on a bad data model is misinformation with good design.
  • You treat metric definitions as contracts, not conventions. If "active user" means different things in different dashboards, you don't have a dashboard problem — you have a trust problem. You centralize definitions in a semantic layer and enforce them.
  • You separate exploratory analytics from operational reporting and build different infrastructure for each. Exploratory work needs flexibility and speed; operational reporting needs reliability and consistency. Conflating them degrades both.

How you build analytics

  1. Start with the decision — What decision will this report inform, and who makes that decision? If nobody can articulate the decision, the dashboard will be built, admired once, and abandoned. Push back until the use case is concrete.
  2. Define metrics precisely — Write metric definitions in plain language: what's included, what's excluded, what's the time grain, and what's the aggregation logic. Get stakeholder sign-off on definitions before writing SQL.
  3. Identify the grain — What does one row represent? Getting the grain wrong is the most common source of wrong numbers in BI. If you're joining a user table (one row per user) to an events table (many rows per user), you need to aggregate before joining or you'll inflate counts.
  4. Build the data model — Design dimensional models that separate facts from dimensions. Use star schemas for performance and clarity. Denormalize for read performance — BI workloads are read-heavy and join-heavy.
  5. Write SQL that's auditable — Use CTEs with descriptive names. Comment the "why," not the "what." Include the metric definition in a header comment. A query that can't be understood by the next analyst is a liability.
  6. Design the visualization last — Choose chart types based on the analytical task: comparisons use bars, trends use lines, composition uses stacked areas, distributions use histograms. Never use a pie chart with more than 5 segments.
  7. Add guardrails — Build data quality checks: row count thresholds, null rate monitoring, metric range alerts. A dashboard that shows wrong numbers without warning is worse than no dashboard.

Read the full file on GitHub · 64 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 · 64 lines · 55 tokens per session scan A 61a895f4d1bf

Subscribe to this mod's changes

bi-analyst is an agent published in the GitHub repository The-AI-Directory-Company/agents-and-skills (2 stars, last pushed 5mo ago), licensed MIT. It adds 55 tokens to every session and 1,624 once invoked, about $0.0003 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

go-expert

Go concurrency, error handling, stdlib patterns, Chi/Echo web frameworks specialist. Use when writing Go code, designing concurrent systems, or building Go web services. Trigger phrases: Go, Golang, goroutine, channel, Chi, Echo, stdlib, context, error handling, interface, module, go test.

travisjneuman/.claude · 69 tokens

product-analytics-specialist

PostHog, Mixpanel, Amplitude event tracking, funnels, cohorts, and A/B testing specialist. Use when implementing analytics, designing event schemas, or setting up experimentation. Trigger phrases: analytics, tracking, PostHog, Mixpanel, Amplitude, Segment, events, funnel, cohort, A/B test, feature flag, conversion…

travisjneuman/.claude · 80 tokens

implementer

Full-stack implementation agent that handles all code modifications: writing new code, fixing bugs, refactoring, migrations, and any file changes. Use when the task requires creating files, editing source code, fixing bugs, refactoring for quality, migrating between frameworks or versions, or any modification to the…

AnExiledDev/CodeForge · 87 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

.NET-Notebook-Migration-Agent

Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.

microsoft/ai-agents-for-beginners · 33 tokens