PocketFlow-Tutorial-Codebase-Knowledge: This project builds an AI agent to transform complex GitHub repositories into beginner-friendly tutorials. It analyzes codebases to identify core abstractions and their interactions, then generates clear explanations and visualizations automatically.; code-graph-mcp: code-graph-mcp is a high-performance server that builds a structured knowledge graph of your codebase for AI coding assistants. It offers multi-language AST parsing, semantic search, call graph traversal, and HTTP route tracing to provide deep code understanding and optimize LLM context usage.
Learning new codebases: Quickly understand unfamiliar repositories by generating a guided tutorial.
Perform impact analysis to understand the consequences and blast radius of proposed code changes.