mongodb-usage
This skill should be used when user asks to "query MongoDB", "show database collections", "get collection schema", "list MongoDB databases", "search records in MongoDB", or "check database indexes".
Works with
--- name: mongodb-usage description: This skill should be used when user asks to "query MongoDB", "show database collections", "get collection schema", "list MongoDB databases", "search records in MongoDB", or "check database indexes". license: MIT --- # MongoDB MCP Usage Use the MongoDB MCP server to integrate database queries into workflows. ## Read-Only Access MongoDB MCP is configured in read-only mode. Only queries and data retrieval are supported. No write, update, or delete operations. ## Database Queries Use `mcp__mongodb__*` tools for: - Listing databases - Viewing collection schemas - Querying collection data - Analyzing indexes ## Integration Pattern 1. List available databases with `mcp__mongodb__list_databases` 2. Explore collections with `mcp__mongodb__list_collections` 3. Get schema information with `mcp__mongodb__get_collection_schema` 4. Query data as needed for analysis 5. Format results for user consumption ## Environment Variables MongoDB MCP requires: - `MONGODB_URI` - Connection string (mongodb://...) Configure in shell before using the plugin. ## Cost Considerations - Minimize database calls when possible - Use schema queries before running analysis queries - Cache results locally if multiple calls needed - Prefer aggregation pipelines for complex operations
More Database skills
prisma-mongodb-upgrade
prisma/skills
Decision and migration guide for Prisma ORM MongoDB projects on v6, which have no upgrade path to v7. Use when a MongoDB project asks about upgrading Prisma, when "upgrade to prisma 7" comes up in a project with provider = "mongodb", or when evaluating a move to Prisma Next. Triggers on "upgrade prisma mongodb", "prisma 7 mongodb", "mongodb prisma migration", "prisma next mongodb".
azure-upgrade
microsoft/azure-skills
Assess and upgrade Azure workloads between plans, tiers, or SKUs, or modernize Azure SDK dependencies in source code. WHEN: upgrade Consumption to Flex Consumption, upgrade Azure Functions plan, change hosting plan, function app SKU, migrate App Service to Container Apps, modernize legacy Azure Java SDKs (com.microsoft.azure to com.azure), migrate Azure Cache for Redis (ACR/ACRE) to Azure Managed Redis (AMR).
azure-cost-optimization
microsoft/azure-skills
Identify Azure cost savings from usage and spending data. USE FOR: optimize Azure costs, reduce Azure spending/expenses, analyze Azure costs, find cost savings, generate cost optimization report, identify orphaned resources to delete, rightsize VMs, reduce waste, optimize Redis costs, optimize storage costs, AKS cost analysis add-on, namespace cost, cost spike, anomaly, budget alert, AKS cost visibility. DO NOT USE FOR: deploying resources (use azure-deploy), general Azure diagnostics (use azure-diagnostics), security issues (use azure-security)

