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:

  1. Database schemas - Tables, relationships, constraints, indexes
  2. Service layer models - DTOs, domain models, business logic data structures
  3. 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)

Installs
1
GitHub Stars
5
First Seen
Jul 26, 2026
data-model — thoreinstein/opencode-config