Azure: MongoDB Atlas (.NET)
Manages MongoDB Atlas organizations as Azure ARM resources via the .NET SDK.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 13, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 05bdac1
Tested install (verbatim clone+copy of a single self-contained SKILL.md, strict-YAML frontmatter parses), trigger (well-scoped description that correctly excludes adjacent Atlas-cluster/Cosmos prompts), and a code-authoring task: write a C# CreateAtlasOrgAsync method against the Azure.ResourceManager.MongoDBAtlas ARM resource provider. A/B: the skill produced the correct documented type surface (MongoDBAtlasMarketplaceDetails + nested MongoDBAtlasOfferDetails, MongoDBAtlasUserDetails, MongoDBAtlasPartnerProperties.OrganizationName), while the no-skill base invented plausible-but-wrong type names (MongoDBAtlasOrganizationMarketplaceDetails/-UserDetails/-Details) and flattened offer fields into the marketplace constructor with TermId misplaced — the skill's Microsoft reference clearly beat base general Azure knowledge. Scope limit: manages the Azure-side ARM organization resource only, not Atlas clusters/databases; needs an Azure subscription + dotnet + 3 NuGet packages (Azure.ResourceManager.MongoDBAtlas, Azure.Identity, Azure.ResourceManager) to run live, tested here on code-authoring only.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 4/5
What Azure: MongoDB Atlas (.NET) does
Manage MongoDB Atlas Organizations as Azure ARM resources using Azure.ResourceManager.MongoDBAtlas SDK. Use when creating, updating, listing, or deleting MongoDB Atlas organizations through Azure Marketplace integration. This SDK manages the Azure-side organization resource, not Atlas clusters/databases directly.
How to install Azure: MongoDB Atlas (.NET)
git clone https://github.com/microsoft/skills
cd skills
mkdir -p ~/.claude/skills
cp -r .github/plugins/azure-sdk-dotnet/skills/azure-mgmt-mongodbatlas-dotnet ~/.claude/skills/azure-mgmt-mongodbatlas-dotnet
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Azure: MongoDB Atlas (.NET)
-
/azure-mgmt-mongodbatlas-dotnetManages MongoDB Atlas organizations as Azure ARM resources via the .NET SDK.
It also activates on plain-language prompts like these:
-
Create a MongoDB Atlas organization through Azure -
List our Atlas organizations managed via Azure ARM -
Delete this Atlas organization resource in Azure
Frequently asked questions
- Is the Azure: MongoDB Atlas (.NET) skill free?
- Yes. The skill itself is free from microsoft/skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Azure: MongoDB Atlas (.NET) work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. Tested install (verbatim clone+copy of a single self-contained SKILL.md, strict-YAML frontmatter parses), trigger (well-scoped description that correctly excludes adjacent Atlas-cluster/Cosmos prompts), and a code-authoring task: write a C# CreateAtlasOrgAsync method against the Azure.ResourceManager.MongoDBAtlas ARM resource provider. A/B: the skill produced the correct documented type surface (MongoDBAtlasMarketplaceDetails + nested MongoDBAtlasOfferDetails, MongoDBAtlasUserDetails, MongoDBAtlasPartnerProperties.OrganizationName), while the no-skill base invented plausible-but-wrong type names (MongoDBAtlasOrganizationMarketplaceDetails/-UserDetails/-Details) and flattened offer fields into the marketplace constructor with TermId misplaced — the skill's Microsoft reference clearly beat base general Azure knowledge. Scope limit: manages the Azure-side ARM organization resource only, not Atlas clusters/databases; needs an Azure subscription + dotnet + 3 NuGet packages (Azure.ResourceManager.MongoDBAtlas, Azure.Identity, Azure.ResourceManager) to run live, tested here on code-authoring only.
- What is the Azure: MongoDB Atlas (.NET) SkillProof Score?
- 8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
- How do I install Azure: MongoDB Atlas (.NET)?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Azure: MongoDB Atlas (.NET) with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.