dwarf-expert
Provides expertise for analyzing DWARF debug files and understanding the DWARF debug format/standard (v3-v5). Triggers when understanding DWARF information, interacting with DWARF files, answering DWARF-related questions, or working with code that parses DWARF data.
npx skills add sickn33/agentic-awesome-skills --skill dwarf-expert --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Overview This skill provides technical knowledge and expertise about the DWARF standard and how to interact with DWARF files. Tasks include answering questions about the DWARF standard, providing examples of various DWARF features, parsing and/or creating DWARF files, and writing/modifying/analyzing code that interacts with DWARF data. ## When to Use This Skill - Understanding or parsing DWARF debug information from compiled binaries - Answering questions about the DWARF standard (v3, v4, v5) - Writing or reviewing code that interacts with DWARF data - Using `dwarfdump` or `readelf` to extract debug information - Verifying DWARF data integrity with `llvm-dwarfdump --verify` - Working with DWARF parsing libraries (libdwarf, pyelftools, gimli, etc.) ## When NOT to Use This Skill - **DWARF v1/v2 Analysis**: Expertise limited to versions 3, 4, and 5. - **General ELF Parsing**: Use standard ELF tools if DWARF data isn't needed. - **Executable Debugging**: Use dedicated debugging tools (gdb, lldb, etc) for debugging executable code/runtime behavior. - **Binary Reverse Engineering**: Use dedicated RE tools (Ghidra, IDA) unless specifically analyzing DWARF sections. - **Compiler Debuggin
- When to Use This Skill
- When NOT to Use This Skill
- Structural Validation
- Quality Metrics
- Common Verification Patterns
- readelf
- dwarfdump
- Limitations
Verify DWARF structure (compile units, DIE relationships, address ranges) llvm-dwarfdump --verify <binary> Detailed error output with summary llvm-dwarfdump --verify --error-display=full <binary> Machine-readable JSON error summary llvm-dwarfdump --verify --verify-json=errors.json <binary> Output debug info quality metrics as JSON llvm-dwarfdump --statistics <binary>
What does the dwarf-expert skill do?
Provides expertise for analyzing DWARF debug files and understanding the DWARF debug format/standard (v3-v5). Triggers when understanding DWARF information, interacting with DWARF files, answering DWARF-related questions, or working with code that parses DWARF data.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill dwarf-expert --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.