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.json but 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).

Routing table (intent to skill)

Installs
1
GitHub Stars
6
First Seen
Jun 17, 2026
using-gws-toolkit — kouko/monkey-skills