powerbi-report-design

powerbi-report-design is a skill for Claude Code from wardawgmalvicious/agent-config. It costs 153 tokens per session (3,926 once invoked), scanned A, a copy of powerbi-report-design, MIT.

A design guide for Power BI reports, Microsoft's interactive business-reporting dashboards. It defines the report's visual direction before report files are created.

In plain words
What is it for?
Use it to design or redesign report pages, choose chart types, apply a brand, and prepare instructions for the tool that writes Power BI files.
Why use it?
It helps teams make consistent choices about layouts, charts, colors, typography, interaction, and accessibility.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to design or redesign report pages, choose chart types, apply a brand, and prepare instructions for the tool that writes Power BI files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wardawgmalvicious/agent-config/powerbi-report-design
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 wardawgmalvicious/agent-config --skill powerbi-report-design
Clone the repo
git clone --depth 1 https://github.com/wardawgmalvicious/agent-config

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 powerbi-report-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/wardawgmalvicious/agent-config/powerbi-report-design/github.svg)](https://agentmods.dev/skills/wardawgmalvicious/agent-config/powerbi-report-design)
Your own site
<a href="https://agentmods.dev/skills/wardawgmalvicious/agent-config/powerbi-report-design"><img src="https://agentmods.dev/badge/skills/wardawgmalvicious/agent-config/powerbi-report-design/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 powerbi-report-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/wardawgmalvicious/agent-config/powerbi-report-design"><img src="https://agentmods.dev/badge/skills/wardawgmalvicious/agent-config/powerbi-report-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 153 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,926 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 95% copy Near-identical to another mod 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.00153 $0.03926
Opus 5 $0.00077 $0.01963
Sonnet 5 $0.00031 $0.00785
Haiku 4.5 $0.00015 $0.00393

Measured yesterday against content hash bc3762cf597c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

powerbi-report-design 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 yesterday.

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.

Origin

This is a copy

95% identical to powerbi-report-design — 17 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/powerbi/powerbi-report-design/SKILL.md · 248 lines

How it starts

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

Power BI Report Design Skill

This skill provides design guidance for Power BI reports. It commits a design identity (tone + signature), routes user requests to the right archetype per page, and applies cross-cutting design principles (color, typography, iconography, layout, interactivity, accessibility).

Scope boundary — This skill decides what a report should look like and why. It does not write PBIR files. After producing a design contract, hand off to powerbi-report-authoring for all file mechanics: page/visual creation, theme registration, expression encoding, formatting objects, and validation.

Must/Prefer/Avoid

MUST

  • Inspect the semantic model or available fields before making design decisions.
  • Produce concrete design choices: tone, signature, page archetype, chart rationale, layout direction, color, typography, and accessibility considerations.
  • Hand off file mechanics to powerbi-report-authoring; this skill does not edit PBIR.

PREFER

  • Ask only for missing design inputs that materially affect the outcome.
  • Use reference files on demand instead of loading the full design catalog.
  • Emit a structured Design Brief: when the design will be implemented.

AVOID

  • Do not create pages, visuals, filters, themes, or PBIR files directly.
  • Do not provide vague "make it modern" guidance without concrete layout/color/chart decisions.
  • Do not replace the planning workflow for broad create/build requests.

Topic Files and Examples

This root file covers the end-to-end workflow, theme, gotchas, and the design contract template. Read the topic files as needed:

File When to read
references/tone-catalog.md Read when the prompt lacks a specific tone or needs concrete downstream palette/type choices
references/signatures.md Read when selecting or refining the report's signature visual move
references/archetype-composition.md Read for multi-page reports when page roles or variant rotation are unclear
references/archetypes/<name>.md Read before laying out each page — layout template, density, chart mix
references/chart-selection.md Read before selecting a chart type — encoding hierarchy, purpose matching
references/visual-cookbook.md Read before configuring any visual — sort, color, labels, CF per type
references/layout.md Read before placing visuals on canvas — 8-px grid, composition templates
references/color.md Read if defining palette, color semantics, gradients, or conditional formatting
references/typography.md Read if overriding font sizes, type pairings, or weight conventions
assets/base.json Read before theme work for generated reports — preserve its textbox/card/table per-type safeguards when adapting a custom theme
references/interactivity.md Read if adding drill-through, bookmarks, or cross-filter rules
references/brownfield.md Read for redesigns, restyles, theme swaps, or brand application
references/accessibility.md Read before finalizing any report — WCAG checklist, alt text, contrast
references/anti-patterns.md Read before finalizing any report — common failures and how to fix them
references/pre-flight-checklist.md Read for the full checklist before handoff/final audit
references/design-brief.md Read before handoff — full Design Brief: template, mechanical layout_contract schema, page title/header band, slicer placement, non-overlap rules, and validation checklist

Read the full file on GitHub · 248 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. yesterday Changed bc3762cf597c
  2. 7d ago Changed · +3 lines 628141c03c70
  3. 11d ago First seen · 245 lines · 153 tokens per session scan A 2445f1c5ebd8

Subscribe to this mod's changes

powerbi-report-design is a skill published in the GitHub repository wardawgmalvicious/agent-config (0 stars, last pushed today), licensed MIT. It adds 153 tokens to every session and 3,926 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to powerbi-report-design, differing in 17 lines, and is treated as a copy.

Related

Other skills, from other repositories

drawio

WORKFLOW SKILL — Generate Azure architecture diagrams in .drawio via simonkurtz-MSFT MCP server (full Azure icon set, batch creation, transactional mode). Covers architecture, dependency, runtime-flow, and as-built diagrams. WHEN: 'draw.io diagram', 'Azure architecture diagram', 'as-built diagram', 'runtime flow…

jonathan-vella/apex-accelerator · 99 tokens

python-diagrams

UTILITY SKILL — Python diagram generation for Azure architectures, WAF/cost/compliance charts, ERDs, swimlanes, timelines, and wireframes. WHEN: 'architecture diagram', 'WAF bar chart', 'cost chart', 'ERD', 'swimlane', 'timeline', 'wireframe'. DO NOT USE FOR: inline Mermaid diagrams (mermaid).

jonathan-vella/apex-accelerator · 82 tokens

azure-diagrams

ROUTING SKILL — delegates to specialized diagram skills. USE FOR: any diagram request when the caller does not know which tool to use. Routes to drawio, python-diagrams, or mermaid based on diagram type.

jonathan-vella/apex-accelerator · 50 tokens

frontend-ui-dark-ts

Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.

microsoft/skills · 48 tokens

drawio-aws

Use when the user asks for an AWS architecture diagram — VPC/networking, event-driven, landing zone, multi-AZ, serverless pipeline, or any diagram built with AWS service icons. Builds with the declarative layout engine using ground-truth mxgraph.aws4 stencils, validates (stencils/colors/nesting/geometry), runs a…

sparklabx/drawio-ai-kit · 94 tokens

032-architecture-adr-non-functional-requirements

Facilitates conversational discovery to create Architectural Decision Records (ADRs) for non-functional requirements using the ISO/IEC 25010:2023 quality model. Use when the user wants to document quality attributes, NFR decisions, security/performance/scalability architecture, or design systems with measurable…

jabrena/plinth · 120 tokens