AIAny
AI Coding2026
Icon for item

Microsoft Fabric Skills

Provides reusable “skill” instruction bundles that teach AI coding tools how to author, query, and operate Microsoft Fabric workloads via REST APIs, T-SQL, KQL and notebooks. Includes Copilot CLI/Claude/Cursor integrations, workload-focused bundles, and optional MCP configurations for live data access.

Introduction

Many AI coding assistants understand generic code patterns but lack workload-specific knowledge for cloud services. This repository packages that missing knowledge as reusable "skills": compact instruction sets that tell an AI tool which Fabric APIs, query languages, and authentication flows to use so the tool can perform real Fabric tasks reliably.

What Sets It Apart
  • Skill-driven separation of concerns — skills encode the protocol (endpoints, query syntax, auth scopes) while MCP servers provide live access. So what: teams can audit and version the agent's decision logic independently of runtime connections to production data.
  • Workload-focused bundles — authoring, consumption, operations, and Power BI authoring bundles group only the guidance a workflow needs. So what: you install a smaller surface for a given role (e.g., data engineering vs. dashboarding) and reduce accidental actions.
  • Multi-tool support and auto-discovery — includes configs and rules for GitHub Copilot CLI, Claude Code, Cursor, Windsurf and others. So what: the same skill content can be reused across different AI coding tools without rewriting prompts.
  • Designed as guidance, not an execution engine — skills are Markdown instructions; MCP servers do the live execution. So what: this keeps the repo reviewable, auditable, and safe to include in projects while enabling optional runtime connectors.
Who It's For and Trade-offs

Great fit if you manage Microsoft Fabric environments and want AI assistants to help with authoring, diagnostics, or migration planning — especially teams that use Copilot CLI or other agent-enabled IDE workflows. Look elsewhere if you need a turnkey, hosted AI agent that executes on your behalf out of the box: skills supply the knowledge model and examples but do not themselves run queries or hold credentials (MCP servers or your tooling must provide execution and tokens).

Where It Fits

Use this repo when you want reproducible, reviewable agent behavior for Fabric tasks: embed skills in developer environments, pair them with MCP servers for safe live access, and pick focused bundles to limit surface area for specific roles (data engineers, analysts, operators).

Information

  • Websitegithub.com
  • OrganizationsMicrosoft
  • AuthorsAviSander, matanSchaumberg, santhoshravindran7, stephengodderidge, microsoft-github-operations[bot], teddyberco
  • Published date2026/02/17

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).

GitHub
AI Agent2026

Runs background coding agents in isolated sandboxes to autonomously handle development tasks, create pull requests, and integrate with Slack, GitHub, Linear and webhooks. Supports multiplayer sessions, multiple LLM providers, fast startup via snapshots and prebuilt images; designed for single-tenant deployments.