dandye

Binary — Development skill for Claude Code

Development community

Black-box binary investigation — autonomous ranking, map, parser tracing, fuzz, graph, report, handoff, diagram.

How to install Binary

Installs to ~/.claude/commands/dandye-gadievron__raptor-binary.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/dandye/gadievron__raptor/HEAD/.claude/commands/binary.md -o ~/.claude/commands/dandye-gadievron__raptor-binary.md

Restart Claude Code, or start a new session, for it to be picked up.

What Binary does


description: Black-box binary investigation — autonomous ranking, map, parser tracing, fuzz, graph, report, handoff, diagram dispatch: libexec/raptor-binary [args]

/binary — Black-box Binary Understanding

Use RAPTOR against a compiled artefact when source is not available. This is the operator-facing surface for the evidence-backed binary work behind `/understand --map`.

Usage

/binary [command] [args]

With no command, `/binary ` defaults to `investig

Alternatives in Development

  • Root Cause Tracing — Use when errors occur deep in execution and you need to trace back to find the original trigger 102.5k ★
  • Code Review Graph — Local knowledge graph for Claude Code 3.7k ★
  • Fuzz 2.3k ★

Full documentation available on GitHub

View Source Repository