reversa-arquitetura-3d

Generate interactive 3D software architecture visualizations from JSON module and dependency data.

Updated May 19, 2026
One-click install
npx skills add https://github.com/silaslopes100/lojacarmenedaniel --skill reversa-arquitetura-3d-silaslopes100
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-arquitetura-3d
Source: https://github.com/silaslopes100/lojacarmenedaniel/tree/main/.agents/skills/reversa-arquitetura-3d
Command: npx skills add https://github.com/silaslopes100/lojacarmenedaniel --skill reversa-arquitetura-3d-silaslopes100

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the difficulty of understanding complex software structures by transforming abstract codebases into interactive, navigable 3D environments, making architectural patterns and dependencies immediately intuitive.

Core Features & Use Cases

  • Code City Visualization: Represents files as buildings and folders as districts, allowing you to spot large or complex modules at a glance.
  • Dependency Graphing: Uses 3D force-directed layouts to reveal hidden coupling and circular dependencies in your system.
  • Architecture Tours: Generates cinematic, narrated walkthroughs of your codebase for stakeholder presentations or developer onboarding.

Quick Start

Use the reversa-arquitetura-3d skill to generate a 3D code city visualization from the provided modules.json and deps.json files.

Frequently Asked Questions about reversa-arquitetura-3d

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

FAQPage Schema
How do I visualize software architecture in 3D using Three.js?

You can visualize software architecture in 3D by providing JSON-formatted module and dependency data, which the Skill renders into an interactive Three.js scene with camera controls and optimized instanced meshes.

What is a Code City visualization for codebases?

A Code City visualization represents files as buildings and folders as districts in a 3D environment, letting you spot large or complex modules at a glance for architectural analysis.

How do I generate a 3D dependency graph to find circular dependencies?

To generate a 3D dependency graph, provide JSON dependency data to map modules, and the Skill uses 3D force-directed layouts to reveal hidden coupling and circular dependencies in your system.

Can I create narrated walkthroughs of my codebase for developer onboarding?

Yes, you can generate cinematic, narrated architecture tours of your codebase, creating walkthroughs suitable for stakeholder presentations or developer onboarding.

What data format is required to render a 3D code city?

Rendering a 3D code city requires JSON-formatted module and dependency data, such as modules.json and deps.json files, to map the architectural structures into a standalone HTML scene.

Does this 3D architecture visualization support multiple visual modes?

Yes, the visualization supports multiple modes including Code City, Dependency Graph, and Layer Stack, providing distinct 3D layouts for comprehensive architectural analysis.