Skills and tools for agentic Power BI and Fabric development including Semantic Modeling, TMDL, PBIR, Best Practices, and CRUD operations on Fabric resources.
npx claudepluginhub ruiromano/powerbi-agentic-pluginsSkills and tools for agentic Power BI development including Semantic Modeling, TMDL, PBIR, Best Practices.
Skills and tools for agentic Fabric development including ability to create, read, update, and delete Fabric resources such as workspaces, dataflows, and datasets. And explore OneLake data sources.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
No description available.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Plugins that turn GitHub Copilot into a specialist for Power BI and Microsoft Fabric development. Built for GitHub Copilot CLI and Claude Code, also compatible with VS Code.
| Plugin | What it does |
|---|---|
| powerbi | Create semantic models, author reports in PBIR, write DAX queries, explore published datasets, and apply modeling best practices. |
| fabric | Navigate workspaces, import/export item definitions, call Fabric & Power BI REST APIs, run jobs, and manage OneLake files. |
Every plugin follows the same structure:
plugin-name/
├── .claude-plugin/plugin.json # Manifest
├── .mcp.json # Tool connections
├── agents/ # Agent personas with role-specific instructions
└── skills/ # Domain knowledge Copilot draws on automatically
These plugins are starting points. They become much more useful when you customize them for how your team actually works:
.mcp.json to point at your specific MCP servers.Select your AI assistant and install the plugin or skills directly within it.
Install GitHub Copilot CLI
Open Copilot and run the following commands:
# Open GitHub Copilot CLI
copilot
# Add the marketplace (one-time setup)
/plugin marketplace add RuiRomano/powerbi-agentic-plugins
# Install plugins
/plugin install powerbi@powerbi-agentic-plugins
/plugin install fabric@powerbi-agentic-plugins
# Restart Copilot to activate
Once installed, plugins activate automatically. Skills fire when relevant — for example, asking Copilot to create a semantic model automatically pulls in the powerbi-semantic-model skill.
Copy the skills you want from the downloaded plugin repo (e.g. plugins\powerbi\skills) to .github/skills
Your folder structure should look like this:
Folder/
├── .github/
│ └── skills/
│ └── powerbi-semantic-model/
│ └── SKILL.md
├── ...
See GitHub Agent Skills documentation for more information where you can configure skills with VS Code.
# 1. Create a Lakehouse in Microsoft Fabric
# 2. Load it with some sample data, e.g. Retail sample data
# 3. Prompt:
Create a new direct lake semantic model in workspace [workspace] that uses the tables from lakehouse [lakehouse]