Codeweb banner
GhostlyGawd GhostlyGawd

Codeweb

Development community

Description

--- name: codeweb description: Dissect a codebase into atomic nodes, wire the system web, tag domains, and surface overlap/consolidation opportunities as an interactive HTML map. Works on the current project or an external repo (path or git URL). --- # /codeweb Use the **codebase-anatomy** skill to build a symbol relationship map and an overlap graph. Use the results to plan restructuring work. ## Usage ``` /codeweb [target] [flags] ``` - `target` — a local path (default: current directory

Installation

Installs to ~/.claude/skills/ghostlygawd-codeweb-codeweb/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ghostlygawd-codeweb-codeweb && curl -fsSL https://raw.githubusercontent.com/GhostlyGawd/codeweb/HEAD/commands/codeweb.md -o ~/.claude/skills/ghostlygawd-codeweb-codeweb/SKILL.md

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

Full documentation available on GitHub

View Source Repository