orchestrate

Orchestrate work across devcontainer projects using relay agents and MCP tools.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/atelier-nyaarium/nyaaskills --skill orchestrate-atelier-nyaarium
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/atelier-nyaarium/nyaaskills/tree/main/skills/orchestrate
Command: npx skills add https://github.com/atelier-nyaarium/nyaaskills --skill orchestrate-atelier-nyaarium

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines complex, multi-project development workflows by enabling autonomous coordination and task delegation across multiple development environments (devcontainers).

Core Features & Use Cases

  • Multi-Project Orchestration: Manages and delegates tasks across several devcontainer projects simultaneously.
  • Autonomous Relay Agents: Spawns specialized relay agents for each project, acting as intelligent bridges to the devcontainer's core agent.
  • Use Case: Coordinate the development of a microservices architecture where each service resides in its own devcontainer. The orchestrator can delegate feature development tasks to the relevant service's relay agent, track progress, and synthesize results.

Quick Start

Use the orchestrate skill to discover projects and propose a team for managing them.

Frequently Asked Questions about orchestrate

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

FAQPage Schema
How do I coordinate multi-project development across separate devcontainers?

Multi-project development across devcontainers is coordinated by spawning relay agents within each environment to plan, delegate tasks, track progress, and synthesize results autonomously. This enables simultaneous management of architectures like microservices.

What is autonomous agent delegation for workflow automation?

Autonomous agent delegation for workflow automation involves an orchestrator spawning specialized relay agents for each project. These agents act as intelligent bridges to the devcontainer's core agent, managing task execution and synthesizing results without manual intervention.

Do I need specific MCP tools to use devcontainer orchestration?

Yes, devcontainer orchestration requires the MCP tools `mcp__nyaascripts__devcontainerChat` and `mcp__nyaascripts__devcontainerExec` to be available on the WSL host. These tools enable the orchestrator to communicate with and execute commands in the devcontainers.

How does team management work for multi-project devcontainer environments?

Team management for multi-project devcontainers works by proposing a team structure to manage discovered projects. The orchestrator delegates feature development tasks to each service's relay agent, tracks their progress, and synthesizes the final results.

When do I need multi-project orchestration for microservices architecture?

Multi-project orchestration is needed when developing a microservices architecture where each service resides in its own devcontainer. It allows you to delegate feature tasks to the relevant service's relay agent and synthesize results across all environments.