reversa-docs-mapper

Generate navigable 2D and 3D HTML documentation pages from module and dependency JSON data.

Updated May 16, 2026
One-click install
npx skills add https://github.com/ricardops34/rcg-crm --skill reversa-docs-mapper
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reversa-docs-mapper
Source: https://github.com/ricardops34/rcg-crm/tree/main/.agents/skills/reversa-docs-mapper
Command: npx skills add https://github.com/ricardops34/rcg-crm --skill reversa-docs-mapper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

It transforms reverse-engineered module knowledge and dependencies into clear, navigable visual pages so readers can quickly understand the system’s physical and logical organization.

Core Features & Use Cases

  • 3D Architecture Map (Code City): Generate an interactive 3D view of modules and their spatial grouping for fast comprehension during documentation reviews.
  • 2D Module Dependency Graph: Create a force-directed map that highlights relationships, cycles, and structure for architectural analysis and stakeholder alignment.
  • Optional Topology Side-by-Side: Render a topology comparison (legacy vs modern vs hybrid) when topology evidence exists, supporting phased rebuild planning.

Quick Start

Use the reversa-docs-mapper skill to regenerate the architecture and module map pages by running /reversa-docs-mapper.

Frequently Asked Questions about reversa-docs-mapper

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

FAQPage Schema
How do I generate interactive architecture visualization pages from reverse-engineered module data?▼

To create 3D architecture maps from reverse-engineered modules, this Skill generates a Code City view by mapping module spatial groupings into an interactive 3D visualization using Threejs. It accelerates comprehension during documentation reviews by rendering cached JSON inputs into self-contained HTML.

Can I visualize module dependency graphs in 2D for architectural analysis?▼

You can visualize module dependency graphs in 2D for architectural analysis using this Skill. It produces force-directed maps that highlight relationships, cycles, and structure, converting extracted dependency JSON data into navigable HTML pages for stakeholder alignment.

Does this visualization tool require external dependencies or libraries?▼

No external dependencies are required to use this visualization tool. It generates self-contained HTML pages by relying on window-injected data and viewer/chassis templates, avoiding direct page fetches while rendering 3D and 2D architecture maps.

How do I map a rebuilt system's topology alongside legacy architecture for phased planning?▼

To map a rebuilt system's topology alongside legacy architecture, this Skill optionally renders a side-by-side topology comparison when evidence exists. It outputs topologia.html to support phased rebuild planning across legacy, modern, and hybrid structures.