Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By ildunari
Research-first plugin for orchestrating subagents: product scouting, forum sentiment, GitHub audits, academic discovery, repo mapping, freshness checks, QA critique, and source verification.
npx claudepluginhub ildunari/subagent-forge --plugin subagent-forgeFind and synthesize academic papers, preprints, and evidence for a topic. Use when the task needs current papers, methods, evidence trends, or source-grounded summaries.
Map ecosystems, directories, adjacent options, forks, and category clusters. Use proactively when the user wants the landscape, not just a shortlist.
Search Reddit, Hacker News, X, GitHub discussions, issue threads, and niche communities to extract what real users actually like, hate, or warn about. Use when the task benefits from raw community signal rather than polished summaries.
Verify the most current version, release status, API behavior, SDK docs, pricing, or product state for fast-moving tools and technologies. Use when stale knowledge would be risky.
Audit GitHub repositories for maintenance health, implementation quality, issue patterns, setup friction, security risks, and real-world viability. Use when choosing between repos, checking if abandoned, or figuring out if a repo is worth adopting.
Save compact project-local lessons, prompt improvements, source blacklists/whitelists, and recurring failure modes after a task. Use when wrapping up a research task, "save what we learned", "log this lesson", or when a useful pattern emerges.
Score candidate tools, plugins, agents, products, or repos, keep the high-signal subset, and cut overlap, abandonment, or low-value options.
Turn a vague topic into an execution-ready research brief. Use when the user says "research this", "look into this", "what should we find out about", or provides an ambiguous topic that needs sharpening before subagents can work on it.
Use the standard quick, normal, deep-dive, and adversarial report formats for worker briefs and final synthesis.
Rank sources by credibility, freshness, firsthand evidence, maintenance health, and shill risk. Use when the user says "are these sources good", "rank these", "which sources should I trust", or when separating signal from SEO sludge.
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agents used for research across multiple data sources. Other plugins expect this one to be enabled.
Deep research coordination: academic papers, technical analysis, data insights, and web intelligence
Multi-agent collaboration plugin for Claude Code. Spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any problem that benefits from diverse solutions. Evaluate by metric or LLM judge, merge the winner. 7 slash commands, agent templates, git DAG orchestration, message board coordination.
Research existing solutions when exploring a new problem space
Domain-specific expert agents for research, documentation, and specialized tasks
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Complete iOS development companion for Claude Code. Guided workflows for project setup, SwiftUI, networking, testing, Metal, design systems, accessibility, CI/CD, and App Store submission. Built for beginners who want expert-quality results.
Control Adobe Lightroom Classic via CLI — 107 commands for full Lightroom control
Phased build orchestration with sub-agents for research, TDD, implementation, and dual code review — gated per phase
Google Stitch integration for Claude Code — AI-powered UI design generation, design token extraction, and framework conversion (SwiftUI, React, CSS). Bridges Stitch's visual design output with production code.
Compliance-grade document verification and editing. 9-step agentic loop with Claim Ledger, 13 reviewer agents, integrity gates, and domain-specific verification for grants, legal, financial, medical, and engineering documents.
A hybrid Claude Code / Claude Desktop marketplace repo combining the best of two research-first plugin ecosystems: signal-labs (evidence-backed discovery) and signal-research-rig (structured research methodology).
.claude-plugin/marketplace.jsonplugins/subagent-forge/subagent-forge/
├── .claude-plugin/marketplace.json
├── plugins/
│ └── subagent-forge/
│ ├── .claude-plugin/plugin.json
│ ├── agents/ (8 files)
│ ├── skills/ (7 directories)
│ ├── hooks/hooks.json
│ ├── scripts/guard_destructive_bash.py
│ ├── styles/research-operator.md
│ └── README.md
├── docs/
│ └── HYBRID-RATIONALE.md
├── scripts/
│ └── smoke_validate.py
├── CHANGELOG.md
├── LICENSE
├── README.md
└── .gitignore
claude plugin validate .
claude plugin marketplace add .
claude plugin install subagent-forge@subagent-forge --scope local
After install:
subagent-forge: namespace in /agentssubagent-forge: namespace when you type //configclaude plugin validate .
python scripts/smoke_validate.py
docs/HYBRID-RATIONALE.md — Detailed merge decisions and agent selection rationaleCHANGELOG.md — Version history and changes