Use this skill when the user wants to cross-platform tool to browse and extract c and c++ type declarations from pdb files.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-d82f37b4)More formats (shields.io, HTML) on the badges page.
---
name: resym
description: Use this skill when the user wants to cross-platform tool to browse and extract c and c++ type declarations from pdb files.
---
# Resym Plugin
Cross-platform tool to browse and extract C and C++ type declarations from PDB files.
## Commands
### Operations
- `resym pdb browse` — browse pdb via resym
- `resym pdb extract` — extract pdb via resym
- `resym type search` — search type via resym
- `resym symbol list` — list symbol via resym
- `resym dump run` — run dump via resym
- `resym config show` — show config via resym
## Usage Examples
- "resym --help"
- "resym <args>"
## Installation
```bash
cargo install resym
```
## Examples
```bash
resym --version
resym --help
```
## Key Features
- pdb\n- c++\n- reverse-engineering
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!