reversa-arquitetura-3d

reversa-arquitetura-3d is a skill for Claude Code, Codex from sandeco/reversa. It costs 46 tokens per session (2,434 once invoked), scanned A, original, MIT.

A tool that creates an interactive 3D map of software architecture from modules and their dependencies. It produces a standalone HTML file that can be explored with camera controls.

In plain words
What is it for?
Use it to explore a codebase as a dependency graph, layered stack, call tree, code city, or guided architecture tour. The resulting view can be opened in a browser and exported as a PNG image.
Why use it?
It makes relationships and structure in a codebase easier to inspect than a flat list or static diagram. Different views help reveal dependencies, layers, file size, or call paths.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex; mentions Gemini CLI.

Good fit Use it to explore a codebase as a dependency graph, layered stack, call tree, code city, or guided architecture tour. The resulting view can be opened in a browser and exported as a PNG image.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sandeco/reversa/reversa-arquitetura-3d
About the project

Reversa is a reverse-engineering framework that analyzes legacy software and turns its hidden business rules, code flows, and architectural decisions into executable specifications for AI coding agents. Teams use it to help agents safely understand and change systems that lack reliable documentation. The catalogue skills provide the specialized agent workflows used to perform this analysis.

sandeco/reversa · 1,589 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sandeco/reversa --skill reversa-arquitetura-3d
Clone the repo
git clone --depth 1 https://github.com/sandeco/reversa

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for reversa-arquitetura-3d

README.md
[![agentmods](https://agentmods.dev/badge/skills/sandeco/reversa/reversa-arquitetura-3d/github.svg)](https://agentmods.dev/skills/sandeco/reversa/reversa-arquitetura-3d)
Your own site
<a href="https://agentmods.dev/skills/sandeco/reversa/reversa-arquitetura-3d"><img src="https://agentmods.dev/badge/skills/sandeco/reversa/reversa-arquitetura-3d/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for reversa-arquitetura-3d

Your own site · 80×15
<a href="https://agentmods.dev/skills/sandeco/reversa/reversa-arquitetura-3d"><img src="https://agentmods.dev/badge/skills/sandeco/reversa/reversa-arquitetura-3d.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,434 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Prompt Injection · line 102
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.02434
Opus 5 $0.00023 $0.01217
Sonnet 5 $0.00009 $0.00487
Haiku 4.5 $0.00005 $0.00243

Measured 12d ago against content hash a0aea997259b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

reversa-arquitetura-3d scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/reversa-arquitetura-3d/SKILL.md · 164 lines

How it starts

The opening of the file, as written. The whole thing — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Arquitetura 3D

Cria visualizações 3D de arquitetura de software usando Three.js. Gera sempre HTML standalone (arquivo único, self-contained) com cena 3D interativa, controles de câmera (mouse, touch, teclado), sidebar de parâmetros e botão de exportar a viewport como PNG.

A skill cobre cinco modos visuais consagrados em visualização de software, cada um com referência dedicada em references/:

Modo Quando usar Referência
Code City Visão geral de tamanho/complexidade de cada arquivo, padrão "cidade de código" references/CODE_CITY.md
Dependency Graph 3D Grafo de dependências com força repulsiva, nós em 3D references/DEPENDENCY_GRAPH_3D.md
Layer Stack Camadas arquiteturais (UI / Domain / Infra) empilhadas com setas de fluxo references/LAYER_STACK.md
Call Graph 3D Árvore de chamadas explorável em profundidade references/CALL_GRAPH_3D.md
Architecture Tour Câmera animada percorrendo a cena com overlay narrativo references/ARCH_TOUR.md

Padrões compartilhados de Three.js, lighting, controles e performance vivem em references/THREE_PATTERNS.md. Cenários de erro e tratamento em references/ERRORS.md.

Fluxo de Trabalho

1. Receber os dados

Os dados podem vir de:

  • JSON inline: usuário fornece modules.json (lista de módulos) e/ou deps.json (grafo de dependências).
  • Caminho de arquivo: usuário aponta para JSONs em _reversa_docs/assets/data/ (gerados pelo agente /reversa-documentation).
  • Solicitado ao usuário: se a skill é invocada sem dados, perguntar caminho ou pedir colagem inline.

Schema esperado de modules.json:

[
  {
    "name": "src/auth/login.ts",
    "folder": "src/auth",
    "loc": 142,
    "complexity": 8,
    "type": "code"
  }
]

Schema esperado de deps.json (orientado):

{
  "nodes": [{ "id": "src/auth/login.ts" }, { "id": "src/auth/jwt.ts" }],
  "edges": [{ "from": "src/auth/login.ts", "to": "src/auth/jwt.ts", "weight": 1 }]
}

Read the full file on GitHub · 164 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 164 lines · 46 tokens per session scan A a0aea997259b

Subscribe to this mod's changes

reversa-arquitetura-3d is a skill published in the GitHub repository sandeco/reversa (1,589 stars, last pushed 3d ago), licensed MIT. It adds 46 tokens to every session and 2,434 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 52 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.

Hisn00w/ASu-skills · 86 tokens