AI AGENT ADDONS
Databases
1,485installs

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.

Add Mongodb skill to your workflow

Global

mkdir -p ~/.claude/skills/mongodb

Project

mkdir -p .claude/skills/mongodb

Source Repository

Stars
239
Forks
58
Watchers
239
Last Push
1 month ago
Created
7 months ago