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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Synthesizes scattered knowledge of a legacy software project into formal architectural documentation, enabling teams to understand and evolve the system.

Core Features & Use Cases

  • Generates C4 context, containers, and components diagrams, plus complete ERDs and integration maps from existing code and artifacts.
  • Produces Spec Impact Matrix to trace component responsibilities and dependencies across the architecture.
  • Supports iterative reverse-engineering workflows during interpretation phases.

Quick Start

Generate a complete architectural documentation set from the project's artifacts.

Frequently Asked Questions about reversa-architect

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

FAQPage Schema
How do I generate architectural documentation from existing legacy code?

To generate architectural documentation from legacy code, this Skill reverse-engineers project artifacts to produce structured C4 diagrams, ERDs, and integration maps. It synthesizes scattered project knowledge into formal files like architecture.md and erd-complete.md.

What is the best way to create C4 context and container diagrams for a legacy system?

Creating C4 context and container diagrams for a legacy system involves extracting structural relationships from existing code. This Skill generates c4-context.md and c4-containers.md files by analyzing scattered project artifacts and reverse-engineering system boundaries.

Can I automatically generate an ERD and integration map from project artifacts?

Yes, you can automatically generate an ERD and integration map from project artifacts. The Skill reverse-engineers existing code to produce erd-complete.md and mapping files, synthesizing scattered data structures and integration points into formal documentation.

How do I trace component dependencies and responsibilities across a reverse-engineered architecture?

Tracing component dependencies across a reverse-engineered architecture requires a spec impact matrix. This Skill generates traceability/spec-impact-matrix.md to map component responsibilities and dependencies directly from the synthesized architectural documentation.

Does this reverse-engineering approach support iterative interpretation workflows?

Yes, this reverse-engineering approach supports iterative interpretation workflows. It allows teams to progressively synthesize scattered legacy project knowledge into formal architectural documentation during the interpretation phase.