deploy-delegation

Route non-deploy tasks to specialized agents with full context.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nixopus/agent --skill deploy-delegation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-delegation
Source: https://github.com/nixopus/agent/tree/main/skills/deploy-delegation
Command: npx skills add https://github.com/nixopus/agent --skill deploy-delegation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to route non-deploy tasks to specialized agents, preventing deployment workflows from being burdened by diagnostics, infrastructure, or other non-deploy tasks.

Core Features & Use Cases

  • Delegation framework that routes tasks to dedicated agents: diagnostics, machine, infrastructure, github, preDeploy, notification, and billing.
  • A centralized routing table defines responsibilities and expected task types for each agent.
  • Real-world scenarios include investigating deployment issues, checking server health, listing and managing domains, creating fix branches and PRs, and sending deploy alerts.

Quick Start

Route a non-deploy task to a specialized agent by providing the agent name and a task description with full context (applicationId, owner, repo, branch).

Frequently Asked Questions about deploy-delegation

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

FAQPage Schema
How do I route diagnostics and infrastructure tasks away from deployment workflows?

You can route non-deploy tasks to specialized agents using a delegation mechanism that redirects diagnostics, machine health, and infrastructure operations away from deployment workflows.

What non-deploy tasks can I delegate to specialized agents?

Delegation supports diagnostics, machine health checks, infrastructure management, GitHub operations, billing, and notifications, covering issue investigation, domain management, PR creation, and alert routing.

How do I set up task delegation for infrastructure and GitHub operations?

Specify the target agent name and provide a task description with full context including applicationId, owner, repo, and branch to route the task synchronously to the specialized agent.

Can I use this delegation framework for server health checks and alert routing?

Yes, the centralized routing table delegates server health checks and alert routing to dedicated machine and notification agents using full task context.

What happens when a delegated task fails during agent routing?

Task delegation is synchronous and automatically falls back to direct tools on error if the specialized agent routing fails.