geekbot-setup
Installation
SKILL.md
Geekbot — Setup
Goal: get the user fully ready — CLI installed, CLI authenticated, and a clear "you're ready" or "here's what to do next" message at the end.
Steps
-
Check the CLI is on
$PATH:command -v geekbot -
Install if missing:
npm install -g geekbot-cliIf
npmisn't available, mentionbun install -g geekbot-clias an alternative and let the user run it themselves.
Related skills