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.
npx skills add wardawgmalvicious/agent-config --skill pbir-report-workflowgit clone --depth 1 https://github.com/wardawgmalvicious/agent-configWrote 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.
[](https://agentmods.dev/skills/wardawgmalvicious/agent-config/pbir-report-workflow)<a href="https://agentmods.dev/skills/wardawgmalvicious/agent-config/pbir-report-workflow"><img src="https://agentmods.dev/badge/skills/wardawgmalvicious/agent-config/pbir-report-workflow/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.
<a href="https://agentmods.dev/skills/wardawgmalvicious/agent-config/pbir-report-workflow"><img src="https://agentmods.dev/badge/skills/wardawgmalvicious/agent-config/pbir-report-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00214 | $0.03822 |
| Opus 5 | $0.00107 | $0.01911 |
| Sonnet 5 | $0.00043 | $0.00764 |
| Haiku 4.5 | $0.00021 | $0.00382 |
Grade A, and why
pbir-report-workflow scanned grade A with 1 finding 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 4d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
EXPORT_ID=$(curl -s -X POST "$BASE/ExportTo" -H "Authorization: Bearer $TOKEN" \ How it starts
The opening of the file, as written. The whole thing — 337 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PBIR Report Workflow
End-to-end workflow for building Power BI reports from a published semantic model using pbir CLI. Requires the model to already exist in a Fabric/Power BI workspace.
Workflow Steps
- Gather requirements (KPIs, filters, granularity, audience)
- Discover model fields and data types
- Create project folder + scaffold report
- Rename default page (do not add a new one)
- Measure the scaffold (existing visuals, theme, canvas size) before computing layout
- Plan layout arithmetic from the measured scaffold
- Add visuals row-by-row with explicit coordinates
- Bind fields and set sort direction explicitly
- Add report-level and page-level filters
- Apply bespoke formatting only when theme is insufficient
- Validate, then publish
Rules
- Visuals must NOT overlap
- Favor theme changes over per-visual overrides
- Favor extension measures (
_Fmt) with theme tokens (good/bad) for conditional formatting - Always create reports inside a named project folder
- Run
pbir validateafter every mutation - Use PascalCase for project / report / page / visual names
- Edit PBIR JSON directly via Claude Code or
pbir set— do NOT use Tabular Editor - Do NOT add
PBI_*annotations manually
Step 1 — Requirements & Model Discovery
pbir model # List reports + models
pbir model "Sales.Report" -d # Model definition
pbir model "Sales.Report" -d -t Sales # Filter to table
pbir model "Sales.Report" -q "EVALUATE VALUES('Date'[Year])" # Query for filter values
Ask the user (via AskUserQuestion) to confirm:
- Which KPIs to surface (measures + targets)
- Trend granularity (daily / weekly / monthly / quarterly)
- Categorical breakdowns
- Detail table/matrix hierarchies
- Report-level vs page-level filters
Step 2 — Scaffold Report
mkdir -p SalesDashboard && cd SalesDashboard
pbir new report "Sales.Report" -c "MyWorkspace/Sales.SemanticModel"
pbir pages rename "Sales.Report/Page 1.Page" "Overview"
pbir pages active-page "Sales.Report" "Overview"
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.
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.
- 4d ago Changed 758eb698e139
- 5d ago Changed · +3 lines 92d1f7dded5c
- 9d ago First seen · 334 lines · 214 tokens per session scan A d6f99dee2318
pbir-report-workflow is a skill published in the GitHub repository wardawgmalvicious/agent-config (1 stars, last pushed yesterday), licensed MIT. It adds 214 tokens to every session and 3,822 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
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…
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.…
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…
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.
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.
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…