This is your diagnostic toolkit for when HWP files misbehave. It wraps the upstream Rust rhwp CLI to dump internal IR structures, visualize page layouts with debug overlays, diff two document versions line by line, and unlock read-only distribution files. You're not editing here, you're inspecting. Use it when tables render weirdly and you need to see the actual cell boundaries, or when you need to know exactly which paragraph spans which page. The SVG export with debug overlay is especially handy for tracking down layout bugs. Note that this needs the native Rust binary installed, PDF export only works with cargo-built binaries, and the CLI doesn't do editing at all. For actual document modification, you'll want the rhwp-edit skill instead.
npx skills add https://github.com/nomadamas/k-skill --skill rhwp-advanced