Plugin Claude Code
Plugin marketplace listing 1 plugin: ts-review-graph.
Plugin Claude Code
Plugin marketplace listing 1 plugin: ts-review-graph.
MCP server Claude CodeCodexCursor
MCP server for TypeScript dependency graph analysis. Runs locally from the @elchika-inc/ts-review-graph-mcp-server npm package.
Instructions file
Claude Code instructions for elchika-inc/ts-review-graph, covering ts-review-graph, commands, 特定パッケージのみ, architecture and key files.
Plugin Claude Code
A plugin that builds TypeScript type-dependency graphs for Claude Code. A dependency graph shows which types and files are connected.
Command
A command that manually rebuilds the file relationship graph for a TypeScript project.
Command
A command that shows which parts of a TypeScript project may be affected by a type or file change. It can also return the dependency relationships as a Mermaid diagram, a text format that compatible tools can render visually.
Command
Call the getminimalcontext MCP tool from the ts-review-graph server with.
Command
A command that reports the current state of a TypeScript project’s file relationship graph.
Hook
Runs before the agent uses a tool for Read tool calls, executing pre-read.sh via bash. From elchika-inc/ts-review-graph.
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing post-write.sh via bash. From elchika-inc/ts-review-graph.
Skill Claude CodeCodex
A TypeScript code-review and implementation aid that maps how changed files affect the rest of a project and identifies the smallest set of files to read.