devops-skill-routerlisted
Install: claude install-skill alo-exp/silver-bullet
# /devops-skill-router — Context-Aware DevOps Skill Routing
Maps the current DevOps context (IaC tool, cloud provider, task type) to the best
available plugin skill. Silver Bullet's devops-cycle workflow references this router
at contextual trigger points — it is NOT a required workflow step.
**When to use**: The devops-cycle workflow invokes this router automatically at
trigger points (DISCUSS, PLAN, EXECUTE, VERIFY, FINALIZATION). Also invocable
it directly to find the best skill for a specific DevOps task.
---
## Step 1: Read installed plugins from config
Read `.silver-bullet.json` and check the `devops_plugins` section:
```json
"devops_plugins": {
"hashicorp": true/false,
"awslabs": true/false,
"pulumi": true/false,
"devops-skills": true/false,
"wshobson": true/false
}
```
If `devops_plugins` is missing or the config doesn't exist, assume all are `false`.
---
## Step 2: Identify the current context
Determine which context applies from the current task, user discussion, or file
being worked on. Multiple contexts can apply simultaneously.
---
## Step 3: Route to the best available skill
Use the routing table below. For each context, try skills in priority order.
If a candidate skill's plugin is not installed or the skill cannot be invoked,
STOP and notify the user instead of proceeding silently. If no plugin is
available for a context, offer the user: A. Install the plugin and retry
first, B. Continue with an explicitly approved Silver Bullet degraded