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.
git clone --depth 1 https://github.com/The-AI-Directory-Company/agents-and-skillsWrote 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.
[](https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/bi-analyst)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
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.
- 12d ago First seen · 64 lines · 55 tokens per session scan A 61a895f4d1bf
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.
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.
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…
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…
Demonstrate
Agent for demonstrating VS Code features.
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.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.