From adverant-nexus
Coordinate multiple AI agents for complex tasks via Nexus MageAgent. Use when the user needs multi-agent collaboration, competitive problem-solving, deep analysis, or information synthesis from multiple sources.
npx claudepluginhub adverant/adverant-nexus-cowork-plugin --plugin adverant-nexusThis skill uses the workspace's default tool permissions.
Use `nexus_agents` with `action: "orchestrate"`:
Orchestrates multi-agent workflows by decomposing tasks, spawning parallel CLI subagents, coordinating via MCP Memory, monitoring progress, verifying outputs, retrying failures, and collecting results.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Use nexus_agents with action: "orchestrate":
task (required): The task or objective to accomplishmax_agents (optional): Maximum agents to spawntimeout (optional): Timeout in millisecondsSpawns research, coding, review, and synthesis agents as needed.
Use nexus_agents with action: "collaborate":
objective (required): The collaboration objectiveagents (optional): Agent configuration array with role and focusiterations (optional): Number of collaboration iterations (1-5)Agents share context and build on each other's work iteratively.
Use nexus_agents with action: "compete":
challenge (required): The challenge for agents to solvecompetitor_count (optional): Number of competing agents (2-10)evaluation_criteria (optional): Array of criteria for rankingMultiple agents solve independently, results are ranked.
Use nexus_agents with action: "analyze":
topic (required): Topic to analyzedepth (optional): quick, standard, or deepinclude_memory (optional): Include memory context from GraphRAGUse nexus_agents with action: "synthesize":
sources (required): Array of information sourcesobjective (optional): Synthesis focusformat (optional): summary, report, analysis, or recommendationsUse nexus_agents with action: "task_status" and task_id to check on running tasks.
Use nexus_agents with action: "list" to see all active agents and their status.