run

Orchestrates the AgentHub lifecycle from initialization through merge confirmation.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Veloxia-agency/VELOXIA-WEB --skill run-veloxia-agency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run
Source: https://github.com/Veloxia-agency/VELOXIA-WEB/tree/main/.claude/skills/engineering/agenthub/skills/run
Command: npx skills add https://github.com/Veloxia-agency/VELOXIA-WEB --skill run-veloxia-agency

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of running an end-to-end multi-agent workflow by chaining initialization, baseline capture, agent spawning, evaluation, and merge confirmation in a single guided flow.

Core Features & Use Cases

  • Lifecycle Orchestration: Runs the full AgentHub sequence in order so you do not have to coordinate each step yourself.
  • Parallel Agent Execution: Spawns multiple agents at once, then monitors their progress and summarizes the results.
  • Evaluation and Ranking: Supports metric-based evaluation with baselines or LLM judge mode when no metric command is provided.
  • Safe Merge Control: Presents the winning result and waits for explicit user approval before merging.
  • Use Case: Use it when you want to improve code, benchmark an optimization, write tests, or compare competing agent outputs without manually managing each phase.

Quick Start

Use the run skill to execute a complete AgentHub task for my chosen objective, compare the results, and ask me before merging the winner.

Frequently Asked Questions about run

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

FAQPage Schema
How do I execute a complete multi-agent workflow without manually coordinating each step?

You can execute a complete multi-agent workflow by chaining initialization, baseline capture, agent spawning, evaluation, and merge confirmation in a single guided flow. This orchestrates the full agent lifecycle in one shot.

What is the best way to compare competing agent outputs for code optimization?

The best way to compare competing agent outputs is to spawn multiple agents at once, monitor their progress, and evaluate the results using metric-based baselines or LLM judge mode when no metric command is provided.

How do I ensure safe merging when running parallel agents for refactoring or bug fixing?

To ensure safe merging during parallel agent execution, the workflow presents the winning result and waits for your explicit user approval before merging any changes into the codebase.

Can I use workflow orchestration for test generation and comparative prompt-based tasks?

Yes, you can use workflow orchestration for test generation and comparative prompt-based tasks. It applies to multi-agent software engineering tasks including optimization, refactoring, bug fixing, and benchmarking.

Do I need to provide a metric command for agent evaluation?

You do not need to provide a metric command for agent evaluation. The workflow supports metric-based evaluation with baselines, but automatically switches to LLM judge mode when no metric command is provided.

Why does my multi-agent task require sequential execution phases?

Your multi-agent task requires sequential execution phases because the lifecycle orchestrates initialization, baseline capture, agent spawning, evaluation, and merge confirmation in a strict order to ensure valid comparative results.