en un clic
validate-plugin
Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Menu
Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Spawn nested sub-agents (agents that spawn sub-agents, up to depth=5) via Claude Code's native Task tool — for context-managed deep delegation
Author a workflow — either an MCP workflow template (persisted, lifecycle) or a native .claude/workflows/*.js orchestration script (agent/parallel/pipeline fan-out)
Run a workflow — drive an MCP workflow lifecycle (execute/pause/resume/cancel) or invoke + resume a native .claude/workflows/*.js orchestration via the Workflow tool
Side-by-side comparison of ruflo vs HAL vs other GAIA harnesses — capability gaps, design decisions, and improvement roadmap
Diagnose why a GAIA question failed — extract trace, classify failure mode, and propose a fix
Walk through a complete GAIA benchmark→submit flow — from key resolution through HAL-compatible package generation
| name | validate-plugin |
| description | Validate a Claude Code plugin structure, frontmatter, and MCP tool references |
| argument-hint | [plugin-path] |
| allowed-tools | mcp__claude-flow__transfer_plugin-info Bash Read Glob Grep |
Validate that a plugin follows the correct Claude Code plugin format.
After creating or modifying a plugin, run validation to catch structural issues before publishing.
.claude-plugin/plugin.json exists at plugin rootplugin.json.skills has a matching skills/<name>/SKILL.mdplugin.json.commands has a matching commands/<name>.mdplugin.json.agents has a matching agents/<name>.mdname, description, and allowed-toolsname, description, and model.claude-plugin/allowed-tools are valid mcp__claude-flow__* identifiersplugin.json