reversa-docs-mapper

Generate navigable 3D Code City and 2D force-directed architecture maps from legacy codebases.

1|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/stribus/pygerengastos --skill reversa-docs-mapper-stribus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-docs-mapper
Source: https://github.com/stribus/pygerengastos/tree/main/.agents/skills/reversa-docs-mapper
Command: npx skills add https://github.com/stribus/pygerengastos --skill reversa-docs-mapper-stribus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este Skill facilita documentar a arquitetura de código, gerando visualizações navegáveis que explicam a organização de módulos, dependências e topologias.

Core Features & Use Cases

  • Geração de arquitetura 3D (Code City) e mapa 2D (D3) a partir de código legado.
  • Regeneração de páginas de arquitetura, módulos e topologia para documentação.
  • Integração com pipelines de documentação para produção de artefatos HTML estáticos.

Quick Start

Execute o mapper para regenerar as páginas de arquitetura a partir do código-fonte existente.

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 legacy codebase architecture in 3D?

You can visualize legacy codebase architecture in 3D by mapping source files into a navigable Code City. This Skill extracts spatial architecture maps and renders 3D visualizations using Three.js to represent module structures and dependencies.

What is the best way to generate navigable module maps from source code?

Generating navigable module maps from source code is best handled by extracting dependencies and producing 2D force-directed graphs. This Skill uses D3 to render module topologies into web-ready HTML artifacts for documentation pipelines.

Can I generate architecture documentation as static HTML artifacts?

Yes, you can generate architecture documentation as static HTML artifacts. The mapper produces web-ready HTML pages that regenerate architecture, modules, and topology visualizations directly from your existing source code.

Does the mapper handle missing sources and external script references?

The mapper gracefully handles missing sources during architecture extraction. It processes optional references to external assets, scripts, and dependencies while mapping the codebase without failing on incomplete project structures.

When do I need force-directed graphs versus Code City visualizations?

You need force-directed graphs for 2D module maps and Code City visualizations for 3D architecture representation. This Skill applies both techniques simultaneously, using D3 for module topologies and Three.js for spatial architecture rendering.

Are there limitations when mapping codebase dependencies with D3 and Three.js?

Limitations when mapping codebase dependencies involve handling incomplete or missing source files during extraction. The mapper mitigates this by gracefully processing optional asset and script references, though heavily obfuscated legacy code may reduce mapping accuracy.