Tag: dependency-graph

Type: All Skills Tools
tool

Code Impact and Dependency Analysis Tool

This tool assesses the blast radius and dependencies of proposed code changes, providing a safety analysis before committing. It determines which symbols or processes are directly or indirectly affected, assigning a risk level to guide refa…

Marcus-Rug-Intel/rug-munch-mcp git-analysis code-safety dependency-graph impact-analysis
tool ★ 28

Codebase Understanding and Dependency Mapping

This tool generates a comprehensive Code Map by analyzing an entire file or module, synthesizing cross-symbol relationships, call hierarchies (up to two levels), and references. It provides a holistic view of a codebase's structure, moving …

blackwell-systems/agent-lsp code-analysis lsp dependency-graph code-mapping
tool ★ 8

Optimal pathfinding through complex task workflows

This tool implements A* pathfinding to determine optimal task sequences through complex dependency graphs. It supports finding the K-shortest paths while allowing cost, time, or risk to be used as configurable heuristics.

Whatsonyourmind/oraclaw pathfinding a-star workflow-management task-sequencing
skill ★ 23

Orchestrates full software release lifecycle management

This skill orchestrates the entire software release lifecycle, from initial planning and dependency graph generation to execution scheduling and cross-feature integration testing. It manages complex workflows, including pre-mortem analysis …

markmhendrickson/neotoma release-management workflow-orchestration dependency-graph software-release
tool ★ 5

Codebase Debugging and Execution Flow Tracing

This tool facilitates deep code introspection by querying execution flows, identifying function dependencies, and tracing complex call chains across a codebase. It allows developers to pinpoint the root cause of bugs, errors, or unexpected …

hifriendbot/cogmemai-mcp debugging code-tracing dependency-graph error-handling
tool ★ 291

Codebase intelligence and dependency mapping tool

This tool indexes an entire codebase, providing deep intelligence through symbol resolution, dependency graph analysis, and semantic search. It allows developers to quickly assess file importance, trace call paths, and understand the potent…

admica/FileScopeMCP codebase-intelligence dependency-graph symbol-lookup refactoring
tool ★ 1,854

Analyze code blast radius before committing

This tool analyzes the potential "blast radius" of code modifications by mapping dependencies and affected execution flows. It assesses risk levels, identifying direct callers and indirect dependencies to ensure changes are safe before comm…

doobidoo/mcp-memory-service impact-analysis code-safety dependency-graph blast-radius
skill ★ 41

Comprehensive context for database entities

This skill provides comprehensive, bounded context bundles for core database entities like tables, routes, and RPCs. It aggregates schema, security policies, dependencies, and calling evidence, simplifying complex, entity-wide impact analys…

drhalto/agentmako table-context route-context rpc-context schema-analysis
skill ★ 41

Comprehensive context for database entities and code paths

This skill provides comprehensive, entity-centered context bundles for tables, routes, or RPCs. It aggregates related metadata, including schemas, access policies, dependencies, and calling evidence, simplifying complex impact analysis.

drhalto/agentmako table-context route-context rpc-context schema-analysis
skill ★ 41

Advanced Project Intelligence and Code Analysis

This skill acts as an entry point for Mako, a project-intelligence MCP server designed to answer structural or cross-surface engineering questions. It provides specialized tools for deep introspection into codebases, including schema tracin…

drhalto/agentmako project-intelligence code-analysis schema-introspection dependency-graph
skill ★ 41

Codebase relationship and dependency analysis skill

This skill suite provides deep structural analysis of a codebase, allowing developers to trace dependencies, map execution flows, and predict the blast radius of proposed changes. It covers everything from finding specific symbol paths to d…

drhalto/agentmako dependency-graph impact-analysis codebase-analysis refactoring
tool ★ 41

Comprehensive code evidence and dependency tracer

This suite of tools enables developers to perform deep, focused evidence tracing across complex codebases. It can analyse dependencies for routes, schemas, files, and database objects to understand lineage and potential impact.

drhalto/agentmako code-tracing dependency-graph schema-validation file-health
skill ★ 41

Contextual analysis for database entities and code paths

This skill provides comprehensive, entity-wide context bundles for tables, routes, or RPCs. It aggregates schema, security policies, dependencies, and related code evidence, streamlining complex impact analysis for developers.

drhalto/agentmako table-context route-context rpc-context schema-analysis
tool ★ 41

Targeted evidence tracing for code dependencies and evidence

This suite of tools allows developers to perform focused evidence traces around known targets, such as routes, schemas, or files. It helps understand implementation details, dependencies, and the supporting evidence for complex code paths.

drhalto/agentmako trace dependency-graph code-analysis schema-usage
tool ★ 41

Comprehensive context for code entities

This skill provides bounded, entity-centered context bundles for core application components. It allows developers to gather comprehensive information—such as schema, dependencies, and policies—for a specific table, route, or RPC in a singl…

drhalto/agentmako table-context route-context rpc-context schema
skill ★ 41

Analyze project dependencies and relationships

This skill suite provides comprehensive graph analysis capabilities, allowing developers to trace complex relationships, map data flows, and estimate the blast radius of proposed code changes. It supports identifying dependency paths, circu…

drhalto/agentmako dependency-graph impact-analysis code-relationships flow-mapping
skill ★ 5

Trace Feature Implementation Path

This skill traces a feature's implementation path from its entrypoint through handlers and data sources, providing a high-level overview before code inspection. It leverages the `status`, `flow`, and `trace` tools to identify and report the…

James-Chahwan/repo-graph feature-tracing code-navigation dependency-graph mcp