By davidfowl
Analyze Windows crash dumps and debug processes using WinDbg/CDB directly from the command line. Triage crashes, inspect threads, view stack traces, and run debugger commands without leaving the terminal.
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 --plugin windbg-cli.NET CLI tools with SKILLS for coding agents. Includes tools for decompiling assemblies, and more.
Windows crash dump analysis CLI tools with SKILLS for coding agents. Analyze crash dumps, inspect threads, view stack traces using WinDbg/CDB.
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.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
UI/UX design intelligence. Searchable local database with 84 styles, 192 palettes, 74 font pairings, 25 charts, and 22 stacks (React, Next.js, Vue, Nuxt.js, Nuxt UI, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Jetpack Compose, Angular, Laravel, JavaFX, WPF, WinUI, Avalonia, Uno Platform, UWP, Three.js). Use when designing, building, or reviewing UI: pages, components, color schemes, typography, layout, accessibility, animation, or data visualization.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
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.