swarm

Route swarm invocations to the Team skill's staged pipeline.

3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Tienching/oh-my-codebuddy --skill swarm-tienching
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm
Source: https://github.com/Tienching/oh-my-codebuddy/tree/main/skills/swarm
Command: npx skills add https://github.com/Tienching/oh-my-codebuddy --skill swarm-tienching

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Swarm provides a compatibility facade by routing swarm invocations to the Team skill's staged pipeline, avoiding duplication of coordination logic.

Core Features & Use Cases

  • Compatibility alias for /team, routing to the Team skill's pipeline.
  • Unified behavior with swarm and team commands to coordinate multiple agents.
  • Use cases include delegating shared task lists and agent orchestration without rewriting workflow logic.

Quick Start

Call swarm with a task description to route it through the Team skill's pipeline.

Frequently Asked Questions about swarm

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

FAQPage Schema
How do I coordinate multiple agents on a shared task list?

To coordinate multiple agents on a shared task list, you can use this skill to route your task description through a staged pipeline, enabling unified team-style workflow orchestration without duplicating logic.

What is the best way to orchestrate agents without rewriting workflow logic?

Orchestrating agents without rewriting workflow logic is achieved by using a compatibility facade that aliases commands and routes invocations directly to an existing staged coordination pipeline, preserving behavior across different commands.

Does the swarm command behave the same as the team command for agent routing?

Yes, the swarm command behaves exactly like the team command for agent routing by acting as a compatibility alias, ensuring unified behavior and delegating tasks to the same staged pipeline semantics.

How do I start delegating tasks for agent orchestration?

To start delegating tasks for agent orchestration, simply call the command with a task description to route it through the underlying team pipeline, which automatically handles the coordination and staged execution.

Can I use this agent coordination approach if I already use the team pipeline?

Yes, if you already use the team pipeline, this approach seamlessly integrates by providing a compatibility facade that preserves your existing behavior and references the same documentation for pipeline semantics.

Why use a compatibility facade instead of a standalone agent coordination tool?

A compatibility facade is used instead of a standalone tool to avoid duplicating coordination logic, ensuring that multiple commands share a single staged pipeline and maintain unified behavior across various agent-routing scenarios.