jghiringhelli

27 mods across 2 repositories, 22 stars between them.

codeseeker

01

jghiringhelli/codeseeker

MCP server Claude CodeCodexCursor +2

Graph-powered code intelligence for Claude Code. Semantic search + knowledge graph for better AI code understanding. Runs locally from the codeseeker npm package. Needs 1 environment variable to run.

19 20d ago A tokens not measured

jghiringhelli/codeseeker

Instructions file

Claude Code instructions for jghiringhelli/codeseeker: Smart Claude Code CLI — semantic search, graph analysis, token-optimized code intelligence. Read .claude/index.md before any task. Load .claude/core.md always.

19 20d ago A 42 tokens

codeseeker

03

jghiringhelli/codeseeker

Plugin Claude Code

CodeSeeker - Intelligent code understanding with semantic search, knowledge graphs, and auto-detected coding standards.

19 20d ago A tokens not measured

init

05

jghiringhelli/codeseeker

Command

Initialize CodeSeeker semantic search and knowledge graph for the current project.

19 20d ago A 0 tokens

search

08

jghiringhelli/codeseeker

Command

Search the codebase using semantic understanding to find relevant code.

19 20d ago A 0 tokens

change-reviewer

10

jghiringhelli/forgecraft-mcp

Agent Claude Code

Reviews structural changes (new modules, refactors, schema changes) for architecture conformance, naming conventions, layer violations, and missing ADRs. Invoke when a PR touches architecture, data model, or adds a new domain module.

3 16d ago A 50 tokens

security-reviewer

11

jghiringhelli/forgecraft-mcp

Agent Claude Code

Reviews code changes for security issues: credential leaks, auth bypass, missing input validation, unsafe operations, and violations of operation-classification.md. Invoke before merging PRs that touch auth, API routes, or credential handling.

3 16d ago A 48 tokens

spec-guardian

12

jghiringhelli/forgecraft-mcp

Agent Claude Code

Verifies the codebase is in sync with the spec (PRD.md, use-cases.md, ADRs, data-model.md). Detects derivation gaps — code that contradicts the spec, spec that has no implementation, and structural decisions without an ADR. Invoke before cutting a release or when drift is suspected.

3 16d ago A 69 tokens

test-hunter

13

jghiringhelli/forgecraft-mcp

Agent Claude Code

Generates adversarial tests for a module or feature. Does NOT write happy-path tests — that is the author's job. Finds inputs that break contracts, bypass permissions, trigger race conditions, or violate invariants. Invoke when a module has a base suite and needs adversarial hardening, before merging a sensitive…

3 16d ago A 83 tokens

tdd-workflow

20

jghiringhelli/forgecraft-mcp

Command Claude Code

Implement the behavior described in $ARGUMENTS using strict TDD. Follow this exact sequence. Do not collapse phases. Each gate requires actual test runner output.

3 16d ago A 0 tokens

PreToolUse

21

jghiringhelli/forgecraft-mcp

Hook Claude Code

Runs before the agent uses a tool for run_in_terminal tool calls, executing pre-exec-safety.sh and pre-exec-health-injector.sh via bash (2 commands). From jghiringhelli/forgecraft-mcp.

3 16d ago A tokens not measured

PostToolUse

22

jghiringhelli/forgecraft-mcp

Hook Claude Code

Runs after a tool call finishes for create_file, write_file, edit_file, replace_string, multi_replace and create_directory tool calls, executing post-edit-commit-reminder.sh and post-tool-session-log.sh via bash (2 commands). From jghiringhelli/forgecraft-mcp.

3 16d ago A tokens not measured

Stop

23

jghiringhelli/forgecraft-mcp

Hook Claude Code

Runs when the agent finishes a response, executing stop-session-summary.sh via bash. From jghiringhelli/forgecraft-mcp.

3 16d ago A tokens not measured