What problem does it solve?
This Skill helps you understand an existing codebase and convert scattered implementation details into a stable project context document. It reduces onboarding time, supports legacy system discovery, and gives AI collaborators a shared semantic map of modules, terms, rules, and public interfaces.
Core Features & Use Cases
- Codebase Structure Analysis: Scans project directories to identify source roots, module boundaries, entry points, and analyzable files.
- Knowledge Extraction: Derives domain terms, entities, business rules, and API surfaces from source code, comments, and docstrings while treating them as data rather than instructions.
- Project Context Generation: Produces or updates a centralized project-context.md file and populates source_paths in project-context.yaml for future AI workflows.
- Use Cases: Ideal for onboarding to an unfamiliar repository, documenting a legacy system, extracting requirements from code, or preparing downstream design and implementation work with reliable context.
Quick Start
Ask the AI to run mvt-analyze-code on your repository to scan the source tree and generate an updated project context document.