MongoDB is a popular database that stores data in a flexible way. It does not use tables and rows. Instead it uses documents. This makes it great for apps that change often. You can build fast and powerful queries. Mongoose is a tool that helps you work with MongoDB in JavaScript. It gives you structure and rules for your data.
You can design schemas for your users or orders. You can also create indexes to make lookups faster. The skill covers both the native MongoDB driver and Mongoose. It shows you how to connect, read, write, update, and delete data. You will learn when to embed documents and when to use references. Virtuals let you add computed fields that are not stored.
This guide is useful for anyone building apps that need a NoSQL database. It follows best practices for performance and safety. You will also see examples for handling connections and errors. Use it to start or improve your MongoDB work.
Global
mkdir -p ~/.claude/skills/mongodbProject
mkdir -p .claude/skills/mongodbSource Repository
Supabase Postgres Best Practicessupabase/agent-skills
Follow Supabase's expert guidelines for faster Postgres queries and smarter schema design
Firebase Data Connectfirebase/agent-skills
Build secure PostgreSQL backends with Firebase using GraphQL schemas and type-safe SDKs
Convex Migration Helperget-convex/agent-skills
Plan and run safe Convex schema migrations without downtime or data loss
Firebase Firestorefirebase/agent-skills
Master Cloud Firestore setup, queries, full-text search, security rules, and indexes
Neon Postgresneondatabase/agent-skills
Set up and manage Neon Serverless Postgres with ease and speed
Firebase Firestore Standardfirebase/agent-skills
Set up and secure Cloud Firestore with clear provisioning rules and SDK guides
Firebase Firestore Enterprise Native Modefirebase/agent-skills
Master Firestore Enterprise Native Mode provisioning data modeling security rules and SDK usage
Postgresql Table Designwshobson/agents
Design PostgreSQL tables with best practices for performance and reliability