powerbi-report-design

powerbi-report-design is a skill for Claude Code from microsoft/skills-for-fabric. It costs 153 tokens per session (3,714 once invoked), scanned A, original, MIT.

A design guide for Power BI reports, covering the report’s visual style, page layouts, chart choices, colors, typography, interaction, and accessibility. It decides how a report should look before its files are written.

In plain words
What is it for?
Use it to design a new report, restyle an existing one, select page layouts and charts, define a theme, or review accessibility and readability.
Why use it?
It turns vague requests such as “make it clearer” or “apply our brand” into specific design decisions and avoids choosing visuals without considering the available data.

Skill for Claude Code ✓ vendor

Written for Claude Code: shipped in a Claude Code plugin.

Part of the powerbi-authoring plugin — 4 skills shipped together

Good fit Use it to design a new report, restyle an existing one, select page layouts and charts, define a theme, or review accessibility and readability.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/microsoft/skills-for-fabric/powerbi-report-design
About the project

Microsoft Fabric Skills is a collection of reusable instructions and MCP systems that help AI assistants work with Microsoft Fabric workloads, APIs, queries, and operations. It is intended for users of GitHub Copilot CLI and compatible coding tools; the catalogue entries are the skills, agents, instructions, MCP systems, plugins, and rules distributed by the project.

microsoft/skills-for-fabric · 1,140 stars · on GitHub

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 microsoft/skills-for-fabric --skill powerbi-report-design
Clone the repo
git clone --depth 1 https://github.com/microsoft/skills-for-fabric

Made for: Claude Code.

Or install powerbi-authoring, the plugin that ships this one along with the rest of its 4 skills.

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/microsoft/skills-for-fabric/powerbi-report-design/github.svg)](https://agentmods.dev/skills/microsoft/skills-for-fabric/powerbi-report-design)
Your own site
<a href="https://agentmods.dev/skills/microsoft/skills-for-fabric/powerbi-report-design"><img src="https://agentmods.dev/badge/skills/microsoft/skills-for-fabric/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/microsoft/skills-for-fabric/powerbi-report-design"><img src="https://agentmods.dev/badge/skills/microsoft/skills-for-fabric/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,714 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. Third-party audits
  • Socket pass 14 Aug 2026
  • Snyk warn 14 Aug 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00153 $0.03714
Opus 5 $0.00077 $0.01857
Sonnet 5 $0.00031 $0.00743
Haiku 4.5 $0.00015 $0.00371

Measured 12d ago against content hash 038d10f6b6f6, 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 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

plugins/powerbi-authoring/skills/powerbi-report-design/SKILL.md · 231 lines

How it starts

The opening of the file, as written. The whole thing — 231 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 · 231 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 · 231 lines · 153 tokens per session scan A 038d10f6b6f6

Subscribe to this mod's changes

powerbi-report-design is a skill published in the GitHub repository microsoft/skills-for-fabric (1,140 stars, last pushed yesterday), licensed MIT. It adds 153 tokens to every session and 3,714 once invoked, about $0.0008 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-30.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 50 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.

Hisn00w/ASu-skills · 86 tokens