← All plugins
voltagent-data-ai
v1.0.2Data engineering, ML, and AI specialists - data pipelines, machine learning, LLM architecture
Claude Code
by VoltAgent CommunityMIT24.2kupdated 1 week ago
Source
git clone https://github.com/VoltAgent/awesome-claude-code-subagentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is categories/05-data-ai/ inside the repository.
Layout
categories/05-data-ai/
└── .claude-plugin/plugin.json
Manifests1
categories/05-data-ai/.claude-plugin/plugin.json
{
"name": "voltagent-data-ai",
"version": "1.0.2",
"description": "Data engineering, ML, and AI specialists - data pipelines, machine learning, LLM architecture",
"author": {
"name": "VoltAgent Community",
"url": "https://github.com/VoltAgent"
},
"repository": "https://github.com/VoltAgent/awesome-claude-code-subagents",
"license": "MIT",
"agents": [
"./ai-engineer.md",
"./data-analyst.md",
"./data-engineer.md",
"./data-scientist.md",
"./database-optimizer.md",
"./llm-architect.md",
"./machine-learning-engineer.md",
"./ml-engineer.md",
"./mlops-engineer.md",
"./nlp-engineer.md",
"./postgres-pro.md",
"./prompt-engineer.md",
"./reinforcement-learning-engineer.md"
]
}