pbir-pages

pbir-pages is a skill for Claude Code from wardawgmalvicious/agent-config. It costs 155 tokens per session (3,114 once invoked), scanned A, original, MIT.

Guidelines for editing page.json and pages.json files in a PBIR Power BI report.

In plain words
What is it for?
Creating or changing report pages, tooltip pages, hidden pages, page order, the active page, and page-level filters.
Why use it?
They help preserve page identifiers and use valid values for page size, display mode, visibility, alignment, and filters.

Skill for Claude Code

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

Good fit Creating or changing report pages, tooltip pages, hidden pages, page order, the active page, and page-level filters.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wardawgmalvicious/agent-config/pbir-pages
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 pbir-pages
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 pbir-pages

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/wardawgmalvicious/agent-config/pbir-pages"><img src="https://agentmods.dev/badge/skills/wardawgmalvicious/agent-config/pbir-pages.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 155 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,114 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.00155 $0.03114
Opus 5 $0.00077 $0.01557
Sonnet 5 $0.00031 $0.00623
Haiku 4.5 $0.00015 $0.00311

Measured today against content hash 249c28ffb851, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

pbir-pages 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 today.

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.

skills/powerbi/pbir-pages/SKILL.md · 289 lines

How it starts

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

PBIR Page JSON Reference

Page-level JSON for reports in PBIR format. Each page lives in definition/pages/<PageName>/page.json. Page order and the active page are tracked in definition/pages/pages.json.

Schema: https://developer.microsoft.com/json-schemas/fabric/item/report/definition/page/2.0.0/schema.json

Top-Level Properties

Property Type Notes
name string Page GUID identifier. Referenced from pages.json and visualTooltip.section. Do NOT change after creation
displayName string User-visible name shown in page tab
displayOption string "FitToPage", "FitToWidth", or "ActualSize" — MUST be string, NOT integer
width number Page width in pixels
height number Page height in pixels
type string "Default" or "Tooltip"
visibility string "AlwaysVisible" or "HiddenInViewMode"
verticalAlignment string "Top", "Middle" (default), "Bottom"
horizontalAlignment string "Left", "Center" (default), "Right"
filterConfig object Page-level filters (also used for drillthrough binding)
visualInteractions array Cross-visual interaction overrides
pageBinding object Q&A parameter bindings
objects object Page-level formatting (background, outspace, displayArea, etc.)

Minimal Page

{
  "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/page/2.0.0/schema.json",
  "name": "77e770be04c64c0c6938",
  "displayName": "Overview",
  "displayOption": "FitToPage",
  "width": 1280,
  "height": 720
}

Common Page Sizes

Type Width x Height
Default 16:9 (Fluent 2 base theme — the default for new reports) 1920 x 1080
Default 16:9 (Classic 2018 / Classic 2026 base theme) 1280 x 720
Large 16:9 1920 x 1080
Letter portrait 816 x 1056
Tooltip 320 x 240

The Fluent 2 base theme is GA and is the default for new reports in Desktop and the service; it bumps the new-page default to 1920x1080. Initial page in a report stays 1280x720; existing reports and existing pages don't auto-resize when switching base themes. The Theme pane (View ribbon) also surfaces aspect-ratio presets for common page sizes. See pbir-themes for base-theme switching.

Read the full file on GitHub · 289 lines

Files

What ships with it

1 file 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. today Changed 249c28ffb851
  2. 2d ago Changed 97c2f956653e
  3. 5d ago Changed · +1 lines · -27 tokens per session ec7aaecd72a8
  4. 6d ago Changed · +3 lines 3042b2488c81
  5. 10d ago First seen · 285 lines · 182 tokens per session scan A 964972f79a17

Subscribe to this mod's changes

pbir-pages is a skill published in the GitHub repository wardawgmalvicious/agent-config (1 stars, last pushed yesterday), licensed MIT. It adds 155 tokens to every session and 3,114 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-31.

Related

Other skills, from other repositories

marketing-strategy-pmm

Product marketing, positioning, GTM strategy, and competitive intelligence. Includes ICP definition, April Dunford positioning methodology, launch playbooks, competitive battlecards, and international market entry guides. Use when developing positioning, planning product launches, creating messaging, analyzing…

davila7/claude-code-templates · 92 tokens

loki-mode

Multi-agent autonomous startup system for Claude Code. Triggers on "Loki Mode". Orchestrates 100+ specialized agents across engineering, QA, DevOps, security, data/ML, business operations, marketing, HR, and customer success. Takes PRD to fully deployed, revenue-generating product with zero human intervention.…

davila7/claude-code-templates · 152 tokens

email-sequence

When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email program. Also use when the user mentions "email sequence," "drip campaign," "nurture sequence," "onboarding emails," "welcome sequence," "re-engagement emails," "email automation," or "lifecycle…

davila7/claude-code-templates · 84 tokens

qa-test-planner

Generate comprehensive test plans, manual test cases, regression test suites, and bug reports for QA engineers. Includes Figma MCP integration for design validation.

davila7/claude-code-templates · 34 tokens

content-research-writer

Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.

davila7/claude-code-templates · 49 tokens

training-llms-megatron

Trains large language models (2B-462B parameters) using NVIDIA Megatron-Core with advanced parallelism strategies. Use when training models >1B parameters, need maximum GPU efficiency (47% MFU on H100), or require tensor/pipeline/sequence/context/expert parallelism. Production-ready framework used for Nemotron, LLaMA…

davila7/claude-code-templates · 82 tokens