Claude Code Source Dissection
Setup
This skill requires the Claude Code source extracted from its sourcemap. To obtain it:
npm pack @anthropic-ai/claude-code→ get the tarball- Extract
cli.js.mapfrom the tarball - Run the extraction script (see
extract-sources.jsin the repo) to restore source files
The extracted source tree should live somewhere in your project. The skill will auto-discover
it by searching for restored-src/src/Tool.ts (a unique marker file).
How to u
[Description truncada. Veja o README completo no GitHub.]