What problem does it solve?
This skill solves the difficulty of understanding complex, large-scale codebases by transforming them into navigable, queryable knowledge graphs that highlight architecture, dependencies, and community cohesion.
Core Features & Use Cases
- Automated Architecture Analysis: Automatically detects file relationships, call graphs, and dependency structures across entire projects.
- Semantic Querying: Allows users to ask natural language questions about code logic, design patterns, and file interactions using a persistent graph.
- Use Case: A developer joining a new project can use this skill to generate a visual and textual report of the system architecture, identifying key modules and potential bottlenecks without manually tracing every import.
Quick Start
Run the graphify skill on the current directory to build a complete knowledge graph of the codebase.