mongodb skills

29 tagged mongodb, measured the same way as everything else here.

Browse within: postgresql 8redis 6mongodb-atlas 5nosql 5

dbx

01

t8y2/dbx

Skill Claude CodeCodex

DBX CLI for database schema exploration and read-only queries. When the user needs to list connections, explore tables, describe schemas, run queries, or generate AI-friendly schema context from DBX-managed databases. Do NOT use for write operations unless the user explicitly confirms with --allow-writes.

17k 2d ago A 61 tokens original Apache-2.0

newsblur-cli

02

samuelclay/NewsBlur

Skill Claude CodeCodex

Manage your NewsBlur from the terminal. Read feeds, search stories, save and share articles, train intelligence classifiers, discover new feeds, and automate workflows with the NewsBlur CLI. Use when the user wants to interact with their NewsBlur account, check feeds, manage subscriptions, or build scripts around…

7.6k 3d ago A 67 tokens original MIT

find-skills

03

samuelclay/NewsBlur

Skill Claude CodeCodex

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

7.6k 3d ago A 67 tokens copy · 81% MIT

samuelclay/NewsBlur

Skill Claude CodeCodex

Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing animations, hover states, shadows, borders, typography, micro-interactions, enter/exit animations, or any visual detail work. Triggers on UI polish, design details, "make it feel…

7.6k 3d ago A 96 tokens original MIT

evergreen

05

mongodb/mongo-java-driver

Skill Claude CodeCodex

Evergreen CI infrastructure, configuration validation. Use when modifying .evergreen/ config, preparing to submit changes or understanding the Evergreen test matrix.

2.7k 3d ago A 31 tokens original Apache-2.0

sync-agents-docs

06

mongodb/mongo-java-driver

Skill Claude CodeCodex

Sync AGENTS.md files, skills, and references after buildSrc or convention changes. Use after modifying build plugins, formatting rules, testing conventions, or task names to keep documentation consistent.

2.7k 3d ago A 43 tokens original Apache-2.0

mongodb-js/mongodb-mcp-server

Skill Claude CodeCodex

Migrates external consumer code from the mongodb-mcp-server v1/v2 single-package API to the v3 scoped-package structure. In v3, mongodb-mcp-server is a binary-only package (npx / MCPB); library embedding uses @mongodb-js/mcp-cli, @mongodb-js/mcp-core, @mongodb-js/mcp-http-runners, @mongodb-js/mcp-tools-, and the other…

1.1k +2 today A 153 tokens original Apache-2.0

test-framework

08

henrydiaosi/AI-framework

Skill Claude CodeCodex

A guide to the project's test framework, including its technology choices, structure, and design principles. A test framework is the setup used to write and run checks on code.

53 5mo ago A 2 tokens

Knuckles-Team/vector-mcp

Skill Claude CodeCodex

Select and connect the right vector-store backend for the vector-mcp MCP server — chromadb, postgres/pgvector, qdrant, couchbase, or mongodb — and supply the correct dbtype/connection parameters that every collection and search call needs. Use when the agent must decide which engine to target, wire up…

15 3d ago A 113 tokens original MIT

Knuckles-Team/vector-mcp

Skill Claude CodeCodex

Create, populate, list, and delete vector-store collections through the vector-mcp MCP server's vectorcollectionmanagement tool. Use when the agent must stand up a new RAG collection, ingest documents (from a directory, file paths/URLs, or raw text) into an existing collection, enumerate collections, or drop one …

15 3d ago A 123 tokens original MIT

Knuckles-Team/vector-mcp

Skill Claude CodeCodex

Retrieve knowledge from a vector-store collection via the vector-mcp MCP server's vectorsearch tool — semantic (ANN) search, lexical BM25 search, or a hybrid of the two fused with Reciprocal Rank Fusion. Use when the agent must answer a question from an indexed corpus, pull top-k relevant chunks for RAG context, or…

15 3d ago A 113 tokens original MIT

deploying-snooze

12

snoozeweb/snooze

Skill Claude CodeCodex

Use when shipping code changes from this repo (snoozeweb/snooze 2.0) to the remote host "snooze" — i.e. snooze.egerie.eu / srv-snooze. Covers building the Go server, the React web bundle, and the auxiliary daemons (syslog/snmptrap/jira/teams), ferrying them over the bastion, installing them, restarting the right…

10 1mo ago D 136 tokens AGPL-3.0

Knuckles-Team/documentdb-mcp

Skill Claude CodeCodex

Read-only analytics on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — run aggregation pipelines ($match/$group/$sort/…) and fetch distinct field values. Use when the agent must summarize, group, or profile documents rather than fetch individual rows. Do NOT use for…

2 3d ago A 102 tokens original MIT

Knuckles-Team/documentdb-mcp

Skill Claude CodeCodex

Database, collection, and user administration on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) server via the documentdb-mcp MCP server — list/create/drop/rename databases and collections, and manage database users and their roles. Use when the agent must provision or tear down namespaces, enumerate the…

2 3d ago A 106 tokens original MIT

Knuckles-Team/documentdb-mcp

Skill Claude CodeCodex

Document create/read/update/delete operations on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — insert one/many, find with filter/sort/skip/limit, update/replace one/many, delete, count, and the atomic find-and-modify variants. Use when the agent must read or mutate…

2 3d ago A 126 tokens original MIT

LennyTheDude/cursor-todo

Skill Claude CodeCodexCursor

Coordinates a subagent workflow where a worker implements a development task, a code reviewer audits the result for critical errors, flaws, and optimization opportunities, and then the worker iterates to apply the reviewer’s optimization suggestions. Use when the user requests implementation or other development work…

1 5mo ago A 70 tokens

workhours

17

gifflet/workhours-calendar

Skill Claude CodeCodex

Guides the model on using the "workhours" MCP server to track worked hours by client, project and task. Use when the user asks to log hours, check hours spent on a project/client, get a monthly report, see how long a task took, or which tasks were worked on a given day.

0 19d ago C 66 tokens