reversa-docs-mapper

Map legacy project architecture into 3D and 2D visualizations with HTML and JSON artifacts.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/Pabloprogramador23/loja --skill reversa-docs-mapper-pabloprogramador23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-docs-mapper
Source: https://github.com/Pabloprogramador23/loja/tree/main/.agents/skills/reversa-docs-mapper
Command: npx skills add https://github.com/Pabloprogramador23/loja --skill reversa-docs-mapper-pabloprogramador23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Legacy codebases often have opaque structure, complex dependencies, and tangled topology that are hard to understand from code alone. This Skill maps the system into visual navigations to reveal architecture and relationships.

Core Features & Use Cases

  • 3D Code City visualizations (Three.js) to show spatial relationships between modules and packages.
  • 2D force-directed module maps (D3) to illustrate dependencies, cycles, and module connectivity.
  • Side-by-side topology views (legacy vs modern vs hybrid) to support migration planning and documentation.

Quick Start

Run the /reversa-docs-mapper command to regenerate the architecture visualizations for the current project.

Frequently Asked Questions about reversa-docs-mapper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize the architecture of a legacy codebase to understand module dependencies?

To visualize legacy codebase architecture, you can map the system into navigable 3D Code City and 2D force-directed module maps. This reveals complex dependencies and tangled topology by orchestrating data extraction into interactive HTML and JSON artifacts.

What is a Code City visualization and how does it help with reverse engineering?

A Code City is a 3D spatial visualization using Three.js to show relationships between modules and packages. It helps reverse engineering by transforming opaque legacy structure into an interactive navigable format, making complex dependencies easier to explore.

Can I generate side-by-side topology views for software migration planning?

Yes, you can generate side-by-side topology views comparing legacy, modern, and hybrid architectures. These visualizations support migration planning by illustrating structural dependencies and relationships to help teams document and transition codebases.

Does this architecture mapping approach work for codebases of any size and programming language?

Yes, the architecture mapping applies to codebases of varying sizes and programming languages. It orchestrates data extraction and rendering via auxiliary skills to build D3-based maps and 3D visualizations regardless of the underlying project language.

How do I regenerate architecture visuals for a current project?

To regenerate architecture visuals for a current project, run the /reversa-docs-mapper command. This executes the data extraction and rendering pipeline to produce updated 3D Code City, 2D module maps, and HTML documentation artifacts.