CLAUDE.md claudeA

CLAUDE.md is agent-read markdown (claude) from vanterx/mssql-performance-skills.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# mssql-performance-skills

A Claude Code skills library for SQL Server performance tuning — T-SQL static analysis, execution plan review, I/O statistics, workload traces, index recommendations, deadlock diagnosis, live blocking chain analysis, regression detection, and batch workload analysis.

## Purpose

Provides twenty-seven slash-command skills — twenty-three specialised review skills, three SQL Server migration-readiness skills, plus one agentic orchestrator (`mssql-performance-review`) that dispatches the right specialised skill(s) to mixed artifact inputs. Specialised skills cover T-SQL source code, `.sqlplan` XML files, STATISTICS IO/TIME output, Profiler/XE trace data, deadlock graphs, index recommendations, live blocking chains (head blocker identification, lock escalation and Sch-M evidence, transaction and isolation design faults), wait statistics, Query Store data, procedure/trigger/function runtime stats collected from `sys.dm_exec_procedure_stats`, Always On AG health from `sys.dm_hadr_*` DMVs, Always On AG configuration correctness (prerequisites, replica design, listener architecture, backup strategy, endpoint security, distributed AG topology, Basic and…
…

Read the whole file at its exact version.

How to install

Latest version
mdr add vanterx/mssql-performance-skills/CLAUDE.md@git:20260919.8a7bf7e
Exact content
mdr add vanterx/mssql-performance-skills/CLAUDE.md@sha256:9fdea8e1ee2dcaa7

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_wdy62zlu3gyraedd.svg)](https://markdownregistry.com/a/art_wdy62zlu3gyraedd)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260919.8a7bf7e latest2026-09-19 8a7bf7e 41,513 BA view · diff
git:20260907.8a589082026-09-07 8a58908 39,072 BA view · diff
git:20260907.492bd702026-09-07 492bd70 38,982 BA view · diff
git:20260728.82e11362026-07-28 82e1136 38,650 BA view · diff
git:20260728.062120c2026-07-28 062120c 38,650 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (41513 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

vanterx/mssql-performance-skills · 5 stars · license MIT · pushed 2026-09-19 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_wdy62zlu3gyraedd
GET https://markdownregistry.com/api/v1/resolve?ref=vanterx/mssql-performance-skills/CLAUDE.md
GET https://markdownregistry.com/api/v1/blob/9fdea8e1ee2dcaa7efb23afaf09d3134981dcd45c7a7f9e7a17a6acf19081b6d

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from vanterx/mssql-performance-skills

AGENTS.md agents
vanterx/mssql-performance-skills · AGENTS.md
git:20260709.012214c · audit A · 5 stars
mssql-performance-review skill
vanterx/mssql-performance-skills · skills/mssql-performance-review/SKILL.md · Agentic offline orchestrator for end-to-end SQL Server performance reviews. Forms hypotheses from artifacts or…
git:20260919.8a7bf7e · audit A · 5 stars
sqlag-review skill
vanterx/mssql-performance-skills · skills/sqlag-review/SKILL.md · Audits SQL Server Always On Availability Group configuration correctness across all layers — prerequisites, replica…
git:20260622.55f8c85 · audit A · 5 stars
sqlblocking-review skill
vanterx/mssql-performance-skills · skills/sqlblocking-review/SKILL.md · Analyze SQL Server lock blocking from sys.dm_exec_requests, sys.dm_exec_sessions, sys.dm_os_waiting_tasks…
git:20260919.8a7bf7e · audit A · 5 stars
sqlbootstraplog-review skill
vanterx/mssql-performance-skills · skills/sqlbootstraplog-review/SKILL.md · Analyze SQL Server Setup Bootstrap log files to diagnose failed installations, failed Cumulative Update or Service Pack…
git:20260611.bd7f3cf · audit A · 5 stars
sqlclusterlog-review skill
vanterx/mssql-performance-skills · skills/sqlclusterlog-review/SKILL.md · Analyzes Windows Server Failover Cluster (WSFC) CLUSTER.LOG files for Always On Availability Group root-cause…
git:20260622.55f8c85 · audit A · 5 stars
sqldbconfig-review skill
vanterx/mssql-performance-skills · skills/sqldbconfig-review/SKILL.md · Analyze SQL Server instance and database configuration drift against proven DBA best practices. Applies 29 checks…
git:20260919.8a7bf7e · audit A · 5 stars
sqldeadlock-review skill
vanterx/mssql-performance-skills · skills/sqldeadlock-review/SKILL.md · Analyze SQL Server deadlock XML (from system_health XE session, SSMS deadlock graph, or trace) to identify root cause…
git:20260919.8a7bf7e · audit A · 5 stars
sqldiskio-review skill
vanterx/mssql-performance-skills · skills/sqldiskio-review/SKILL.md · Analyze SQL Server file-level I/O latency and auto-growth events using sys.dm_io_virtual_file_stats, sys.master_files…
git:20260622.55f8c85 · audit A · 5 stars
sqlencryption-review skill
vanterx/mssql-performance-skills · skills/sqlencryption-review/SKILL.md · Analyze SQL Server encryption posture across all layers — TDE, Always Encrypted, cell-level encryption, backup…
git:20260622.55f8c85 · audit A · 5 stars
sqlerrorlog-review skill
vanterx/mssql-performance-skills · skills/sqlerrorlog-review/SKILL.md · Analyzes SQL Server ERRORLOG files for operational issues, availability group failures, memory pressure, I/O subsystem…
git:20260622.55f8c85 · audit A · 5 stars
sqlhadr-review skill
vanterx/mssql-performance-skills · skills/sqlhadr-review/SKILL.md · Analyzes sys.dm_hadr_* DMV output to assess Always On Availability Group replica health, synchronization state…
git:20260622.55f8c85 · audit A · 5 stars

Every file in vanterx/mssql-performance-skills

Other files named CLAUDE.md

CLAUDE.md claude
obra/superpowers · CLAUDE.md
git:20260919.5bf4e78 · audit B · 291,204 stars
CLAUDE.md claude
affaan-m/ecc · CLAUDE.md
git:20260528.04c68e4 · audit A · 266,832 stars
CLAUDE.md claude
firecrawl/firecrawl · CLAUDE.md
git:20260615.fe8d358 · audit A · 184,144 stars
CLAUDE.md claude
garrytan/gstack · CLAUDE.md
git:20260924.06ed920 · audit A · 134,082 stars
CLAUDE.md claude
juliusbrussee/caveman · CLAUDE.md
git:20260908.bb1cfc8 · audit B · 107,708 stars
CLAUDE.md claude
addyosmani/agent-skills · CLAUDE.md
git:20260720.8fd2081 · audit A · 98,554 stars
CLAUDE.md claude
nexu-io/open-design · CLAUDE.md
git:20260430.9b57c22 · audit B · 97,933 stars
CLAUDE.md claude
thedotmack/claude-mem · CLAUDE.md
git:20260723.e29d221 · audit A · 94,550 stars

Browse by kind, by grade A, or by owner.