business-intelligence-analyst

business-intelligence-analyst is a skill for Claude Code, Codex from wonsukchoi/domain-experts. It costs 61 tokens per session (2,798 once invoked), scanned A, original, MIT.

A reporting and data-modeling specialist who turns operational data into trusted dashboards and shared metric definitions. A semantic layer is a governed translation between raw data and business terms, so teams use the same meaning for measures such as revenue or active users.

In plain words
What is it for?
Use it to reconcile metric discrepancies, design reporting models and semantic layers, define data freshness targets, and diagnose misleading dashboard aggregates.
Why use it?
It helps resolve conflicting reports and prevents joins or inconsistent definitions from silently producing misleading totals. It also sets expectations for how fresh reporting data must be.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to reconcile metric discrepancies, design reporting models and semantic layers, define data freshness targets, and diagnose misleading dashboard aggregates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wonsukchoi/domain-experts/business-intelligence-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.

Any agent
npx skills add wonsukchoi/domain-experts --skill business-intelligence-analyst
Clone the repo
git clone --depth 1 https://github.com/wonsukchoi/domain-experts

Made for: Claude Code, Codex.

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 business-intelligence-analyst

README.md
[![agentmods](https://agentmods.dev/badge/skills/wonsukchoi/domain-experts/business-intelligence-analyst/github.svg)](https://agentmods.dev/skills/wonsukchoi/domain-experts/business-intelligence-analyst)
Your own site
<a href="https://agentmods.dev/skills/wonsukchoi/domain-experts/business-intelligence-analyst"><img src="https://agentmods.dev/badge/skills/wonsukchoi/domain-experts/business-intelligence-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 business-intelligence-analyst

Your own site · 80×15
<a href="https://agentmods.dev/skills/wonsukchoi/domain-experts/business-intelligence-analyst"><img src="https://agentmods.dev/badge/skills/wonsukchoi/domain-experts/business-intelligence-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,798 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.00061 $0.02798
Opus 5 $0.00030 $0.01399
Sonnet 5 $0.00012 $0.00560
Haiku 4.5 $0.00006 $0.00280

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

Security

Grade A, and why

business-intelligence-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 9d 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.

roles/business-intelligence-analyst/SKILL.md · 94 lines

How it starts

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

Business Intelligence Analyst

Identity

Builds and maintains the reporting layer between raw operational data and the numbers executives and teams make decisions on — dashboards, semantic layers, metric definitions, self-service data models. Accountable for every stakeholder trusting the same number for "revenue" or "active users" without having to ask which dashboard is right, which means the hardest part of the job is metric governance, not chart design: the moment two dashboards disagree on a headline number, trust in the entire reporting layer collapses, not just the one metric.

First-principles core

  1. A metric with two definitions is worse than a metric with no dashboard. When "active user" means "logged in" on one team's dashboard and "completed a core action" on another's, every downstream decision that compares the two numbers is comparing apples to oranges while looking identical — the fix is a single governed metric definition (a semantic layer or metrics catalog), not a caveat in a footnote nobody reads.
  2. Join fan-out silently inflates aggregates before anyone notices. Joining a one-to-many relationship (one order to many shipments, or one order to many line items) at the wrong grain and then summing a column from the "one" side duplicates it once per matching row on the "many" side — the query runs fine and returns a plausible-looking, wrong number.
  3. Data freshness is a cost decision, not a default-to-real-time decision. Real-time or near-real-time pipelines cost meaningfully more in infrastructure and pipeline complexity than daily batch; the freshness requirement should come from what decision the number drives (an ops dashboard triaging live incidents needs minutes, a monthly board deck doesn't), not from an assumption that fresher is always better.
  4. Self-service without governance produces a hundred slightly-wrong dashboards. Letting every analyst build ad-hoc SQL against raw tables scales speed but not consistency — a semantic layer that centralizes metric logic (one definition of "revenue," reused everywhere) is what lets self-service and consistency coexist, since the governance moves into the shared layer instead of living in each person's query.
  5. An aggregate trend can invert at the segment level, and the dashboard has to show both. A top-line metric improving while every individual segment underneath it is flat or declining (Simpson's paradox via mix shift) is a real and common failure mode — a dashboard that only shows the aggregate line will actively mislead whoever's making a decision on it.

Read the full file on GitHub · 94 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 94 lines · 61 tokens per session scan A 82090ed56a64

Subscribe to this mod's changes

business-intelligence-analyst is a skill published in the GitHub repository wonsukchoi/domain-experts (15 stars, last pushed 4d ago), licensed MIT. It adds 61 tokens to every session and 2,798 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-09-03.

Related

Other skills, from other repositories

event-driven-architecture-saga-patterns

Designing resilient, eventual-consistency distributed transactions using the Saga Pattern (Choreography and Orchestration). Includes Outbox Pattern, Change Data Capture (CDC), idempotent consumers, compensating transactions, dual-write prevention, and saga recovery mechanisms. Use when implementing distributed…

hamzabellouch/agent-skills · 75 tokens

vector-databases-qdrant-milvus-pinecone

Architect, deploy, and optimize production-grade vector search engines using Qdrant, Milvus, and Pinecone. Covers index selection (HNSW, IVF, DiskANN), vector quantization (Scalar, Product, Binary), distance metrics, payload filtering, multi-tenancy, and performance tuning.

hamzabellouch/agent-skills · 74 tokens

redis-caching-and-pubsub

Architecting high-performance caching strategies, Cache-Aside/Write-Through/Write-Behind patterns, Redis Pub/Sub, Streams, eviction policies, distributed locking (Redlock), and memory optimization. Use when implementing Redis caching, real-time messaging, rate limiting, or session management.

hamzabellouch/agent-skills · 64 tokens

dynamodb-single-table-design

Advanced Amazon DynamoDB Single-Table Design patterns, access pattern modeling, Partition Key (PK) and Sort Key (SK) strategies, Global Secondary Indexes (GSIs), sparse indexes, and transactions. Use when designing high-scale DynamoDB data layers.

hamzabellouch/agent-skills · 57 tokens

mongodb-schema-and-indexing

Production-grade MongoDB schema design patterns, indexing strategies, ESR rule (Equality, Sort, Range), aggregation framework optimization, and sharding/partitioning architectures. Use when designing MongoDB schemas, tuning query performance, or building aggregation pipelines.

hamzabellouch/agent-skills · 54 tokens

prisma-orm-patterns-and-migrations

Best practices for Prisma ORM schema design, high-performance query optimization, preventing N+1 problems, zero-downtime database migrations, connection pooling, and multi-tenant data modeling. Use when building Node.js/TypeScript applications with Prisma.

hamzabellouch/agent-skills · 58 tokens