All skills

Auto-Pilot

View on GitHub
Orchestrates all installed skills automatically โ€” routes any request to the right skill(s) without asking.

What it does

Acts as a universal skill router. When you give it a task, it parses your intent, matches it against a comprehensive routing table spanning communication, code, data, infrastructure, testing, and PM workflows, then loads and executes the appropriate skill(s). For cross-domain tasks, it chains multiple skills in sequence. It never asks which skill to use โ€” it decides and acts.

Usage

This is the default skill that runs on every prompt. It matches any actionable request and dispatches to the correct skill. You don't need to invoke it explicitly โ€” just describe what you want done.

Trigger phrases:

Examples

Why it was created

With dozens of specialized skills installed, manually choosing which one to load adds friction. Auto-pilot eliminates that overhead by routing automatically based on intent, making the agent feel like a single unified tool.