·mongodb-schema-design
</>

mongodb-schema-design

MongoDB schema design patterns and anti-patterns. Use when designing data models, reviewing schemas, migrating from SQL, or troubleshooting performance issues caused by schema problems. Triggers on "design schema", "embed vs reference", "MongoDB data model", "schema review", "unbounded arrays", "one-to-many", "tree structure", "16MB limit", "schema validation", "JSON Schema", "time series", "schema migration", "polymorphic", "TTL", "data lifecycle", "archive", "index explosion", "unnecessary indexes", "approximation pattern", "document versioning".

139Installs·16Trend·@romiluz13

Installation

$npx skills add https://github.com/romiluz13/mongodb-agent-skills --skill mongodb-schema-design

How to Install mongodb-schema-design

Quickly install mongodb-schema-design AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/romiluz13/mongodb-agent-skills --skill mongodb-schema-design
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: romiluz13/mongodb-agent-skills.

SKILL.md

View raw

Data modeling patterns and anti-patterns for MongoDB, maintained by MongoDB. Contains 33 rules across 5 categories, prioritized by impact. Bad schema is the root cause of most MongoDB performance and cost issues—queries and indexes cannot fix a fundamentally wrong model.

| Priority | Category | Impact | Prefix | Rules |

| 1 | Schema Anti-Patterns | CRITICAL | antipattern- | 7 | | 2 | Schema Fundamentals | HIGH | fundamental- | 5 | | 3 | Relationship Patterns | HIGH | relationship- | 6 | | 4 | Design Patterns | MEDIUM | pattern- | 12 | | 5 | Schema Validation | MEDIUM | validation- | 3 |

MongoDB schema design patterns and anti-patterns. Use when designing data models, reviewing schemas, migrating from SQL, or troubleshooting performance issues caused by schema problems. Triggers on "design schema", "embed vs reference", "MongoDB data model", "schema review", "unbounded arrays", "one-to-many", "tree structure", "16MB limit", "schema validation", "JSON Schema", "time series", "schema migration", "polymorphic", "TTL", "data lifecycle", "archive", "index explosion", "unnecessary indexes", "approximation pattern", "document versioning". Source: romiluz13/mongodb-agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/romiluz13/mongodb-agent-skills --skill mongodb-schema-design
Category
</>Dev Tools
Verified
First Seen
2026-03-03
Updated
2026-03-10

Browse more skills from romiluz13/mongodb-agent-skills

Quick answers

What is mongodb-schema-design?

MongoDB schema design patterns and anti-patterns. Use when designing data models, reviewing schemas, migrating from SQL, or troubleshooting performance issues caused by schema problems. Triggers on "design schema", "embed vs reference", "MongoDB data model", "schema review", "unbounded arrays", "one-to-many", "tree structure", "16MB limit", "schema validation", "JSON Schema", "time series", "schema migration", "polymorphic", "TTL", "data lifecycle", "archive", "index explosion", "unnecessary indexes", "approximation pattern", "document versioning". Source: romiluz13/mongodb-agent-skills.

How do I install mongodb-schema-design?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/romiluz13/mongodb-agent-skills --skill mongodb-schema-design Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/romiluz13/mongodb-agent-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-03