By davidfowl
Analyze Windows crash dumps and debug processes using WinDbg/CDB commands to inspect threads, view stack traces, and triage crashes from the command line.
WinDbg/CDB crash dump analysis CLI tools with SKILLS for coding agents.
Forked from svnscha/mcp-windbg — the original MCP server for WinDbg crash analysis.
| Skill | Description |
|---|---|
| windbg-cli | Analyze Windows crash dumps and debug processes using WinDbg/CDB |
Skills are lightweight prompts that teach coding agents how to use CLI tools effectively. They provide:
/plugin marketplace add davidfowl/mcp-windbg
/plugin install windbg-cli@mcp-windbg
mkdir -p .claude/skills/windbg-cli
curl -o .claude/skills/windbg-cli/SKILL.md \
https://raw.githubusercontent.com/davidfowl/mcp-windbg/main/skills/windbg-cli/SKILL.md
# List available crash dumps
uv run --from windbg-cli windbg list-dumps
# Analyze a dump with full details
uv run --from windbg-cli windbg analyze C:\path\to\crash.dmp --all
# Run a single WinDbg command
uv run --from windbg-cli windbg cmd --dump C:\path\to\crash.dmp -c "!analyze -v"
# Interactive WinDbg shell
uv run --from windbg-cli windbg shell --dump C:\path\to\crash.dmp
| Command | Purpose |
|---|---|
list-dumps | Discover crash dump files in a directory |
analyze | One-shot crash dump analysis with optional --stack, --modules, --threads, --all |
cmd | Run a single WinDbg command against a --dump or --remote target |
shell | Interactive WinDbg REPL for a --dump or --remote target |
--cdb-path PATH Custom path to cdb.exe
--symbols-path PATH Custom symbols path
--timeout SECONDS Command timeout (default: 30)
--verbose Enable verbose CDB output
You can also point your agent directly at the tool's help:
Analyze C:\dumps\app.dmp using windbg.
Check uv run --from windbg-cli windbg --help for available commands.
MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub davidfowl/windbg-cli.NET CLI tools with SKILLS for coding agents. Includes tools for decompiling assemblies, and more.
Analyze Windows crash dumps and debug processes using WinDbg/CDB from the command line. Triage crashes, inspect threads, view stack traces, and run debugger commands.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques