data-model
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Data Model Generation Command
Current Time: !date
PostgreSQL: !psql --version
Create comprehensive Entity Relationship Diagrams (ERDs) and data documentation for the current project.
Objective
Generate complete data model documentation including:
- Database schemas - Tables, relationships, constraints, indexes
- Service layer models - DTOs, domain models, business logic data structures
- UI data structures - Component props, state management, data flows
Output Location
Save all documentation to: ./docs/architecture/data-model.md (relative to current project directory)