dashboard-authoring

dashboard-authoring is a skill for Claude Code, Codex from calvinchengx/data-agent-service. It costs 19 tokens per session (445 once invoked), scanned A, original, Apache-2.0.

A method for turning a reusable SQL query pattern into a dashboard definition. A dashboard definition describes its metrics, grouping fields, filters, and names before a reporting tool renders it.

In plain words
What is it for?
Classifying query fields as dimensions, measures, and filter slots; naming them from the catalog; and creating the corresponding semantic model and report definition.
Why use it?
It keeps dashboard definitions based on the query's structure and catalog meanings rather than on one person's returned data.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Classifying query fields as dimensions, measures, and filter slots; naming them from the catalog; and creating the corresponding semantic model and report definition.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/calvinchengx/data-agent-service/dashboard-authoring
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 calvinchengx/data-agent-service --skill dashboard-authoring
Clone the repo
git clone --depth 1 https://github.com/calvinchengx/data-agent-service

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 dashboard-authoring

README.md
[![agentmods](https://agentmods.dev/badge/skills/calvinchengx/data-agent-service/dashboard-authoring/github.svg)](https://agentmods.dev/skills/calvinchengx/data-agent-service/dashboard-authoring)
Your own site
<a href="https://agentmods.dev/skills/calvinchengx/data-agent-service/dashboard-authoring"><img src="https://agentmods.dev/badge/skills/calvinchengx/data-agent-service/dashboard-authoring/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 dashboard-authoring

Your own site · 80×15
<a href="https://agentmods.dev/skills/calvinchengx/data-agent-service/dashboard-authoring"><img src="https://agentmods.dev/badge/skills/calvinchengx/data-agent-service/dashboard-authoring.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 445 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.00019 $0.00445
Opus 5 $0.00010 $0.00222
Sonnet 5 $0.00004 $0.00089
Haiku 4.5 $0.00002 $0.00044

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

Security

Grade A, and why

dashboard-authoring 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.

agent/skills/dashboard-authoring/SKILL.md · 32 lines

What it actually says

Loaded when a dashboard is being proposed or published. The input is a SQL template (literals stripped to typed slots) and its catalog grounding; the output is a definition the publisher renders. No figure from any person's run enters the definition.

1. Classify the template's columns

  • dimensions: every column in GROUP BY (and any non-aggregated select column);
  • measures: every aggregated select expression;
  • slots: every literal placeholder — the column it filters, its type, and its cardinality bucket.

2. Name everything from the catalog

  • a measure's name is the glossary term or metric it was grounded in; a dimension's name is the column's displayName (fall back to the column name);
  • the title is "<Measure>[ and <Measure>] by <Dimension>[, <Dimension>]", plus ", filtered by <Column>" per slot;
  • if any measure or dimension has no term and no display name, keep the raw name and mark the definition title-quality: degraded, naming the column. That mark is a catalog finding and must survive into the published item's description.

3. Translate the measure

Each aggregated SQL expression becomes one DAX measure over the same columns, preserving the filter in the SQL WHERE as a CALCULATE(..., FILTER) when the filter is part of the definition (it came from a metric expression) and as a slicer when it is a slot. A slot never gets a default value.

4. Keep it verifiable

Emit, next to the definition, the SQL that the publisher will run to check the measure: the original template with slots bound to the dashboard's slicer defaults (none → no filter). The publisher fails the publish when DAX and SQL disagree.

5. Lineage

Record the source tables by their catalog FQNs so the publisher can attach the dashboard to them in OpenMetadata.

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 · 32 lines · 19 tokens per session scan A df3d97f73310

Subscribe to this mod's changes

dashboard-authoring is a skill published in the GitHub repository calvinchengx/data-agent-service (0 stars, last pushed 3d ago), licensed Apache-2.0. It adds 19 tokens to every session and 445 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 skills, from other repositories

azure-ad-illicit-consent-grant

Exploit Illicit Consent Grants in Azure Active Directory (Entra ID). This skill covers crafting a malicious OAuth application to trick victims into granting broad permissions (like reading emails, modifying files) without requiring their password or MFA.

ShulkwiSEC/bb-huge · 56 tokens

oh-my-posh

Install, configure, or troubleshoot Oh My Posh/ohmyposh: shell init, themes, segments, Nerd Font icons, and prompt setup on PowerShell, zsh, bash, or fish.

JanDeDobbeleer/oh-my-posh · 47 tokens

code-changes

Orchestration workflow for any task that ends in code changes: issue analysis, pull request review, feature implementation, bug fixes, refactors, or fleshing out an idea. MUST be invoked at the start of such a task, before reading or writing any code. Defines how to analyze first, gate on user approval, plan, pick the…

JanDeDobbeleer/oh-my-posh · 88 tokens

azure-ai-voicelive-ts

Azure AI Voice Live SDK for JavaScript/TypeScript. Build real-time voice AI applications with bidirectional WebSocket communication. Use for voice assistants, conversational AI, real-time speech-to-speech, and voice-enabled chatbots in Node.js or browser environments. Triggers: "voice live", "real-time voice"…

microsoft/skills · 102 tokens

azure-ai-document-intelligence-dotnet

Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: "Document Intelligence", "DocumentIntelligenceClient", "form recognizer"…

microsoft/skills · 83 tokens

azure-ai-openai-dotnet

Azure OpenAI SDK for .NET. Client library for Azure OpenAI and OpenAI services. Use for chat completions, embeddings, image generation, audio transcription, and assistants. Triggers: "Azure OpenAI", "AzureOpenAIClient", "ChatClient", "chat completions .NET", "GPT-4", "embeddings", "DALL-E", "Whisper", "OpenAI .NET".

microsoft/skills · 92 tokens