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 Bilal140202/the-lord-of-the-skills --skill data-goblin__power-bi-agentic-developmentgit clone --depth 1 https://github.com/Bilal140202/the-lord-of-the-skillsWrote 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/bilal140202/the-lord-of-the-skills/data-goblin__power-bi-agentic-development)<a href="https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/data-goblin__power-bi-agentic-development"><img src="https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/data-goblin__power-bi-agentic-development/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/bilal140202/the-lord-of-the-skills/data-goblin__power-bi-agentic-development"><img src="https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/data-goblin__power-bi-agentic-development.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.00108 | $0.01419 |
| Opus 5 | $0.00054 | $0.00709 |
| Sonnet 5 | $0.00022 | $0.00284 |
| Haiku 4.5 | $0.00011 | $0.00142 |
Grade A, and why
powerbi-custom-visuals 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Power BI Custom Visuals (pbiviz)
Build distributable Power BI developer visuals: TypeScript/D3 visuals packaged
as a .pbiviz file, written against the powerbi-visuals-api and built with the
pbiviz CLI (powerbi-visuals-tools). This skill covers the full loop: scaffold,
develop, live-preview, package, certify, and publish.
Pick the right tool first
This plugin holds five visual approaches. Choose before building:
deneb-visuals: no-code Vega / Vega-Lite specs inside a report; no packaging, no TypeScript
python-visuals: matplotlib / seaborn script visuals (static image, computes at render)
r-visuals: ggplot2 script visuals (static image); R's stats ecosystem
svg-visuals: SVG drawn by a DAX measure (ImageUrl); inline in tables/cards, no visual sandbox
powerbi-custom-visuals (this skill): a real .pbiviz developer visual, reusable across
reports and shareable on AppSource; full interactivity, formatting pane, certification
Reach for this skill when the need is a reusable, interactive, distributable visual with its own formatting pane. For a one-off chart in a single report, a sibling skill is usually faster and lighter.
Prerequisites
- Node.js 20.19 or later (the
powerbi-visuals-toolsengine minimum) pbivizCLI: run vianpx -y powerbi-visuals-tools <command>, or install it globally- Developer mode for live preview: enable the developer visual in Power BI Desktop, or turn on developer mode in the Power BI service
Core workflow
- Scaffold:
pbiviz new <VisualName>creates the project (src/visual.ts,capabilities.json,pbiviz.json,tsconfig.json,package.json,style/,assets/) - Implement the visual class in
src/visual.ts. Implement theIVisualinterface; the class name must equalvisualClassNameinpbiviz.json. Core methods:constructor(set up DOM and services),update(render on data/size/settings change),getFormattingModel(populate the format pane),destroy(cleanup) - Declare data and formatting in
capabilities.json:dataRoles(the field wells),dataViewMappings(how roles map to the dataView), andobjects(format-pane properties) - Build the formatting model with
powerbi-visuals-utils-formattingmodel(FormattingSettingsService, cards, slices). A card name matches acapabilities.jsonobject; a slice name matches a property - Live-preview:
pbiviz start, then add the developer visual to a report and iterate against real data - Package:
pbiviz packageproduces the.pbivizunderdist/; import it into a report
What ships with it
20 files 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.
- SKILL_1.md 13 KB
- SKILL_10.md 19 KB
- SKILL_11.md 14 KB
- SKILL_12.md 2.4 KB
- SKILL_13.md 8.7 KB
- SKILL_14.md 10 KB
- SKILL_15.md 4.0 KB
- SKILL_16.md 4.6 KB
- SKILL_17.md 15 KB
- SKILL_18.md 6.5 KB
- SKILL_19.md 15 KB
- SKILL_2.md 16 KB
- SKILL_20.md 33 KB
- SKILL_3.md 17 KB
- SKILL_4.md 21 KB
- SKILL_5.md 21 KB
- SKILL_6.md 19 KB
- SKILL_7.md 40 KB
- SKILL_8.md 32 KB
- SKILL_9.md 22 KB
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.
- 8d ago First seen · 104 lines · 108 tokens per session scan A bc81cf0d5b04
powerbi-custom-visuals is a skill published in the GitHub repository Bilal140202/the-lord-of-the-skills (4 stars, last pushed 6d ago), licensed MIT. It adds 108 tokens to every session and 1,419 once invoked, about $0.0005 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-09-03.
Other skills, from other repositories
first-plan-lens-typescript
Stack lens para Node/TypeScript. Use durante Discovery quando package.json for detectado. Cobre Next.js, NestJS, Vite SPA, Express, Astro, Remix, Nuxt, plain Node, monorepos pnpm/turbo/nx.
claude-api
Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.
agent-booster
WASM-based instant code transforms for simple tasks, achieving 352x speedup over LLM inference with zero cost.
drizzle-orm
Use when modeling data or querying with Drizzle ORM in TypeScript — pgTable schema in .ts, type-safe select/insert/relational queries, drizzle-kit migrations. NOT Prisma Client or schema.prisma (that is prisma-orm), NOT ORM-agnostic migration strategy (that is db-migrations), NOT Postgres engine tuning or EXPLAIN…
prisma-orm
Use when modeling data or writing type-safe queries with Prisma ORM in TypeScript — schema.prisma, prisma.config.ts, the generated Prisma Client, and Prisma Migrate, including the v6 to v7 upgrade. NOT schema-as-TS with a SQL builder (that is drizzle-orm), NOT ORM-agnostic zero-downtime migration (that is…
typescript-testing
Applies repository-aware TypeScript test design, behavior evidence, isolation, and mock-boundary criteria. Use when writing or reviewing unit tests.