mongodb-axi
Use mongodb-axi to discover, create, inspect, query, export, import, maintain, diagnose, provision, and delete MongoDB and MongoDB Atlas resources through safe TOON CLI workflows.
Works with
--- name: mongodb-axi description: Use mongodb-axi to discover, create, inspect, query, export, import, maintain, diagnose, provision, and delete MongoDB and MongoDB Atlas resources through safe TOON CLI workflows. license: MIT --- # mongodb-axi Use `mongodb-axi` when a task involves MongoDB connections, SRV URIs, TLS, certificates, databases, collections, views, capped collections, documents, filters, projections, aggregation pipelines, indexes, users, roles, profiler data, current operations, server stats, mongodump, mongorestore, mongoexport, mongoimport, Atlas projects, Atlas clusters, Atlas database users, Atlas access lists, local MongoDB Docker Compose, ODM configs, migrations, seeds, or managed MongoDB safety checks. Run `npx -y mongodb-axi` for live context. Use `npx -y mongodb-axi doctor` before database or Atlas work. Discover targets with `npx -y mongodb-axi discover`. Inspect before mutating: `npx -y mongodb-axi inspect --kind collection --database <db> --collection <collection> --name <collection>`. Mutations require `--execute`; destructive operations also require `--confirm <exact-value>`. Atlas lifecycle commands are under `npx -y mongodb-axi atlas <list|inspect|create|drop|auth|readiness>` and are dry-run by default.
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)

