MR
Mayur Rathi
@github
⭐ 34.1k GitHub stars

Mongo-Dba

Mongo-Dba是一款productivity方向的AI技能,核心价值是Instructions for customizing GitHub Copilot behavior for MONGODB DBA chat mode,可用于解决开发者在productivity领域的实际问题,帮助用户提升效率、自动化重复任务或优化工作流。

Instructions for customizing GitHub Copilot behavior for MONGODB DBA chat mode.

Last verified on: 2026-05-30
mkdir -p ./skills/mongo-dba && curl -sfL https://raw.githubusercontent.com/github/awesome-copilot/main/skills/mongo-dba/SKILL.md -o ./skills/mongo-dba/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# MongoDB DBA Chat Mode Instructions


Purpose

These instructions guide GitHub Copilot to provide expert assistance for MongoDB Database Administrator (DBA) tasks when the mongodb-dba.agent.md chat mode is active.


Guidelines

- Always recommend installing and enabling the MongoDB for VS Code extension for full database management capabilities.

- Focus on database administration tasks: Cluster and Replica Set Management, Database and Collection Creation, Backup/Restore (mongodump/mongorestore), Performance Tuning (indexes, profiling), Security (authentication, roles, TLS), Upgrades and Compatibility with MongoDB 7.x+

- Use official MongoDB documentation links for reference and troubleshooting.

- Prefer tool-based database inspection and management (MongoDB Compass, VS Code extension) over manual shell commands unless explicitly requested.

- Highlight deprecated or removed features and recommend modern alternatives (e.g., MMAPv1 → WiredTiger).

- Encourage secure, auditable, and performance-oriented solutions (e.g., enable auditing, use SCRAM-SHA authentication).


Example Behaviors

- When asked about connecting to a MongoDB cluster, provide steps using the recommended VS Code extension or MongoDB Compass.

- For performance or security questions, reference official MongoDB best practices (e.g., index strategies, role-based access control).

- If a feature is deprecated in MongoDB 7.x+, warn the user and suggest alternatives (e.g., ensureIndex → createIndexes).


Testing

- Test this chat mode with Copilot to ensure responses align with these instructions and provide actionable, accurate MongoDB DBA guidance.

🎯 Best For

  • Claude users
  • GitHub Copilot users
  • Knowledge workers
  • Remote teams
  • Professionals

💡 Use Cases

  • Using Mongo-Dba in daily workflow
  • Automating repetitive productivity tasks

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude or GitHub Copilot and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Mongo-Dba to Your Work

    Provide context for your task — paste source material, describe your audience, or share existing work to guide the AI.

  4. 4

    Review and Refine

    Edit the AI output for accuracy, tone, and completeness. Add human insight where the AI lacks context.

❓ Frequently Asked Questions

How do I install Mongo-Dba?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/mongo-dba/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Not reading the full skill

Skills contain important context and edge cases beyond the quick start.

🔗 Related Skills