byminasaad1· 13 skills
Vibe-code Power BI custom visuals end-to-end: scaffold a TypeScript project, iterate on src/visual.ts and capabilities.json, validate with the Power BI Visuals SDK toolchain, package to .pbiviz, and import into a PBIR report. Invoke this skill whenever the user mentions "custom visual", "pbiviz", "powerbi-visuals-tools", "IVisual", "build a chart Power BI doesn't have", "developer visual", or wants a custom-built visual that the built-in Power BI library can't render. NOT for: changing colors / themes (use Power BI Themes), adding built-in visuals like bar/line/card/table (use Power BI Visuals), or modifying the data model.
$npx -y skills add minasaad1/pbi-cli --skill power-bi-custom-visualsInstalls into the current project.
Run `npx skills use "https://github.com/minasaad1/pbi-cli" --skill "minasaad1/pbi-cli/power-bi-custom-visuals"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/minasaad1/pbi-cli" that are relevant to the current task. Run `npx skills add "https://github.com/minasaad1/pbi-cli"` and select the relevant skills, then follow their instructions.