database-schema-documentation
✓Document database schemas, ERD diagrams, table relationships, indexes, and constraints. Use when documenting database schema, creating ERD diagrams, or writing table documentation.
Installation
SKILL.md
Create comprehensive database schema documentation including entity relationship diagrams (ERD), table definitions, indexes, constraints, and data dictionaries.
erDiagram users ||--o{ orders : places users ||--o{ addresses : has users ||--o{ paymentmethods : has orders ||--|{ orderitems : contains orders ||--|| payments : has products ||--o{ orderitems : includes products }o--|| categories : belongsto products ||--o{ productimages : has products ||--o{ inventory : tracks
users { uuid id PK string email UK string passwordhash string name timestamp createdat timestamp updatedat }
Document database schemas, ERD diagrams, table relationships, indexes, and constraints. Use when documenting database schema, creating ERD diagrams, or writing table documentation. Source: aj-geddes/useful-ai-prompts.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill database-schema-documentation- Category
- ""Writing
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is database-schema-documentation?
Document database schemas, ERD diagrams, table relationships, indexes, and constraints. Use when documenting database schema, creating ERD diagrams, or writing table documentation. Source: aj-geddes/useful-ai-prompts.
How do I install database-schema-documentation?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill database-schema-documentation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/aj-geddes/useful-ai-prompts
Details
- Category
- ""Writing
- Source
- skills.sh
- First Seen
- 2026-02-01