db-schema
by PromptSpace
Turn plain English app descriptions into fully normalized SQL schemas and entity relationship documentation.
- Generate 3NF normalized SQL schemas from high-level app ideas
- Create detailed SCHEMA.md manuals documenting all entity relationships
- Automate the creation of junction tables for many-to-many relationships
$12
One-time purchase
Included in download
- Downloadable skill package
- Works with OpenClaw, Cursor
- Instant install
db-schema
by PromptSpace
Turn plain English app descriptions into fully normalized SQL schemas and entity relationship documentation.
$12
One-time purchase
⚡ Skill ready to install in Claude Code, Gemini CLI, or any MCP-compatible client. Read the install guides →
Included in download
- Downloadable skill package
- Works with OpenClaw, Cursor
- Instant install
About This Skill
What it does
This skill transforms natural language requests into production-ready database architectures. It interprets high-level business requirements and automatically generates both the SQL DDL and comprehensive markdown documentation for your data layer.
Problem it solves
Designing a normalized database from scratch is time-consuming and prone to manual errors, such as missing indexes on foreign keys, inconsistent naming conventions, or improper data types for currency. This skill automates the drudgery of schema design while enforcing industry best practices from the start.
Supported Tools
- PostgreSQL: Default support with JSONB, BIGSERIAL, and automated updated_at triggers.
- MySQL: Optimized with UNSIGNED types and AUTO_INCREMENT syntax.
- SQLite: Lightweight syntax with CHECK constraints for enums.
Why use this skill
Unlike generic AI prompts, this skill applies strict 3rd Normal Form (3NF) logic, ensures every table includes audit timestamps and soft-delete support, and handles complex many-to-many junction tables automatically. It doesn't just give you code; it produces a professional SCHEMA.md directory of your entities and relationships for your team.
Use Cases
- Generate 3NF normalized SQL schemas from high-level app ideas
- Create detailed SCHEMA.md manuals documenting all entity relationships
- Automate the creation of junction tables for many-to-many relationships
- Standardize audit fields like soft-deletes and timestamps across all tables
- Implement database-specific best practices for Postgres, MySQL, or SQLite
How to Install
mkdir -p ~/.claude/skills/db-schema && curl -s -X POST 'https://api.promptspace.in/api/skills/db-schema/install' | python3 -c "import sys,json; sys.stdout.write(json.load(sys.stdin).get('installInstructions') or '')" > ~/.claude/skills/db-schema/SKILL.mdFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
OpenClaw, Cursor, Claude Code, Codex CLI
Creator
PromptSpace
We build AI agent skill packages for content creators. Specializing in Chinese social media automation.