multi-agent-runner

Execute tasks through multiple agents and compare their results.

1|Updated May 14, 2026
One-click install
npx skills add https://github.com/MarcoAntolini/cursor-sync --skill multi-agent-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-agent-runner
Source: https://github.com/MarcoAntolini/cursor-sync/tree/main/cursor-skills/multi-agent-runner
Command: npx skills add https://github.com/MarcoAntolini/cursor-sync --skill multi-agent-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to run a manually-invoked workflow where multiple agents attempt the same task and compare their results, helping users to choose the best outcome.

Core Features & Use Cases

  • Multi-Agent Execution: Run tasks through multiple agents to compare results.
  • Manual Invocation: Use only when explicitly invoked by the user.
  • Task Modes: Supports both general (non-editing) and code (editing) modes.
  • Mode Customization: Users can specify models, strategies, and constraints.

Quick Start

Run the multi-agent runner to compare results from multiple agents on the task 'optimize the user interface'.

Frequently Asked Questions about multi-agent-runner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compare results from multiple agents running the same task?

You can compare results by running a manually-invoked workflow where multiple agents execute the same task simultaneously. The system collects their outputs side-by-side, helping you evaluate and choose the best outcome.

What is the difference between general and code modes for multi-agent execution?

Multi-agent execution supports general (non-editing) mode for analysis and planning tasks, and code (editing) mode for direct file modifications. Both modes let you specify custom models, strategies, and constraints per agent.

Can I use my own models and strategies when running multi-agent workflows?

Yes, multi-agent workflows fully support user-specified models, strategies, and constraints. You can configure each agent independently to test different approaches and compare which combination yields the best result.

When should I use a multi-agent runner instead of a single agent for code optimization?

Use a multi-agent runner for code optimization when you need to evaluate multiple approaches simultaneously. Running several agents on the same optimization task lets you compare strategies and select the most effective outcome rather than relying on a single attempt.

Does the multi-agent runner execute automatically or require manual invocation?

The multi-agent runner requires explicit manual invocation by the user. It does not trigger automatically; you must intentionally start the workflow when you want to compare results from multiple agents on a specific task.