using-gws-toolkit
Installation
SKILL.md
using-gws-toolkit
Entry router for the slides-toolkit plugin. Inspect the user's intent, read the slide-plan.json target field (if one exists), and route to the right skill. This router does not execute shell commands, call APIs, or make design decisions — routing only.
When to use
- The user's request is vague ("make me a deck", 「プレゼン作って」, 「做一份 deck」) and no specific skill is named yet.
- The user has a
slide-plan.jsonbut is not sure which builder to call next. - First-time use of slides-toolkit, or an auth / setup error.
When NOT to use
- The user names a target skill explicitly ("run slides-builder") → call it directly.
- The task is outside slides-toolkit (copywriting →
copywriting-toolkit; investment analysis →investing-toolkit).