What problem does it solve? CI/CD work spans many distinct concerns—pipeline setup, workflow documentation, deployment architecture, and cost optimization—and loading all guidance at once wastes context. This root skill acts as a router that directs the agent to exactly the right sub-skill for the task at hand. ## Core Features & Use Cases - Task Routing: Reads the current CI/CD or deployment task and selects the matching sub-skill from a curated table, loading only what is needed to preserve context budget. - Four Specialized Sub-Skills: Covers pipeline automation and quality gates (ci-cd-and-automation), formal workflow specification authoring (create-github-action-workflow-specification), expert deployment architecture with GitOps and progressive delivery (deployment-engineer), and CI cost auditing (github-actions-efficiency). - Use Case: When asked to reduce GitHub Actions spending on a WinUI 3 app's release pipeline, the agent loads this root skill, identifies github-actions-efficiency as the match, and applies its audit workflow with caching, concurrency, and matrix-reduction fixes. ## Quick Start Ask the agent to help with a CI/CD task such as auditing workflow costs or designing a deployment pipeline, and it will route to the appropriate sub-skill.