What problem does it solve?
This Skill solves the problem of architectural drift by automatically generating an interactive, provenance-backed map of your codebase, ensuring your documentation stays in sync with your actual implementation.
Core Features & Use Cases
- Automated Mapping: Scans your repository to build a hierarchical, drill-down architecture map that visualizes modules and their dependencies.
- PR Diff Overlays: Overlays specific PRs, commits, or branch changes onto the map to highlight exactly which architectural components are affected by a change.
- Use Case: When onboarding a new engineer or planning a refactor, use this Skill to visualize the current dependency graph and verify the impact of proposed changes before merging.
Quick Start
Follow the instructions in the archlet SKILL.md file to build a map for this project.