swarm

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

6|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/Goblin1024/oh-my-kimi --skill swarm-goblin1024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm
Source: https://github.com/Goblin1024/oh-my-kimi/tree/main/skills/swarm
Command: npx skills add https://github.com/Goblin1024/oh-my-kimi --skill swarm-goblin1024

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Swarm provides a compatibility alias so swarm invocations are transparently routed to the Team skill's staged pipeline, avoiding divergence between the two interfaces.

Core Features & Use Cases

  • Compatibility alias: Whatever you call with /swarm is executed by the Team skill, ensuring consistent behavior.
  • Unified routing: Delegates swarm invocations to /team with the same arguments to preserve semantics across pipelines.
  • Use Case: When you have existing automation referencing /swarm, it will transparently run through the Team skill pipeline without changes to your prompts.

Quick Start

Invoke /swarm with a task description to route it through the Team skill pipeline.

Frequently Asked Questions about swarm

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

FAQPage Schema
How do I route swarm calls to a team pipeline for task automation?

To route swarm calls to a team pipeline for task automation, invoke the swarm command with your task description. It transparently delegates your arguments to the Team skill's staged pipeline, ensuring consistent execution.

What is the best way to maintain compatibility when migrating swarm invocations to a staged pipeline?

The best way to maintain compatibility when migrating swarm invocations to a staged pipeline is using the swarm alias. It delegates calls to the Team skill with identical arguments, preventing interface divergence without changing prompts.

Do I need to change my existing prompts to use the swarm compatibility alias with the Team skill?

No, you do not need to change existing prompts to use the swarm compatibility alias with the Team skill. The alias passes the same arguments transparently, enabling consistent behavior across pipelines without prompt modifications.

Why does my automation require a compatibility alias for routing swarm invocations?

Your automation requires a compatibility alias for routing swarm invocations to avoid divergence between interfaces. The swarm alias ensures that existing automation referencing swarm transparently runs through the Team skill pipeline.

Can I use the swarm command to coordinate tasks through the Team skill's pipeline?

Yes, you can use the swarm command to coordinate tasks through the Team skill's pipeline. It acts as a unified routing layer that delegates your invocations with the same arguments to ensure consistent pipeline semantics.

What are the limitations of using a compatibility alias for routing swarm calls?

A limitation of using a compatibility alias for routing swarm calls is that it relies entirely on the Team skill's pipeline for execution. It delegates arguments directly and does not introduce independent processing logic or separate pipeline stages.