droidnoob

Blast — Documentation skill for Claude Code

Documentation community

Symbol-level changelog of the current branch (or arbitrary files).

How to install Blast

Installs to ~/.claude/skills/droidnoob-hew-blast/SKILL.md

Terminal
mkdir -p ~/.claude/skills/droidnoob-hew-blast && curl -fsSL https://raw.githubusercontent.com/droidnoob/hew/HEAD/commands/blast.md -o ~/.claude/skills/droidnoob-hew-blast/SKILL.md

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

What Blast does


description: Symbol-level changelog of the current branch (or arbitrary files). Wraps `hew blast`.

Invoke the hew-blast skill / surface. Walks the current branch's diff against `main` (or a `--base ` you pass) and prints, per file, the symbols whose definitions overlap a hunk. Different from `git diff` — answers *which functions / classes actually changed*, not *which lines moved*.

Three input modes:

  • No args → scan everything in git diff ...HEAD.
  • Positional files → in

Alternatives in Documentation

  • Documentation Sync — Check if documentation matches the current code state 5.8k ★
  • Save — Save the current conversation or a specific insight into the wiki vault as a structured note 3.3k ★
  • Changelog Update — Hydrogen Upgrade Command Changelog Update - Optimized for Claude 2.1k ★

Full documentation available on GitHub

View Source Repository