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 agentmods add skills/svnscha/mcp-windbg/debug-remotenpx skills add svnscha/mcp-windbg --skill debug-remotegit clone --depth 1 https://github.com/svnscha/mcp-windbgWrote 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/svnscha/mcp-windbg/debug-remote)<a href="https://agentmods.dev/skills/svnscha/mcp-windbg/debug-remote"><img src="https://agentmods.dev/badge/skills/svnscha/mcp-windbg/debug-remote.svg" alt="Measured on agentmods" 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 | $0.00049 | $0.00515 |
| Opus 5 | $0.00024 | $0.00258 |
| Sonnet 5 | $0.00010 | $0.00103 |
| Haiku 4.5 | $0.00005 | $0.00052 |
Grade A, and why
debug-remote 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 3d 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.
What it actually says
Debug a live user-mode process
Attach to an existing WinDbg/CDB debug server with the mcp-windbg tools.
This is user-mode only - for a kernel target use /mcp-windbg:kernel-debug.
The other end
Someone must already be hosting the target. In WinDbg or CDB on that machine:
.server tcp:port=5005
If they have not, say so rather than guessing a connection string - there is nothing to attach to yet.
Connecting
open_cdb_remote with the connection string:
- TCP:
tcp:Port=5005,Server=hostname - Named pipe:
npipe:Pipe=pipename,Server=hostname
The target is running when you attach, so the session may not be at a prompt.
send_ctrl_break halts it when you need it stopped.
Working the target
run_cdb_command with the session_id:
~*kfor every thread's stack - the usual first move on a hang!locks,!cs -lfor lock contentionlm,!pebfor what is loaded and how it startedbp,g,wait_for_breakto catch a code path in the act.dump /ma <path>to capture a dump for offline analysis
Letting it run again
Attaching to a live process freezes it while broken in, and a frozen process is usually worse than an unanalyzed one:
gresumes and returns immediately; the target produces no output until it stops again.wait_for_breakblocks until it stops on its own.- Any ordinary command breaks in automatically first.
close_cdb_session when finished. Say plainly whether the target was left
running or halted, so nobody discovers a frozen process an hour later.
Reporting
For a hang, the answer is usually the relationship between threads, not a single
stack: which thread holds what, and which are waiting on it. Say that explicitly
rather than pasting ~*k and leaving the reader to work it out.
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.
- 3d ago First seen · 60 lines · 49 tokens per session scan A a508d635f522
debug-remote is a skill published in the GitHub repository svnscha/mcp-windbg (1,554 stars, last pushed 6d ago), licensed MIT. It adds 49 tokens to every session and 515 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.
Other skills, from other repositories
lore
SpecStory Lore - mine your SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more) into a persistent corpus, surface your reproducible workflows with corroborated evidence, and interactively forge the chosen ones into skills installed across all your agent harnesses. Use when the user…
workthreads
SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…
daily-briefing
Start your day with a prioritized CRM briefing — works for any monday CRM setup: pipeline, contacts, accounts, leads, or no board at all. Use when someone says 'morning briefing', 'daily brief', 'what's on my plate today', 'catch me up on my deals', 'what needs attention', 'what needs my attention', 'anything urgent…
workspace-builder
Build a CRM workspace from scratch — describe your business and get boards, columns, and pipeline stages created in monday. Use when someone says "set up my CRM", "build me a CRM", "create CRM boards for me", "I need a new sales pipeline", "help me get started in monday", "I don't know how to set up my pipeline", or…
data-cleanup
Check your CRM board's health and clean up messy data — run a scored health check (missing fields, stalled deals, abandoned columns, automation gaps) as a report, or fix data in bulk (phone formats, missing emails, country codes, unowned deals, stale dates). Use when someone says "clean my CRM", "fix my data"…
meeting-to-deal
Turn meeting transcripts into deal updates — key points, commitments, and next steps posted to matching CRM deals automatically. Auto-creates contacts for new attendees. Use when someone says "log my meetings to deals", "update CRM from calls", "what did I commit to in meetings", "sync notetaker", "log this meeting"…