reversa-data-master

Generate data dictionaries and ERD diagrams from DDL, migrations, and ORM models.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of understanding complex, undocumented database schemas by automatically mapping tables, relationships, and business rules.

Core Features & Use Cases

  • Automated Schema Mapping: Generates comprehensive data dictionaries and ERD diagrams from DDL, migrations, or ORM models.
  • Business Logic Extraction: Identifies triggers, stored procedures, and constraints to reveal hidden business rules.
  • Use Case: Use this when onboarding into a legacy project to instantly visualize the database architecture and understand how different entities relate to each other without manual exploration.

Quick Start

Ask the reversa-data-master to analyze the current database schema and generate the full documentation in the output folder.

Frequently Asked Questions about reversa-data-master

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

FAQPage Schema
How do I generate database documentation from DDL and ORM models?

Generate database documentation by analyzing DDL, migrations, and ORM models to produce comprehensive data dictionaries and ERD diagrams. This process maps entities and business rules without modifying underlying data structures.

Can I extract business logic like triggers and stored procedures when reverse-engineering a database schema?

Yes, reverse-engineering a database schema identifies triggers, stored procedures, and constraints to reveal hidden business rules. It maps complex relational structures to visualize how different entities relate to each other.

What is the best way to visualize undocumented database schemas for a legacy project?

The best way to visualize undocumented database schemas is automated schema mapping, which generates comprehensive data dictionaries and ERD diagrams instantly. This helps onboarding into legacy projects without manual exploration.

Does generating an ERD diagram require read-only access to the database definition files?

Yes, generating an ERD diagram requires read-only access to database definition files. This approach maps entities and business rules across various development frameworks safely without modifying the underlying data.

How do I document complex relational database structures across different development frameworks?

Document complex relational database structures by analyzing DDL, migrations, and ORM models across various development frameworks. This produces comprehensive data dictionaries and ERD diagrams covering triggers, procedures, and constraints.