reversa-data-master

Generate ERD, data dictionary, and business rules documentation from database schemas.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of documenting a legacy database, including tables, relationships, constraints, triggers, procedures, and ERD, providing a comprehensive overview with minimal effort.

Core Features & Use Cases

  • Full Database Documentation: Automatically generates a complete database documentation set, including tables, relationships, and business rules.
  • Use Case: When you need to quickly understand the structure and functionality of a legacy database, without the need for deep technical expertise.

Quick Start

Use the 'reversa-data-master' skill to generate a full database documentation for your project.

Frequently Asked Questions about reversa-data-master

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

FAQPage Schema
How do I automatically generate database documentation for a legacy database?

To generate database documentation for a legacy database, you need a tool that automatically extracts schema and relationships. This skill reads your database schema and ORM models to output Mermaid ERD diagrams, data dictionaries, and business rules documentation as markdown files.

What is the best way to create an ERD and data dictionary from existing database schema?

Creating an ERD and data dictionary from existing database schema is best handled by automated extraction tools. This skill processes your schema definitions to generate Mermaid ERD diagrams and markdown data dictionaries detailing tables, constraints, triggers, and procedures.

Can I document database triggers and procedures using automated database analysis?

Yes, you can document database triggers and procedures using automated database analysis. This skill scans your legacy database structure to automatically extract and document triggers, procedures, constraints, and table relationships into a comprehensive markdown reference.

Do I need ORM models to generate full database documentation and ERDs?

Yes, you need ORM models and direct access to your database schema to generate full database documentation. The skill requires these inputs to accurately map table relationships, constraints, and business rules for the output ERD and data dictionary.

What format does automated database documentation output use for ERDs and data dictionaries?

Automated database documentation typically outputs ERDs and data dictionaries in human-readable formats. This skill generates Mermaid diagrams for visual entity-relationship mapping and markdown files for the data dictionary and business rules, organized in a specified folder.

How does database documentation handle complex legacy structures with undocumented business rules?

Database documentation handles complex legacy structures by analyzing schema metadata and ORM definitions. This skill automatically maps undocumented business rules, table relationships, and constraints from your legacy database, producing a comprehensive markdown and Mermaid overview.