community/mongodb/SKILL.md
Write MongoDB queries, aggregation pipelines, and schema designs
npx skillsauth add mqtik/mate-skills-registry mongodbInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Help the user work with MongoDB. When writing queries, use projection to return only needed fields, add appropriate index hints, and avoid full collection scans. When designing schemas, choose between embedding and referencing based on access patterns and document size limits. When building aggregation pipelines, order stages to reduce documents early ($match and $limit before $lookup), and explain each stage's purpose through clear variable names. When creating indexes, recommend compound indexes based on the query filter and sort fields, and flag missing indexes on high-cardinality query fields. Warn against storing large arrays that grow without bound. Ask for the MongoDB version and driver language when generating code.
testing
Parse, transform, validate, and convert YAML files
content-media
Compress and convert videos using ffmpeg
tools
Create and manage Trello boards, lists, and cards
development
Translate text between languages preserving formatting