Capability
2 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →via “codebase indexing and multi-repo dependency graph analysis”
AI test generation and code integrity analysis.
Unique: Builds a semantic dependency graph that understands not just file-level dependencies but also function-level and API-level relationships. Enables querying the graph to understand impact of changes across the entire codebase.
vs others: More comprehensive than simple file-level dependency analysis because it understands semantic relationships. More accurate than static analysis tools because it uses LLM-based understanding of code intent.
via “pagerank-based code importance ranking with dependency graph analysis”
** -🐧 🪟 🍎 - An MCP server (and command-line tool) to provide a dynamic map of chat-related files from the repository with their function prototypes and related files in order of relevance. Based on the "Repo Map" functionality in Aider.chat
Unique: Applies PageRank algorithm (from Aider.chat) to code dependency graphs to rank importance, treating the codebase as a directed graph where edges represent function calls and class references. This graph-based approach identifies central components more accurately than heuristics like file size or modification time, and integrates seamlessly with the Tree-sitter extraction pipeline.
vs others: More sophisticated than simple heuristics (file size, recency) because it understands code structure; more efficient than full semantic analysis because it operates on extracted call graphs rather than re-parsing code.
Building an AI tool with “Pagerank Based Code Importance Ranking With Dependency Graph Analysis”?
Submit your artifact →curl unfragile.ai/agents.md | sh© 2026 Unfragile. The platform for software for agents.