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.
npx skills add wardawgmalvicious/agent-config --skill fabric-databasegit clone --depth 1 https://github.com/wardawgmalvicious/agent-configWrote 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.
[](https://agentmods.dev/skills/wardawgmalvicious/agent-config/fabric-database)<a href="https://agentmods.dev/skills/wardawgmalvicious/agent-config/fabric-database"><img src="https://agentmods.dev/badge/skills/wardawgmalvicious/agent-config/fabric-database/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/wardawgmalvicious/agent-config/fabric-database"><img src="https://agentmods.dev/badge/skills/wardawgmalvicious/agent-config/fabric-database.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00107 | $0.00614 |
| Opus 5 | $0.00053 | $0.00307 |
| Sonnet 5 | $0.00021 | $0.00123 |
| Haiku 4.5 | $0.00011 | $0.00061 |
Grade A, and why
fabric-database 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.
How it starts
The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Fabric SQL Database
Fabric SQL Database is an Azure SQL Database hosted within a Fabric workspace. It is a completely different engine from Fabric Warehouse and does NOT share the Warehouse's restrictions.
Key Differences from Fabric Warehouse
| Feature | Fabric Warehouse | Fabric SQL Database |
|---|---|---|
| Engine | Distributed Synapse DW | Azure SQL Database |
nvarchar, datetime, money |
Not supported | Fully supported |
| Triggers | Not supported | Fully supported |
| MERGE | Preview only | Fully supported |
| ALTER COLUMN | Not supported | Fully supported |
| Recursive CTEs | Not supported | Fully supported |
FOR XML |
Not supported | Fully supported |
| Transaction isolation levels | Snapshot only | All levels |
CREATE USER |
Not supported | Fully supported |
| Temporal tables | Not supported | Fully supported |
| Full-text search | Not supported | Fully supported |
Fabric-Specific Context
- Authentication: Entra ID only — SQL auth is not supported in Fabric
- Token audience:
https://database.windows.net/.default(same as Warehouse) - OneLake replication: Tables automatically replicate to OneLake as Delta/Parquet
- SQL projects: Uses standard
.sqlprojformat for schema-as-code - Do NOT apply Warehouse T-SQL restrictions to Fabric SQL Database code
Reference
- Microsoft Learn: SQL database in Fabric (overview)
- Microsoft Learn: Features comparison: Azure SQL Database vs Fabric SQL database
- Microsoft Learn: Limitations in SQL database in Fabric
- Comprehensive MS Learn link bundle (concept / create+connect / limitations / OneLake mirroring / security / backup / source control & SqlPackage / GraphQL / billing): references/REFERENCE.md
See also
- fabric-warehouse skill — the distributed DW engine with its own restrictions
- fabric-auth skill —
database.windows.nettoken audience
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 4d ago Changed · +3 lines 639312f6585c
- 8d ago First seen · 47 lines · 107 tokens per session scan A f8e3ad5cc43b
fabric-database is a skill published in the GitHub repository wardawgmalvicious/agent-config (1 stars, last pushed today), licensed MIT. It adds 107 tokens to every session and 614 once invoked, about $0.0005 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-31.
Other skills, from other repositories
data-engineer
Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms.
chroma
Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source…
qdrant-vector-search
High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.
pinecone
Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.
dbt-expert
Expert-level dbt (data build tool), models, tests, documentation, incremental models, macros, and Jinja templating. Use when the user mentions analytics engineering, SQL, data transformation, Jinja, or testing, or when the task involves Project Structure and Configuration, Sources and Staging Models, Intermediate and…
ccc-pro-migration
Zero-downtime schema versioning, backfills, and safe deploy patterns · Pro tier only.