Tag: code-refactoring

Type: All Skills Tools
tool

Safe and structured code refactoring utility

This tool facilitates complex, multi-file code restructuring, allowing developers to safely rename symbols, extract modules, or split services by mapping all dependencies and potential impact areas. It provides granular control over the ref…

Marcus-Rug-Intel/rug-munch-mcp code-refactoring dependency-mapping symbol-renaming software-engineering
tool ★ 28

File-scoped symbol analysis using LSP capabilities

This tool provides fast, file-local analysis of symbols, allowing developers to list all definitions, find all usages, and inspect type signatures within the current file without requiring a full workspace search. It leverages the language …

blackwell-systems/agent-lsp lsp symbol-analysis file-scope code-refactoring
skill ★ 4

CCG Latent Chain Mode

A structured workflow for executing complex, multi-step development tasks through a four-phase reasoning process. It optimises token usage by employing hidden-state reasoning and transmitting only context deltas.

phuongrealmax/code-guardian token-efficient agentic-workflow software-development code-refactoring
skill ★ 10,706

Refines code for clarity and maintainability

This skill refines recently modified code to enhance clarity and maintainability without altering its functional output. It applies project conventions and best practices, focusing on readability and reducing unnecessary complexity while st…

elie222/inbox-zero code-refactoring typescript readability code-simplification
tool ★ 5

Automated safe code refactoring and restructuring

This tool facilitates complex, multi-file code refactoring by mapping dependencies and predicting impact across a codebase. It provides structured workflows for renaming symbols, extracting modules, or splitting services while ensuring code…

hifriendbot/cogmemai-mcp code-refactoring dependency-mapping software-engineering git-operations
tool ★ 1,854

GitNexus Code Refactoring and Impact Analysis

Perform safe code refactoring by mapping dependencies and calculating the blast radius of changes. The toolset enables automated multi-file renaming and identifies all affected callers and downstream processes.

doobidoo/mcp-memory-service code-refactoring impact-analysis dependency-mapping gitnexus
skill

Safe Code Refactoring with GitNexus

A structured workflow for performing safe code refactoring, including renaming symbols, extracting modules, and splitting services. It leverages dependency mapping and impact analysis to ensure structural changes do not break existing code …

CryptoRugMunch/rug-munch-mcp code-refactoring gitnexus dependency-mapping automated-refactoring
skill ★ 5

Repository dependency and impact analysis

Identifies inbound dependencies, including callers, importers, and relevant test files, for a specific node in a repository graph. This allows developers to assess the impact of code changes or deletions.

James-Chahwan/repo-graph dependency-analysis impact-analysis code-refactoring repository-graph