multihost-orchestration

Delegates multi-host orchestration commands to the canonical coordinate-multihost-work skill.

5|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/8007342/tillandsias --skill multihost-orchestration-8007342
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: multihost-orchestration
Source: https://github.com/8007342/tillandsias/tree/main/skills/multihost-orchestration
Command: npx skills add https://github.com/8007342/tillandsias --skill multihost-orchestration-8007342

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Existing agents and scripts may still invoke the legacy multihost-orchestration command name; this Skill preserves that stable entry point so older workflows keep working while routing execution to the current canonical implementation. ## Core Features & Use Cases - Backward-Compatible Alias: Keeps the multihost-orchestration command name valid for existing agents and automation. - Canonical Delegation: Reads and follows skills/coordinate-multihost-work/SKILL.md exactly as the source of truth. - Recurring Loop Support: Applies the finalization discipline from skills/meta-orchestration/SKILL.md when invoked inside a recurring ./repeat loop. - Use Case: An agent configured months ago still calls multihost-orchestration; this alias transparently redirects it to the maintained coordinate-multihost-work instructions without breaking the workflow. ## Quick Start Invoke the multihost-orchestration skill to coordinate work across multiple hosts using the canonical orchestration instructions.

Frequently Asked Questions about multihost-orchestration

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

FAQPage Schema
How do I orchestrate work across multiple hosts with this skill?▼

Invoke the multihost-orchestration command as usual. It reads skills/coordinate-multihost-work/SKILL.md and follows those instructions exactly, so all orchestration behavior comes from the canonical skill.

What is the difference between multihost-orchestration and coordinate-multihost-work?▼

multihost-orchestration is only a compatibility alias with no logic of its own. coordinate-multihost-work is the canonical implementation containing the actual orchestration instructions that the alias delegates to.

Does the multihost-orchestration alias still work in recurring repeat loops?▼

Yes. When invoked as part of a recurring ./repeat loop, the alias additionally applies the finalization discipline defined in skills/meta-orchestration/SKILL.md after following the canonical skill.

When should I stop using the multihost-orchestration alias?▼

Migrate to invoking coordinate-multihost-work directly when updating agent configurations. The alias exists only to keep existing agents working and adds an indirection layer new setups do not need.