AI AGENT ADDONS

Mongodb Schema Design

mongodb/agent-skills
Databases
3,275installs

MongoDB schema design is the foundation of a fast and reliable database. Bad data models cause most performance and cost issues. This skill teaches proven patterns and common anti-patterns to avoid.

Learn how to choose between embedding and referencing for relationships. Handle one-to-many, tree structures, and time series data. Avoid the 16MB document limit and use schema validation for data quality.

Ideal for developers migrating from SQL or designing new MongoDB applications. Follow these guidelines to build scalable, efficient data models.

Add Mongodb Schema Design skill to your workflow

Global

mkdir -p ~/.claude/skills/mongodb-schema-design

Project

mkdir -p .claude/skills/mongodb-schema-design

Source Repository

Stars
146
Forks
26
Watchers
146
License
Apache-2.0
Last Push
1 month ago
Created
5 months ago