Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships
az9713/understand-anything-tutorial
SkillsMP has collected 5 skills from az9713/understand-anything-tutorial. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 5 of 5 collected skills.
Ask questions about a codebase using both the structural knowledge graph and the domain graph. Enhanced replacement for /understand-chat that includes business flow context.
Generate semantic embeddings for all knowledge graph nodes and save to .understand-anything/embeddings.json. Enables semantic search in the MCP server's search_nodes tool.
Check whether the knowledge graph is current relative to the git HEAD. Run before querying the graph to avoid reasoning from stale data.
Generate an architecture summary from the knowledge graph and inject it into CLAUDE.md, AGENTS.md, or .github/copilot-instructions.md so every agent session starts with codebase context