← All plugins
voltagent-research
v1.0.4Research, search, and analysis specialists - market research, competitive analysis, trend forecasting, and idea validation
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/10-research-analysis/ inside the repository.
Layout
categories/10-research-analysis/
└── .claude-plugin/plugin.json
Manifests1
categories/10-research-analysis/.claude-plugin/plugin.json
{
"name": "voltagent-research",
"version": "1.0.4",
"description": "Research, search, and analysis specialists - market research, competitive analysis, trend forecasting, and idea validation",
"author": {
"name": "VoltAgent Community",
"url": "https://github.com/VoltAgent"
},
"repository": "https://github.com/VoltAgent/awesome-claude-code-subagents",
"license": "MIT",
"agents": [
"./ab-test-analysis.md",
"./cohort-analysis.md",
"./competitive-analyst.md",
"./data-researcher.md",
"./first-principles-thinking.md",
"./market-researcher.md",
"./project-idea-validator.md",
"./research-analyst.md",
"./scientific-literature-researcher.md",
"./search-specialist.md",
"./trend-analyst.md"
]
}