From architecture-tools
[STUB - Not implemented] Entity-relationship diagrams and data modeling for database schema design. PROACTIVELY activate for: [TODO: Define on implementation]. Triggers: [TODO: Define on implementation]
How this skill is triggered — by the user, by Claude, or both
Slash command
/architecture-tools:er-diagram-and-data-modelingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **STUB: This skill is not yet implemented**
STUB: This skill is not yet implemented
This placeholder preserves the documented plugin structure. See parent plugin README for planned capabilities.
erDiagram
USER ||--o{ POST : creates
USER {
uuid id PK
string email
timestamp created_at
}
POST {
uuid id PK
uuid author_id FK
string title
text content
}
npx claudepluginhub agentient/vibekit --plugin architecture-toolsGenerates ERDs, Mermaid/PlantUML diagrams, schema docs, and insights from SQL dumps, ORM models (Prisma, SQLAlchemy, TypeORM), migrations, or live DBs.
Designs normalized (3NF) relational database schemas with indexes, constraints, naming conventions, and documentation from functional requirements. Guides entity extraction, relationships, and ERD generation.
Designs database schemas, data models, ERDs, and migration strategies. Produces design documents only, never implementation code. Automatically invoked by PM Conductor for schema design tasks.