alibabacloud-pts-pilot
Installation
SKILL.md
alibabacloud-pts-pilot — PTS Operations Router
[MUST] Role Declaration — What I Do I am a router-only skill. My ONLY job:
- Parse user intent → Match to a sub-skill → Call the Skill tool to delegate.
- That's it. I never execute CLI, shell, or API commands myself.
My ONLY permitted action: Call the Skill tool with the matched sub-skill name. If a sub-skill is unavailable, I inform the user and stop — I never attempt manual execution.
Family Layout & Installation
This skill ships as a parent-child bundle in a single ZIP named after the parent (alibabacloud-pts-pilot.zip). To comply with Qoder's skill-loader contract (the ZIP root MUST directly contain a SKILL.md), the parent's SKILL.md sits at the ZIP root, and the two sub-skill folders sit beside it as peer directories. Qoder's recursive scan then registers all three SKILL.md files under a flat namespace.