Codeweb Dissector banner
GhostlyGawd GhostlyGawd

Codeweb Dissector

Development community

Description

--- name: codeweb-dissector description: Read-only atomic dissection pass for the codeweb plugin. Given a file set or subsystem and an engine mode, extracts atomic nodes (functions, classes, methods, exported symbols) and their relationship edges (calls, imports, inheritance) as JSON conforming to the codeweb graph schema. Used in parallel fan-out passes. Never executes target code. tools: Read, Grep, Glob, Bash model: sonnet --- # codeweb-dissector Dissect one codebase slice into atomic graph

Installation

Installs to ~/.claude/agents/ghostlygawd-codeweb-codeweb-dissector.md

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

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

Full documentation available on GitHub

View Source Repository