Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This skill provides the tools to manage Fabric Activator (Reflex) alerts, allowing users to define rules, data sources, and conditions for triggering notifications. It streamlines the process of setting up Teams or email actions that fire when specific data values cross defined thresholds.
Data engineers can use these capabilities to decode existing ReflexEntities definitions and manage the pipeline delivering values via eventstream-cli, making threshold-based monitoring more structured.
WHO IT'S FOR
Data engineers
migrate Databricks notebooks and jobs to Fabric
Site Reliability Engineers
correlate Azure Monitor telemetry with business data
Data platform architects
configure automated alerts for data thresholds
Cloud operations teams
build Real-Time dashboards over observability data
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Installs: Complete fabric-skills plugin bundle, including its three remote Fabric MCPs · Claude Code
Before you start
Claude Code
Azure CLI installed in the same environment as Claude Code
An Azure CLI sign-in with applicable workspace permissions, tenant-policy compliance, and consent
In a terminal, check the tenant for the existing Azure CLI sign-in without printing credentials.
az account show --query tenantId --output tsv
Only if sign-in is needed, replace <tenant-id> with the selected Azure tenant ID and run this in a terminal. Do not sign in again if the existing session works.
az login --tenant <tenant-id> --allow-no-subscriptions
In a terminal, add the plugin marketplace to Claude Code.
claude plugin marketplace add microsoft/skills-for-fabric
In a terminal, install the complete Fabric plugin bundle.
claude plugin install fabric-skills@fabric-collection
Start a new Claude process, then enter /mcp inside Claude to inspect each server's connection status; command success alone does not establish that every MCP connected.
Azure authentication and permission to read the workspace and ontology
Use the fabriciq-ontology-cli skill in consumption mode to show what entity types exist in the Sales ontology and how they are bound. Keep this read-only and summarize the findings.
Existing Eventstream name; replace SensorIngestion if needed
Azure authentication and permission to read the workspace and Eventstream
Use the eventstream-cli skill in consumption mode to show every source, operator, and destination in SensorIngestion. Keep the task read-only and report the current topology clearly.
Existing Eventhouse or KQL database name; replace Telemetry if needed
Relevant event table and timestamp column, if they cannot be discovered from the schema
Azure authentication and permission to query the KQL database
Use the eventhouse-cli skill in consumption mode to determine how many events arrived per hour during the last day in the Telemetry eventhouse. Use read-only KQL and present a compact hourly summary.