agenthub

Coordinate autonomous AI agents in isolated git worktrees to select the best outcome.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill agenthub-devcharuzu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agenthub
Source: https://github.com/devCharuzu/philfida-taskmanage/tree/main/.windsurf/skills/agenthub
Command: npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill agenthub-devcharuzu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Spawns and coordinates multiple AI agents that compete on the same task using isolated git worktrees, allowing parallel exploration, evaluation, and selection of the best approach.

Core Features & Use Cases

  • Parallel agent spawning in isolated worktrees for diverse solutions
  • Evaluation by metric or LLM judge, or a hybrid approach
  • Central coordinator with board-based task dispatch, progress, and merge workflow

Quick Start

Initialize a session with /hub:init, spawn N agents in isolated worktrees, monitor progress with /hub:status, evaluate results with /hub:eval, and merge the winner with /hub:merge.

Frequently Asked Questions about agenthub

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

FAQPage Schema
How do I run multiple AI agents in parallel on the same codebase?

To run multiple AI agents in parallel, this skill spawns autonomous agents using isolated git worktrees, allowing each agent to explore different strategies on the same task without interfering with each other. A central coordinator then evaluates and selects the best outcome.

How do I evaluate and merge results from a multi-agent workflow?

You can evaluate results from a multi-agent workflow using a metric, an LLM judge, or a hybrid approach. After evaluation, the central coordinator identifies the winning agent and safely merges the best outcome back into the main branch.

What is the best way to explore diverse solutions for code optimization tasks?

The best way to explore diverse solutions for code optimization is parallel exploration using multiple agents. By spawning autonomous agents in isolated worktrees, you can compare different optimization strategies concurrently and select the most effective one.

Does this multi-agent coordination approach require specific git setup?

Yes, this multi-agent coordination approach requires a git repository to utilize git worktrees. Worktrees provide the necessary isolation for each agent to work independently and safely before the winning result is merged.

When should I not use parallel agents for task execution?

You should not use parallel agents for tasks requiring sequential execution or when isolated worktrees cannot be created. This approach is designed for parallel exploration, evaluation, and content variation rather than dependent, linear workflows.