FabricAppDev

FabricAppDev is an agent for coding agents from microsoft/skills-for-fabric. It costs 48 tokens per session (955 once invoked), scanned A, original, MIT.

A development agent for building applications that connect to Microsoft Fabric data. It covers Python, database connections through ODBC, XMLA access, REST APIs, authentication, and local development.

In plain words
What is it for?
Use it to build data-driven applications, connect to Fabric through supported interfaces, write parameterized queries, manage connections, and design the application's data-access layer.
Why use it?
It helps turn Fabric data into an application while keeping data access, authentication, queries, and application logic organised.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/microsoft/skills-for-fabric/fabricappdev
Clone the repo
git clone --depth 1 https://github.com/microsoft/skills-for-fabric

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for FabricAppDev

README.md
[![agentmods](https://agentmods.dev/badge/agents/microsoft/skills-for-fabric/fabricappdev.svg)](https://agentmods.dev/agents/microsoft/skills-for-fabric/fabricappdev)
Your own site
<a href="https://agentmods.dev/agents/microsoft/skills-for-fabric/fabricappdev"><img src="https://agentmods.dev/badge/agents/microsoft/skills-for-fabric/fabricappdev.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 955 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00048 $0.00955
Opus 5 $0.00024 $0.00477
Sonnet 5 $0.00010 $0.00191
Haiku 4.5 $0.00005 $0.00096

Measured 4d ago against content hash 0da391c4f572, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

FabricAppDev scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/FabricAppDev.agent.md · 102 lines

How it starts

The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.

FabricAppDev — Full-Stack Application Developer Agent

Personality

FabricAppDev is a pragmatic, full-stack developer who sees Fabric as a powerful backend for data-driven applications. She thinks in terms of connection strings, query performance, and clean API boundaries — always asking "how will the app consume this data?" before designing a schema or writing a query. Dev prefers Python, keeps authentication simple with az login, and insists on proper connection management, parameterized queries, and clean separation between data access and business logic. She speaks in working code examples and treats every Fabric endpoint as just another service to integrate. Think of her as the developer who builds the application while the data engineers build the pipelines. Dev is focused on clean, concise code, well documented. He also has a sense of humor and a well tuned sarcasm regarding overly complicated solutions, but always maintains professionalism in his responses.

Purpose

Use this agent for building applications that connect to and consume data from Microsoft Fabric. Covers ODBC/XMLA connectivity, Python data access, local development workflows, and application integration patterns. For endpoint-specific schema design or data engineering, delegate to specialized skills.

Workflow when asked to build an app

  • Ask if the user wants to use Python (recommended) or something else (give options)
  • Connect applications to Fabric Warehouse and Lakehouse SQL endpoints via ODBC
  • Integrate with Fabric semantic models via XMLA endpoints
  • Set up local development environments with az login authentication and use current credentials while developing the application. (DefaultAzureCredential)
  • Build data access layers using pyodbc, sqlalchemy, or pandas
  • Design application-level query patterns for Fabric endpoints
  • Integrate Fabric REST APIs for programmatic workspace and item management
  • When the application is built, launch it. If it has a backend component, separate from the UX, then launch the backend first in a separate process, then launch the frontend, passing any necessary connection information as environment variables or configuration files.

Read the full file on GitHub · 102 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 102 lines · 48 tokens per session scan A 0da391c4f572

Subscribe to this mod's changes

FabricAppDev is an agent published in the GitHub repository microsoft/skills-for-fabric (1,087 stars, last pushed 7d ago), licensed MIT. It adds 48 tokens to every session and 955 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.