codeweb
01Plugin Claude Code
Plugin marketplace listing 1 plugin: codeweb.
Plugin Claude Code
Plugin marketplace listing 1 plugin: codeweb.
Plugin Claude Code
Your agents break less code and burn fewer tokens. codeweb maps the repo into a deterministic call/import graph. Your agents get 28 MCP tools: impact, callers, duplication, risk, dead code, and more. /codeweb builds the map; hooks brief every session and impact-check every edit. You get an interactive HTML map of it…
Hook Claude Code
Runs before the agent uses a tool for Edit, Write, MultiEdit and NotebookEdit tool calls, running python3 "$CLAUDE_PROJECT_DIR/scripts/hook-protect". From GhostlyGawd/codeweb.
Hook Claude Code
Runs after a tool call finishes for Edit, Write, MultiEdit and NotebookEdit tool calls, running sh "$CLAUDE_PROJECT_DIR/scripts/hook-check". From GhostlyGawd/codeweb.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse).
Skill Claude CodeCodex
Cut and publish a codeweb release end-to-end — prep the version/changelog file ecosystem, land it on main, push the vX.Y.Z tag, and let the tag-triggered workflow publish the GitHub Release. Use when asked to "cut a release", "tag a release", "publish vX.Y.Z", "do the release", or "ship version X".
Instructions file
Claude Code instructions for GhostlyGawd/codeweb: Read CHARTER.md before changing product behavior, public copy, or claims. The charter defines the problem, user, job, non-goals, invariants, and current milestone.
Agent
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.…
Agent
Read-only domain-tagging and overlap-detection pass for the codeweb plugin. Given the merged node/edge graph, clusters nodes into semantic domains, assigns a domain to every node, and detects cross-domain overlap (duplicated logic, parallel implementations, tangled responsibilities) with ranked consolidation…
Command
Execute the codeweb consolidation campaign's READY tier step-by-step — simulate, apply, refresh, diff-gate, test, commit (or revert and record blocked). The deterministic gate owns every verdict; this command only drives the loop.
Command
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).
Command
Write one-sentence, agent-authored summaries for each domain and the top load-bearing symbols into the .codeweb/narration.json sidecar — provenance-labeled, staleness-stamped, never touching graph.json.
Command
Draft a one-page, review-before-sharing refactor pitch memo from artifacts the map already produced — campaign projections, trend direction, hotspots, the local value receipt — every number pinned to an artifact path.
Hook
Runs when a session starts on startup, resume and clear, executing session-brief.mjs via node. From GhostlyGawd/codeweb.
Skill Claude CodeCodex
Dissect a codebase to atomic nodes (functions, classes, symbols), wire the call/import web, tag each node's domain, and build a cross-domain overlap graph that ranks consolidation/de-duplication opportunities, then render an interactive HTML map. Use to restructure your own codebase into well-defined non-duplicative…
MCP server Claude CodeCodexCursor
Your agents break less code and burn fewer tokens — a deterministic call graph over 27 MCP tools. Runs locally from the @ghostlygawd/codeweb npm package.
Plugin Claude Code
Git-committed pattern memory for engineering agents, distributed as Codex and Claude Code plugins and as an MCP server.
Plugin Claude Code
Git-committed pattern intelligence for engineering agents. Bounded context retrieval surfaces systemic evidence before a fix. Explicit H### outcomes improve later L### Learning state. Includes passive capture, stable P### identities, atomic claims, and a zero-dependency 19-tool MCP server over canonical Markdown.
MCP server Claude CodeCodexCursor +2
MCP server "engineering-board" as configured in GhostlyGawd/engineering-board. Runs scripts/engineering-board-mcp-launcher.mjs with node.
Instructions file CodexOpenCode
AGENTS.md instructions for GhostlyGawd/engineering-board, covering repository agent instructions and release work.
Instructions file
Claude Code instructions for GhostlyGawd/engineering-board: Start every session by reading state.md: including its header, where it documents how it wants to be used. The conventions live there, not here. this file only exists to point you at it.
Agent
Use this agent when findings surface during debugging or workflow sessions that need routing to the engineering board, when a question is answered and dependents need unblocking, or when board state needs updating. Typical triggers include a root cause being confirmed mid-session, an unexpected output or regression…
Agent
Read-only review-discipline worker subagent. Reads a single live-board entry (passed by the Stop-hook orchestrator), reviews the test and implementation files the tdd-builder produced, and returns worker-result schema 0.2.2 with an approve (advance to validate) or regress (back to tdd) status. Claim acquire/release is…
Agent
PM subagent and thin dispatcher over the canonical consolidation engine (hooks/scripts/board-consolidate.sh). The script owns parsing, reject filtering, anchor verification, supersession, and promotion writes; this agent adds the LLM value the script cannot by drafting Done-when criteria for newly promoted entries and…