What problem does it solve? Talos Linux management spans multiple distinct workflows — talosctl CLI operations, machine configuration YAML, Terraform provisioning, and automated upgrades — and choosing the wrong reference material wastes time and produces incorrect guidance. This Skill acts as a router that matches your request to the right Talos sub-skill. ## Core Features & Use Cases - Keyword-Based Routing: Maps trigger keywords like talosctl, machine config, terraform, and tuppr to the appropriate sub-skill. - Decision Tree for Ambiguity: Provides a fallback decision tree when a request spans multiple Talos domains. - Boundary Guidance: Clarifies when not to use this router, such as for cloud provisioning, GPU concerns, or Tailscale on Talos. - Use Case: You ask how to bootstrap a Talos cluster and apply a network patch; the router loads the talosctl sub-skill for the bootstrap commands and the talosconfig sub-skill for the YAML patch. ## Quick Start Ask how to upgrade a Talos cluster and the router will load the talosctl sub-skill with the correct commands.