database-schema-designer
✓Use this skill when designing database schemas for relational (SQL) or document (NoSQL) databases. Provides normalization guidelines, indexing strategies, migration patterns, and performance optimization techniques. Ensures scalable, maintainable, and performant data models.
Installation
SKILL.md
This skill provides comprehensive guidance for designing robust, scalable database schemas for both SQL and NoSQL databases. Whether building from scratch or evolving existing schemas, this framework ensures data integrity, performance, and maintainability.
1st Normal Form (1NF) Rule: Each column contains atomic (indivisible) values, no repeating groups.
2nd Normal Form (2NF) Rule: Must be in 1NF + all non-key columns depend on the entire primary key.
Use this skill when designing database schemas for relational (SQL) or document (NoSQL) databases. Provides normalization guidelines, indexing strategies, migration patterns, and performance optimization techniques. Ensures scalable, maintainable, and performant data models. Source: ariegoldkin/ai-agent-hub.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/ariegoldkin/ai-agent-hub --skill database-schema-designer- Source
- ariegoldkin/ai-agent-hub
- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is database-schema-designer?
Use this skill when designing database schemas for relational (SQL) or document (NoSQL) databases. Provides normalization guidelines, indexing strategies, migration patterns, and performance optimization techniques. Ensures scalable, maintainable, and performant data models. Source: ariegoldkin/ai-agent-hub.
How do I install database-schema-designer?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ariegoldkin/ai-agent-hub --skill database-schema-designer 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/ariegoldkin/ai-agent-hub
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01