Stats
Links
Categories
npx claudepluginhub pluginagentmarketplace/custom-plugin-mlopsMLOps plugin with agents for ML pipelines, experiment tracking, and model lifecycle management
📦 Install Now · 🤖 Explore Agents · 📖 Documentation · ⭐ Star this repo
Mlops Assistant is a Claude Code plugin with 7 agents and 7 skills for mlops development.
# Step 1️⃣ Add the marketplace
/plugin marketplace add pluginagentmarketplace/custom-plugin-mlops
# Step 2️⃣ Install the plugin
/plugin install custom-plugin-mlops@pluginagentmarketplace-mlops
# Step 3️⃣ Restart Claude Code
# Close and reopen your terminal/IDE
# Clone the repository
git clone https://github.com/pluginagentmarketplace/custom-plugin-mlops.git
cd custom-plugin-mlops
# Load locally
/plugin load .
# Restart Claude Code
After restart, you should see these agents:
custom-plugin-mlops:05-devops-cloud-agent
custom-plugin-mlops:07-architecture-agent
custom-plugin-mlops:01-frontend-design-agent
custom-plugin-mlops:04-data-ai-agent
custom-plugin-mlops:06-database-agent
... and 2 more
| Feature | Description |
|---|---|
| 🤖 7 Agents | Specialized AI agents for mlops tasks |
| 🛠️ 7 Skills | Reusable capabilities with Golden Format |
| ⌨️ 4 Commands | Quick slash commands |
| 🔄 SASMP v1.3.0 | Full protocol compliance |
| # | Agent | Purpose |
|---|---|---|
| 1 | 05-devops-cloud-agent | Master DevOps, Cloud Infrastructure, and Site Reliability En |
| 2 | 07-architecture-agent | Master Software Architecture, System Design, and Technical L |
| 3 | 01-frontend-design-agent | Expert in HTML, CSS, JavaScript, TypeScript, React, Vue, Ang |
| 4 | 04-data-ai-agent | Master AI/ML, Data Science, and MLOps with 8+ roles. Build p |
| 5 | 06-database-agent | Master SQL, PostgreSQL, MongoDB, Redis, and Blockchain with |
| 6 | 03-mobile-agent | Expert in Android (Kotlin), iOS (Swift), React Native, Flutt |
| 7 | 02-backend-api-agent | Expert in Node.js, Python, PHP, Java, C#, GraphQL, and API D |
| Skill | Description | Invoke |
|---|---|---|
data-ai | Master AI, machine learning, and data science. Learn Python, | Skill("custom-plugin-mlops:data-ai") |
database | Master database design and management. Learn SQL, PostgreSQL | Skill("custom-plugin-mlops:database") |
devops | Master DevOps, cloud infrastructure, containerization, and K | Skill("custom-plugin-mlops:devops") |
frontend | Master modern frontend web development with HTML5, CSS3, Jav | Skill("custom-plugin-mlops:frontend") |
backend | Master backend API development with Node.js, Python, PHP, Ja | Skill("custom-plugin-mlops:backend") |
architecture | Master software architecture, system design, design patterns | Skill("custom-plugin-mlops:architecture") |
mobile | Master mobile app development across Android (Kotlin), iOS ( | Skill("custom-plugin-mlops:mobile") |
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations