GhostlyGawd

62 mods across 2 repositories, 0 stars between them.

codeweb

01

GhostlyGawd/codeweb

Plugin Claude Code

Plugin marketplace listing 1 plugin: codeweb.

0 yesterday A tokens not measured original MIT

codeweb

02

GhostlyGawd/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…

0 yesterday A tokens not measured original MIT

PreToolUse

03

GhostlyGawd/codeweb

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.

0 yesterday A tokens not measured original MIT

PostToolUse

04

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.

0 yesterday A tokens not measured original MIT

settings

05

GhostlyGawd/codeweb

Settings file Claude Code

Agent settings declaring 2 hook events (PreToolUse, PostToolUse).

0 yesterday A tokens not measured original MIT

release-tag

06

GhostlyGawd/codeweb

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".

0 yesterday A 80 tokens original MIT

codeweb CLAUDE.md

07

GhostlyGawd/codeweb

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.

0 yesterday A 226 tokens original MIT

codeweb-dissector

08

GhostlyGawd/codeweb

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.…

0 yesterday A 76 tokens original MIT

GhostlyGawd/codeweb

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…

0 yesterday A 67 tokens original MIT

codeweb-apply

10

GhostlyGawd/codeweb

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.

0 yesterday A 52 tokens original MIT

codeweb

11

GhostlyGawd/codeweb

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).

0 yesterday A 48 tokens original MIT

codeweb-narrate

12

GhostlyGawd/codeweb

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.

0 yesterday A 51 tokens original MIT

codeweb-pitch

13

GhostlyGawd/codeweb

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.

0 yesterday A 45 tokens original MIT

SessionStart

14

GhostlyGawd/codeweb

Hook

Runs when a session starts on startup, resume and clear, executing session-brief.mjs via node. From GhostlyGawd/codeweb.

0 yesterday A tokens not measured original MIT

codebase-anatomy

15

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…

0 yesterday A 136 tokens original MIT

codeweb

16

GhostlyGawd/codeweb

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.

0 yesterday A tokens not measured original MIT

engineering-board

17

GhostlyGawd/engineering-board

Plugin Claude Code

Git-committed pattern memory for engineering agents, distributed as Codex and Claude Code plugins and as an MCP server.

0 yesterday A tokens not measured original MIT

engineering-board

18

GhostlyGawd/engineering-board

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.

0 yesterday A tokens not measured original MIT

engineering-board

19

GhostlyGawd/engineering-board

MCP server Claude CodeCodexCursor +2

MCP server "engineering-board" as configured in GhostlyGawd/engineering-board. Runs scripts/engineering-board-mcp-launcher.mjs with node.

0 yesterday A tokens not measured original MIT

GhostlyGawd/engineering-board

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.

0 yesterday A 52 tokens original MIT

board-manager

22

GhostlyGawd/engineering-board

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…

0 yesterday A 202 tokens original MIT

code-reviewer

23

GhostlyGawd/engineering-board

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…

0 yesterday A 86 tokens original MIT

consolidator

24

GhostlyGawd/engineering-board

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…

0 yesterday A 86 tokens original MIT