原始内容
📦 Install Now · 🤖 Explore Agents · 📖 Documentation · ⭐ Star this repo
What is this?
Mongodb Assistant is a Claude Code plugin with 8 agents and 12 skills for mongodb development.
📑 Table of Contents
Click to expand
🚀 Quick Start
Prerequisites
- Claude Code CLI v2.0.27+
- Active Claude subscription
Installation (Choose One)
Option 1: From Marketplace (Recommended)
# Step 1️⃣ Add the marketplace
/plugin marketplace add pluginagentmarketplace/custom-plugin-mongodb
# Step 2️⃣ Install the plugin
/plugin install mongodb-developer-plugin@pluginagentmarketplace-mongodb
# Step 3️⃣ Restart Claude Code
# Close and reopen your terminal/IDE
Option 2: Local Installation
# Clone the repository
git clone https://github.com/pluginagentmarketplace/custom-plugin-mongodb.git
cd custom-plugin-mongodb
# Load locally
/plugin load .
# Restart Claude Code
✅ Verify Installation
After restart, you should see these agents:
mongodb-developer-plugin:04-mongodb-performance-indexing
mongodb-developer-plugin:02-mongodb-queries-aggregation
mongodb-developer-plugin:05-mongodb-replication-sharding
mongodb-developer-plugin:03-mongodb-data-modeling
mongodb-developer-plugin:01-mongodb-fundamentals
... and 2 more
✨ Features
| Feature | Description |
|---|---|
| 🤖 8 Agents | Specialized AI agents for mongodb tasks |
| 🛠️ 12 Skills | Reusable capabilities with Golden Format |
| ⌨️ 4 Commands | Quick slash commands |
| 🔄 SASMP v1.3.0 | Full protocol compliance |
🤖 Agents
8 Specialized Agents
| # | Agent | Purpose |
|---|---|---|
| 1 | 04-mongodb-performance-indexing | Master MongoDB performance optimization, indexing strategies |
| 2 | 02-mongodb-queries-aggregation | Master MongoDB query language, aggregation pipelines, and co |
| 3 | 05-mongodb-replication-sharding | Master MongoDB replication, sharding, clustering, and high a |
| 4 | 03-mongodb-data-modeling | Master MongoDB data modeling, schema design, and document st |
| 5 | 01-mongodb-fundamentals | Expert in MongoDB fundamentals, document-oriented data model |
| 6 | 07-mongodb-application-development | Master MongoDB application development with drivers and fram |
| 7 | 06-mongodb-security-administration | Master MongoDB security, authentication, authorization, and |
🛠️ Skills
Available Skills
| Skill | Description | Invoke |
|---|---|---|
mongodb-crud |
Master MongoDB CRUD operations, document insertion, querying | Skill("mongodb-developer-plugin:mongodb-crud") |
mongodb-authentication |
Master MongoDB authentication methods including SCRAM, X.509 | Skill("mongodb-developer-plugin:mongodb-authentication") |
mongodb-index-creation |
Master MongoDB index creation and types. Learn single-field, | Skill("mongodb-developer-plugin:mongodb-index-creation") |
mongodb-integration |
Master MongoDB integration in applications with Node.js, Pyt | Skill("mongodb-developer-plugin:mongodb-integration") |
mongodb-security |
Master MongoDB security, authentication, authorization, encr | Skill("mongodb-developer-plugin:mongodb-security") |
mongodb-aggregation |
Master MongoDB aggregation pipeline for complex data transfo | Skill("mongodb-developer-plugin:mongodb-aggregation") |
mongodb-schema-design |
Master MongoDB schema design and data modeling patterns. Lea | Skill("mongodb-developer-plugin:mongodb-schema-design") |
mongodb-atlas-setup |
Master MongoDB Atlas cloud setup, cluster configuration, sec | Skill("mongodb-developer-plugin:mongodb-atlas-setup") |
mongodb-replication |
Master MongoDB replication, replica sets, and sharding for d | Skill("mongodb-developer-plugin:mongodb-replication") |
mongodb-indexing |
Master MongoDB indexing and query optimization. Learn index | Skill("mongodb-developer-plugin:mongodb-indexing") |
| ... | +2 more | See skills/ directory |
⌨️ Commands
| Command | Description |
|---|---|
/deployment-guide |
guide - MongoDB Deployment Strategies |
/learn-mongodb |
mongodb - Start Your MongoDB Learning Journey |
/query-builder |
builder - MongoDB Query Helper |
/tutorial |
MongoDB Tutorials & Walkthroughs |
📚 Documentation
| Document | Description |
|---|---|
| CHANGELOG.md | Version history |
| CONTRIBUTING.md | How to contribute |
| LICENSE | License information |
📁 Project Structure
Click to expand
custom-plugin-mongodb/
├── 📁 .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── 📁 agents/ # 8 agents
├── 📁 skills/ # 12 skills (Golden Format)
├── 📁 commands/ # 4 commands
├── 📁 hooks/
├── 📄 README.md
├── 📄 CHANGELOG.md
└── 📄 LICENSE
📅 Metadata
| Field | Value |
|---|---|
| Version | 2.0.0 |
| Last Updated | 2025-12-29 |
| Status | Production Ready |
| SASMP | v1.3.0 |
| Agents | 8 |
| Skills | 12 |
| Commands | 4 |
🤝 Contributing
Contributions are welcome! Please read our Contributing Guide.
- Fork the repository
- Create your feature branch
- Follow the Golden Format for new skills
- Submit a pull request
⚠️ Security
Important: This repository contains third-party code and dependencies.
- ✅ Always review code before using in production
- ✅ Check dependencies for known vulnerabilities
- ✅ Follow security best practices
- ✅ Report security issues privately via Issues
📝 License
Copyright © 2025 Dr. Umit Kacar & Muhsin Elcicek
Custom License - See LICENSE for details.
👥 Contributors
|
Dr. Umit Kacar Senior AI Researcher & Engineer |
Muhsin Elcicek Senior Software Architect |