fabric-agentic-platform

Route Microsoft Fabric administration and workload requests to specialist guides and execution paths.

Updated Aug 19, 2026
One-click install
npx skills add https://github.com/paulasilvatech/Fabric-Agentic-SDLC --skill fabric-agentic-platform-paulasilvatech
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fabric-agentic-platform
Source: https://github.com/paulasilvatech/Fabric-Agentic-SDLC/tree/main/.github/skills/fabric-agentic-platform
Command: npx skills add https://github.com/paulasilvatech/Fabric-Agentic-SDLC --skill fabric-agentic-platform-paulasilvatech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Microsoft Fabric spans dozens of workloads—Spark, SQL, Warehouse, Eventhouse, Power BI, Dataflows, Git integration, and migrations—each with its own APIs, CLI patterns, and safety requirements. This Skill classifies any Fabric request and routes it to the correct bundled specialist guide so operations use the right REST, CLI, or MCP path with proper approval gates. ## Core Features & Use Cases - Specialist Routing: A routing table maps requests to 20+ bundled guides covering Activator, Eventstream, Spark, SQL DB, Warehouse, semantic models, migrations from Synapse/HDInsight/Databricks, and cost estimation. - Shared Operational Guidance: Common references cover Entra authentication, token audiences, pagination, long-running operations, OneLake access, and the required x-ms-fabric-skill telemetry header. - Safety Gates: State-changing operations (create, update, delete, deployment, capacity scaling, permission changes) require explicit user approval, with verification readbacks and structured result reporting. - Use Case: Ask to migrate a Synapse pipeline to Fabric—the Skill selects the pipeline-migration guide, resolves workspace and item context with read-only calls, states cost and rollback impact, and executes only after approval. ## Quick Start Ask the agent to design an end-to-end Fabric medallion architecture or to operate a specific Fabric item such as an Eventhouse or Warehouse in your workspace.

Frequently Asked Questions about fabric-agentic-platform

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right Microsoft Fabric tool for a request?▼

Classify the request by workload and intent (read, author, operate, migrate, or analyze), then select one specialist guide from the routing table. Read that guide and its named shared references before making any Fabric API, CLI, or MCP call.

How to migrate Synapse, HDInsight, or Databricks workloads to Microsoft Fabric?▼

Use the bundled migration guides for Synapse, HDInsight, Databricks, or pipelines selected through the routing table. Each guide defines the assessment, execution, and verification sequence, with approval required before any state-changing operation.

What authentication does the Microsoft Fabric REST API require?▼

All Fabric REST API calls require a Microsoft Entra ID OAuth 2.0 bearer token with the audience https://api.fabric.microsoft.com. OneLake uses the storage.azure.com audience, and SQL/TDS connections use database.windows.net.

Does this Skill support Power BI semantic models and reports?▼

Yes, it routes semantic model authoring to a dedicated guide and bundles Power BI report authoring resources under references. For requests confined to Power BI or Power Platform, separately packaged plugins are preferred.

Why must every Fabric API call include the x-ms-fabric-skill header?▼

The header attributes traffic to the originating skill at the Fabric API gateway for usage and health telemetry. It carries only the skill name, never changes API behavior, and applies only to api.fabric.microsoft.com calls.

When are approval gates required for Fabric operations?▼

Approval is required before create, update, delete, deployment, capacity scaling, permission changes, Git promotion, and production-impacting writes. Read-only consumption modes and context resolution calls do not require approval.