wardawgmalvicious/agent-config

Personal Claude Code config — skills, subagents, hooks, and rules for Microsoft Fabric and Power BI workflows on Windows. Cherry-pickable, no semver.

2Stars on the repository
55Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

author-skill

01

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Author a new skill for this repo end to end — take a topic, check for existing coverage, drill the official docs behind it, write a filled handoff brief to docs/handoffs/, then draft the SKILL.md and run the post-draft checks. Use when asked to write, author, create, or scaffold a new skill, or when a drift-audit…

not rated 2 changed today A 219 tokens original MIT

code-review

02

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Review code for correctness, naming conventions, style, error handling, security, and scaling concerns. Use when reviewing code, checking a diff, auditing a function, or asking about code quality. Covers Python, PySpark, SQL, KQL, DAX, and data-engineering patterns.

not rated 2 changed today A 61 tokens original MIT

commit

03

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use when asked to commit changes — /commit, 'commit this', 'make the commits', 'commit these split logically'. Splits working-tree changes into logical, self-consistent commits (ordering so nothing dangles, stepping files that straddle commits through intermediate states), writes conventional-commit messages…

not rated 2 changed today A 142 tokens original MIT

drift-audit

04

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Audit registered upstream docs sources for drift since a prior commit SHA or date — detect new GA / preview features, syntax additions, deprecations, and harness or tooling changes that affect existing skills, rules, CLAUDE.md, settings.json, hooks, or the MCP templates. Sources live in a registry…

not rated 2 changed today A 218 tokens original MIT

drift-handoff

05

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Turn a completed drift-audit report into handoff briefs on disk. Use immediately after a /drift-audit run, or when the user asks to prepare handoffs, write up the findings, or capture the recommended actions from an audit. Writes one directory per run — docs/audits/ / / — holding the audit report verbatim as…

not rated 2 changed today A 146 tokens original MIT

drift-update

06

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Execute the handoff briefs a /drift-handoff run wrote to docs/audits/ / / — apply each brief's edits, run its own verification steps, and stamp it done. Use when the user says to execute, apply, action, or work through the drift handoffs or briefs, or points at a docs/audits directory. Reads briefs from disk and never…

not rated 2 changed today A 203 tokens original MIT

fabric-ai-functions

07

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use for Microsoft Fabric AI Functions (Data Science) — one-line LLM transformations on pandas and PySpark DataFrames in Fabric notebooks: ai.analyzesentiment, ai.classify, ai.extract, ai.embed, ai.summarize, ai.translate, ai.fixgrammar, ai.generateresponse, ai.similarity. Covers the two import paths (synapse.ml.aifunc…

not rated 2 changed today A 284 tokens original MIT

fabric-auth

08

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use when authenticating to Microsoft Fabric APIs — getting 401 Unauthorized errors, choosing token audience/scope for Fabric REST, Power BI REST, OneLake, Warehouse/SQL, KQL, XMLA, or Azure ARM, or running az login / az account get-access-token / az rest for Fabric. Covers the full token-audience table, the…

not rated 2 changed today A 156 tokens original MIT

fabric-cicd

09

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use for the fabric-cicd Python library (pip install fabric-cicd, v1.3 Aug 2026, Python 3.9–3.13) — Microsoft's official code-first CI/CD library for Fabric workspaces: FabricWorkspace, publishallitems, unpublishallorphanitems, deploywithconfig + config.yml, and parameter.yml (findreplace, keyvaluereplace, sparkpool…

not rated 2 changed today A 244 tokens original MIT

fabric-cli

10

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use for the Fabric CLI fab (v1.5 GA March 2026, pip install ms-fabric-cli, Python 3.10–3.13, pre-installed in Fabric Notebooks) — filesystem-style CLI over Fabric + Power BI REST. Covers path syntax (Workspace.Workspace/Item.ItemType, .ItemType suffix mandatory, hidden roots…

not rated 2 changed today A 249 tokens original MIT

fabric-copy-job

11

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use for Fabric Data Factory Copy job — the no-pipeline data-movement item (CopyJob) for many-source→many-destination ingestion. Covers copy modes (full vs incremental), watermark-based incremental (GA: ROWVERSION/datetime/int columns) vs CDC-based incremental (Preview: captures inserts/updates/deletes, SCD Type 2…

not rated 2 changed today A 227 tokens original MIT

fabric-data-agent

12

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use when configuring Microsoft Fabric Data Agents (GA March 2026) — conversational Q&A over Lakehouse / Warehouse / KQL / Semantic Model / Fabric SQL DB / Mirrored DB / Ontology / MS Graph (≤5 sources per agent), consumed in-product or via the agent's MCP endpoint (Assistants API and Copilot-in-Power-BI paths retired…

not rated 2 changed today A 230 tokens original MIT

fabric-database

13

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use when working with Fabric SQL Database — the Azure SQL Database hosted inside a Fabric workspace. Key point: this is a DIFFERENT engine from Fabric Warehouse and does NOT share its restrictions. nvarchar/datetime/money/triggers/MERGE/ALTER COLUMN/recursive CTEs/FOR XML/temporal tables/full-text search all work.…

not rated 2 changed today A 107 tokens original MIT

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use when writing error handling in Fabric notebooks — the Tier 1 (setup, preconditions, hard-fail, raise immediately) vs Tier 2 (bulk operations, soft-fail, track per-item, print summary) convention. Covers the canonical results = {succeeded, skipped, failed} shape, the STRICT=False default for scheduled runs…

not rated 2 changed today A 138 tokens original MIT

fabric-eventhouse

15

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use for Microsoft Fabric Eventhouse / KQL Database. Covers connection (cluster URI via kqlDatabases REST, kusto.kusto.windows.net audience, az rest temp-file for | escaping), authoring (.create-merge for safe schema evolution, ingestion inline/set-or-append/from-storage ;impersonate, streaming policy, CSV/JSON…

not rated 2 changed today A 251 tokens original MIT

fabric-eventstream

16

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use for Microsoft Fabric Eventstream — the streaming-ingestion item routing CDC / Event Hubs / Kafka / IoT / HTTP / MQTT events into Lakehouse, Eventhouse, Activator, or derived streams, and producing events to a schema-associated custom endpoint. Covers source connectors (Azure SQL / SQL MI / PostgreSQL / MySQL /…

not rated 2 changed today A 242 tokens original MIT

fabric-gotchas

17

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use when troubleshooting Microsoft Fabric — common errors: 401 (wrong token audience), 403 on Power BI API (Viewer role), 404 EntityNotFound (permissions masquerading), PowerBIEntityNotFound (logicalId vs runtime ID), Login failed (wrong Initial Catalog), 24556/24706 snapshot conflict, nvarchar/datetime/money errors…

not rated 2 changed today A 240 tokens original MIT

fabric-graph

18

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use for Microsoft Fabric Graph (the GraphModel item, GA June 2026) — a labeled property graph modeled over OneLake Delta tables and queried with GQL (ISO/IEC 39075), distinct from openCypher/Cypher and from the KQL graph operators in Eventhouse. Covers the GraphModel REST path and GQL Query API (POST…

not rated 2 changed today A 257 tokens original MIT

fabric-mirroring

19

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use for Mirroring in Fabric — the MirroredDatabase item that brings an external database or catalog into OneLake with no ETL pipeline. Three kinds, and which each source uses: database mirroring (continuous replication to Delta — Azure SQL DB/MI, SQL Server, Cosmos DB, PostgreSQL, MySQL, Oracle, SAP, BigQuery)…

not rated 2 changed today A 231 tokens original MIT

fabric-mlv

20

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use for Fabric Materialized Lake Views (MLVs) — CREATE MATERIALIZED LAKE VIEW Spark SQL (GA March 2026) + still-preview @fmlv.materializedlakeview PySpark decorator on a schema-enabled lakehouse (Runtime 1.3). Covers CREATE / SHOW / ALTER RENAME / DROP / REFRESH FULL syntax, CONSTRAINT ... CHECK ... ON MISMATCH…

not rated 2 changed today A 245 tokens original MIT

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use for Microsoft Fabric Real-Time Dashboards (KQLDashboard item) — authoring or editing RealTimeDashboard.json by hand or via Git: file anatomy (queries[] holds all KQL text; tiles reference it by queryRef.queryId; baseQueries are {id, variableName, queryId} wired through usedVariables), load-time validation (every…

not rated 2 changed today A 234 tokens original MIT

fabric-rest-api

22

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use for Microsoft Fabric REST API patterns: listing and paginating workspaces/items with continuationToken/continuationUri, calling /v1/workspaces/{wsId}/items, handling long-running operations (202 Accepted, Location header, polling /v1/operations/{id}, Retry-After, /result), the runtime item ID vs .platform…

not rated 2 changed today A 181 tokens original MIT

fabric-security

23

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use for the Fabric security/permission model. Covers the layers (workspace roles Admin/Member/Contributor/Viewer, item-level Read/ReadData/ReadAll, OneLake security data access roles, SQL GRANT/DENY/REVOKE), Admin/Member/Contributor bypass of RLS/CLS/DDM, least-privilege pattern (Viewer + SQL GRANT), ReadData vs…

not rated 2 changed today A 183 tokens original MIT

wardawgmalvicious/agent-config

Skill Claude CodeCodex

Use when configuring AI instructions on a Power BI semantic model — the 10,000-character blob attached via Prep data for AI → Add AI instructions in Desktop or the service. Applies everywhere Copilot uses the model (reports, Q&A, Copilot pane). Covers what belongs in the blob (business context, terminology, date…

not rated 2 changed today A 154 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: