Dce banner
JSungMin JSungMin

Dce

Development community

Description

--- description: Preview-only dead-code analysis — from a seed symbol, walk the call graph to a fixpoint and list what is provably DEAD (and what cascades), without deleting anything. --- # vs-token-safer — dead-code elimination (preview only) Use this when the user wants to know what code can be safely removed starting from one or more symbols ("is `Foo` used anywhere?", "what becomes dead if I delete `Foo`?", "find unused code reachable from here"). Run it with the seed symbol(s). Prefer th

Installation

Installs to ~/.claude/skills/jsungmin-vs-token-safer-dce/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jsungmin-vs-token-safer-dce && curl -fsSL https://raw.githubusercontent.com/JSungMin/vs-token-safer/HEAD/commands/dce.md -o ~/.claude/skills/jsungmin-vs-token-safer-dce/SKILL.md

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

Full documentation available on GitHub

View Source Repository