windbg-mcp: Skill for Claude Code

.claude/skills/eval-bench/SKILL.md

eval-bench is a skill for Claude Code from glslang/windbg-mcp. It costs 84 tokens per session (4,192 once invoked), scanned A, original, MIT.

A guide for running and interpreting a benchmark for a local AI model. A benchmark is a repeatable test that measures how a model performs on selected tasks.

In plain words
What is it for?
Use it when running the local-model evaluation, checking context limits, comparing runs, or grading benchmark logs.
Why use it?
It prevents misleading results caused by the server using different settings from the ones requested or by comparing uncontrolled runs.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code.

This is glslang/windbg-mcp's own configuration. It tells Claude Code how to work on windbg-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything windbg-mcp configures →

Part of the windbg-mcp plugin — 6 skills, 1 MCP server shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to glslang/windbg-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/glslang/windbg-mcp/main/.claude/skills/eval-bench/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/glslang/windbg-mcp

Made for: Claude Code.

Or install windbg-mcp, the plugin that ships this one along with the rest of its 6 skills, 1 MCP server.

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 eval-bench

README.md
[![agentmods](https://agentmods.dev/badge/skills/glslang/windbg-mcp/eval-bench.svg)](https://agentmods.dev/skills/glslang/windbg-mcp/eval-bench)
Your own site
<a href="https://agentmods.dev/skills/glslang/windbg-mcp/eval-bench"><img src="https://agentmods.dev/badge/skills/glslang/windbg-mcp/eval-bench.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,192 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00084 $0.04192
Opus 5 $0.00042 $0.02096
Sonnet 5 $0.00017 $0.00838
Haiku 4.5 $0.00008 $0.00419

Measured today against content hash 77b845582bd3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

eval-bench 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 today.

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.

.claude/skills/eval-bench/SKILL.md · 207 lines

How it starts

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

Benchmarking a model against this server

The grid, and what bites while running it

docs/local-model-eval.md is the result; this is what bites while running it again. The grid is three scripts — the ollama driver, the Claude Code driver, and the matrix runner that spawns either one per cell and grades the log afterwards.

Record what the runtime served, not what you asked for. num_ctx on a request does not shrink an instance ollama already holds: with a 32,768 instance loaded, cells asking for 8,192 are served 32,768 and look perfectly healthy — a 17,300-token prompt "fitting" in 8k, which is the result the context axis exists to find and would have been fiction. /api/ps is the only place the truth appears. Every record carries served_context, the grader marks a cell where the two disagree with ?, and the runner evicts the model between windows. The first run of the grid recorded five such cells; they were dropped and re-run.

The grader's three matching rules each came from a real wrong verdict, and all three are in present():

  • A number matches only between hex boundaries0x22 is the device type ioctl_decode asks for and 0x22200B is the code in the question, so plain containment passed for any answer that repeated the question. One model scored correct while saying FILE_DEVICE_KEYBOARD.
  • Leading zeros are formatting — the tool prints 0x802 and a model writing 0x0802 agrees with it. That one marked a correct control answer wrong.
  • A separator between hex digits is formatting too. WinDbg writes fffff801`3c65bca8; Opus writes 0xfffff801_3c65bca8. Both name the address the key holds.

Two of those three were found by reading the control's answers, which is the argument for having a frontier row at all.

possible_on in the task file is a prediction, and predictions about this server are wrong in one direction: too pessimistic. Facts here are reachable by more than one route — open_dump's summary carries the bug check and the module count, crash_triage's frame 0 is the pc that registers reports — so a task the tool table says needs inspect may be answerable with crash alone. Verify against the dump before scoring a model wrong for finding the other route; the arm64_pc entry was corrected mid-run for exactly this.

Read the full file on GitHub · 207 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. today First seen · 207 lines · 84 tokens per session scan A 77b845582bd3

Subscribe to this mod's changes

eval-bench is a skill published in the GitHub repository glslang/windbg-mcp (9 stars, last pushed yesterday), licensed MIT. It adds 84 tokens to every session and 4,192 once invoked, about $0.0004 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-09-06.

Related

Other skills, from other repositories

agent-platform-rag-engine-management

Manage and query Agent Platform RAG Engine Corpora and retrieve grounded contexts using the Google GenAI SDK. Use when listing RAG corpora or files, inspecting a corpus, retrieving contexts, or generating content grounded in a RAG corpus. Do not use for standard database queries (use SQL/Spanner skills), Google…

google/skills · 85 tokens

agent-platform-model-registry

Agent Platform Model Registry Management. Use when you need to upload, list, describe, update, or delete machine learning models (and their versions) in the Agent Platform Model Registry. Don't use for model training, model deployment to endpoints, or managing non-Agent Platform models.

google/skills · 60 tokens

foundry-config-setup

Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.

microsoft/agent-framework · 65 tokens

google-cloud-solution-agentic-analytics-spark-knowledge-catalog

Discovers requirements and generates guidance to design and deploy a governed, secure agentic-analytics solution for data that's distributed across Google Cloud, other cloud providers, or on-premises. Data that's outside Google Cloud (such as data from Databricks, Snowflake, Salesforce, SAP, or Oracle systems) is…

google/skills · 138 tokens

training-check

Interactively monitor training metrics from the current Codex session, periodically checking WandB or fallback logs for NaN, divergence, plateaus, and broken runs.

wanshuiyin/Auto-claude-code-research-in-sleep · 35 tokens

nemo-automodel-launcher-config

Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.

NVIDIA/skills · 30 tokens