JSungMin

37 mods across 2 repositories, 13 stars between them.

code-locator

25

JSungMin/rider-mcp-enforcer

Agent

Delegated, token-isolated code search for C#/.NET or Unreal C++ projects open in JetBrains Rider. Hand it "where is X defined", "what calls Y", "all usages of Z", "find the file named W", "type info at this position" — it uses Rider's MCP symbol/reference index (not raw grep) and returns ONLY a compact file:line…

2 7d ago A 114 tokens original MIT

discover

26

JSungMin/rider-mcp-enforcer

Command

Scan local Claude Code transcripts and report (aggregate, local-only) how many code searches bypassed rider-search vs went through it — to find missed token savings. No proprietary content in the output.

2 7d ago A 39 tokens original MIT

enable

27

JSungMin/rider-mcp-enforcer

Command

Turn on / connect Rider's MCP server when search tools report "not connected". Probes Rider, gives the exact enable steps, and applies the detected SSE URL.

2 7d ago A 33 tokens original MIT

regen

28

JSungMin/rider-mcp-enforcer

Command

Regenerate Unreal project files so Rider re-indexes new/moved/renamed source (fixes "doesn't exist"/empty searches from a stale project model). Dry-run-first; safe.

2 7d ago A 39 tokens original MIT

savings

29

JSungMin/rider-mcp-enforcer

Command

Report how many tokens the rider-mcp-enforcer plugin has saved (vs forwarding Rider's raw responses), plus build-artifact noise items dropped.

2 7d ago A 29 tokens original MIT

setup

30

JSungMin/rider-mcp-enforcer

Command

Configure the rider-mcp-enforcer plugin (Rider SSE URL, project path, result caps, exclude filter). Writes /.rider-mcp-enforcer/config.json and tells you to /reload-plugins.

2 7d ago A 42 tokens original MIT

JSungMin/rider-mcp-enforcer

Plugin Claude Code

Token-efficient game-engine & build log analysis for Claude Code (CLI-first). Parses, deduplicates, and classifies huge Unreal/Unity/Godot/MSVC-UBT-MSBuild logs — search by severity/category, roll up by callsite, diff runs, locate file:line, and extract decisive scalar fields. No IDE required.

2 7d ago A tokens not measured copy · 100% MIT

log-analyst

32

JSungMin/rider-mcp-enforcer

Agent

Delegated, token-isolated game-engine/build/structured log analysis. Hand it a log path (Unreal Saved/Logs, Unity Editor.log, Godot output, MSVC/UBT/MSBuild build output, or any .log/.jsonl) plus a question — "what errors", "what's flooding it", "what changed since last run", "track this scalar over time", "which…

2 7d ago A 148 tokens copy · 100% MIT

enforce

33

JSungMin/rider-mcp-enforcer

Command

Show or set Bash log-grep enforcement (block / warn / off) — controls whether raw grep/tail/cat over .log/.jsonl/Logs is intercepted and steered to gamedev-log.

2 7d ago A 42 tokens copy · 100% MIT

logs

34

JSungMin/rider-mcp-enforcer

Command

Analyze the game-engine/build log (Unreal Saved/Logs, Unity Editor.log, Godot output, MSVC/UBT/MSBuild, or any structured log) — parse, deduplicate, classify by severity/category, and read it token-efficiently via the gamedev-log CLI instead of dumping the raw file.

2 7d ago A 64 tokens copy · 100% MIT

PreToolUse

35

JSungMin/rider-mcp-enforcer

Hook

Runs before the agent uses a tool for Bash and Read tool calls, executing block-log-grep.mjs via node. From JSungMin/rider-mcp-enforcer.

2 7d ago A tokens not measured copy · 100% MIT

JSungMin/rider-mcp-enforcer

Skill Claude CodeCodex

Analyze an editor, build, or structured trace log (Unreal Engine Saved/Logs, Unity Editor.log, Godot output, MSVC/UBT/MSBuild build output, JSONL / structured .jsonl traces, or any text log) token-efficiently. Use when the user mentions checking, reading, searching, summarizing, or diffing a log; investigating…

2 7d ago A 157 tokens copy · 100% MIT

rider-search

37

JSungMin/rider-mcp-enforcer

Skill Claude CodeCodex

Routing rules for code search in JetBrains Rider projects — use the Rider MCP symbol/reference/file tools instead of Bash grep. Use whenever searching for a symbol, definition, function, variable, type, or finding usages/references in a C#/.NET or Unreal C++ codebase open in Rider.

2 7d ago A 60 tokens original MIT