Agent Claude Code
A reviewer for TypeScript refactoring tools that checks whether renaming, moving, or changing code also updates every affected reference across the project.
Agent Claude Code
A reviewer for TypeScript refactoring tools that checks whether renaming, moving, or changing code also updates every affected reference across the project.
Hook Claude Code
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing post-edit-check.mjs via node. From SiroSuzume/mcp-ts-morph.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
Skill Claude CodeCodex
A read-only checker for comparing registered MCP tools with their README and CLAUDE.md listings. MCP tools are connected actions that an AI coding assistant can call.
Skill Claude CodeCodex
A development guide for adding a new TypeScript code-refactoring tool to an MCP server. It uses ts-morph, a library for analyzing and changing TypeScript code, and describes the related tests, registration, and documentation updates.
Skill Claude CodeCodex
Tag a new version and trigger the npm publish workflow for @sirosuzume/mcp-tsmorph-refactor. Use when the user says "リリース", "release", "タグを打って", "v1.x.y にバージョンを上げて", "npm に出して" or similar.
Instructions file
A project instruction file for an MCP server that provides TypeScript and JavaScript code-refactoring tools through ts-morph. Ts-morph is a library for safely analyzing and changing source code.
MCP server Claude CodeCodexCursor +2
A local MCP server for refactoring TypeScript code with ts-morph, a library that represents TypeScript programs as editable code structures. It is installed and run through an npm package.