devops-skill-router

Route DevOps contexts to the best available plugin skill.

6|3|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/alo-exp/silver-bullet --skill devops-skill-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-skill-router
Source: https://github.com/alo-exp/silver-bullet/tree/main/forge/skills/devops-skill-router
Command: npx skills add https://github.com/alo-exp/silver-bullet --skill devops-skill-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maps the current DevOps context (IaC tool, cloud provider, and task type) to the best available plugin skill. It is used by the devops-cycle workflow as a lookup utility and is not a required workflow step.

Core Features & Use Cases

  • Context-aware routing across IaC, cloud providers, Kubernetes, CI/CD, monitoring, and secrets to select the most suitable plugin skill.
  • Reads installed plugin configuration to determine availability and prioritizes skills accordingly.
  • Gracefully falls back to Silver Bullet defaults when no compatible plugin is available for a given context.
  • Supports contextual trigger points (DISCUSS, PLAN, EXECUTE, VERIFY, FINALIZATION) to pick the appropriate skill without blocking workflow progression.

Quick Start

Invoke the router to determine the best plugin skill for your current DevOps context.

Frequently Asked Questions about devops-skill-router

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

FAQPage Schema
How do I route my DevOps context to the correct infrastructure as code plugin?

To route DevOps context, invoke the router to map your current IaC tool, cloud provider, and task type to the best available plugin skill. It prioritizes installed plugins and gracefully falls back to defaults when no compatible plugin exists.

What is the best way to select a Kubernetes skill based on installed plugins?

The best way to select a Kubernetes skill is using a context-aware router that reads installed plugin configurations. It evaluates your current context and prioritizes compatible skills, ensuring you use the most suitable available plugin without manual lookup.

Can I use context-aware routing for CI/CD pipeline tasks without blocking workflow progression?

Yes, context-aware routing supports contextual trigger points like DISCUSS, PLAN, and EXECUTE to pick the appropriate CI/CD skill. It selects the best plugin without blocking workflow progression, falling back to defaults if needed.

Does the DevOps router support secret management and monitoring use cases?

Yes, the DevOps router supports secret management and monitoring use cases. It maps the current context across these domains to select the most suitable plugin skill, prioritizing installed plugins and falling back to defaults when unavailable.

What happens if no compatible plugin is available for my DevOps context?

If no compatible plugin is available for your DevOps context, the router gracefully falls back to Silver Bullet defaults. This ensures your workflow continues without interruption, regardless of missing plugins for IaC or Kubernetes tasks.

Do I need to manually configure routing for different cloud providers and task types?

No, you do not need to manually configure routing. The router automatically maps your current DevOps context, including cloud provider and task type, to the best available skill by reading installed plugin configurations and applying a prioritization scheme.