You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing voltagent-qa-sec@voltagent-subagents via the Claude Code plugin marketplace fails to load.
$ claude plugin list
...
❯ voltagent-qa-sec@voltagent-subagents
Version: 1.1.0
Scope: user
Status: ✘ failed to load
Error: Path not found: <cache>/voltagent-qa-sec/1.1.0/cost-accounting-performance-reviewer.md (agents)
Error: Path not found: <cache>/voltagent-qa-sec/1.1.0/performance-roi-translator.md (agents)
Root cause
categories/04-quality-security/.claude-plugin/plugin.json (v1.1.0) declares 18 agents in its agents[] array, but only 16 .md files exist in categories/04-quality-security/.
Missing files:
cost-accounting-performance-reviewer.md
performance-roi-translator.md
These two entries appear to have been added to plugin.json without committing the corresponding agent definitions.
Because Claude Code rejects the entire plugin when any declared agent path is invalid, all 16 valid security/QA agents are blocked — security-auditor, penetration-tester, code-reviewer, qa-expert, compliance-auditor, etc.
Repro
claude plugin marketplace add VoltAgent/awesome-claude-code-subagents
claude plugin install voltagent-qa-sec@voltagent-subagents
claude plugin list → voltagent-qa-sec shows ✘ failed to load
Bug
Installing
voltagent-qa-sec@voltagent-subagentsvia the Claude Code plugin marketplace fails to load.Root cause
categories/04-quality-security/.claude-plugin/plugin.json(v1.1.0) declares 18 agents in itsagents[]array, but only 16.mdfiles exist incategories/04-quality-security/.Missing files:
cost-accounting-performance-reviewer.mdperformance-roi-translator.mdThese two entries appear to have been added to plugin.json without committing the corresponding agent definitions.
Because Claude Code rejects the entire plugin when any declared agent path is invalid, all 16 valid security/QA agents are blocked —
security-auditor,penetration-tester,code-reviewer,qa-expert,compliance-auditor, etc.Repro
claude plugin marketplace add VoltAgent/awesome-claude-code-subagentsclaude plugin install voltagent-qa-sec@voltagent-subagentsclaude plugin list→voltagent-qa-secshows✘ failed to loadSuggested fix
Two options:
plugin.json(proposed in fix(qa-sec): remove orphan agent entries from plugin.json #239)cost-accounting-performance-reviewer.mdandperformance-roi-translator.mdagent definitionsPR #239 implements option 1.
Environment