From cooktap
Launch a CookTap typing drill in a new terminal tab. Use when the user wants to practice typing, start a typing drill, or play CookTap while waiting for AI work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cooktap:cooktapThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch CookTap in a **new terminal tab** so the user can practice typing while waiting.
Launch CookTap in a new terminal tab so the user can practice typing while waiting.
IMPORTANT: CookTap is an interactive terminal UI. It MUST open in a new terminal tab — never run it in the background or inline in this session.
Run the launch script located in the scripts/ folder next to this SKILL.md file:
bash "<path-to-this-skill-directory>/scripts/launch.sh"
This script auto-detects the user's terminal (Ghostty, iTerm2, WezTerm, Terminal.app, tmux) and opens CookTap in a new tab.
If the launch script path cannot be determined, use:
npx cooktap
Note: this fallback will take over the current terminal session.
After launching, tell the user: "I've started CookTap for you. I'll let you know when I'm done."
Do not add any other commentary.
npx claudepluginhub 0xagentkitchen/cooktapProvides design patterns for terminal user interfaces: layout paradigms, keyboard navigation, visual systems, and TUI anti-pattern validation. Works with Ratatui, Ink, Textual, Bubbletea, or any TUI framework.
Automates interactive terminal programs (REPLs, debuggers, TUIs) via PTY. Start sessions, type text/keystrokes, wait for screen stability, snapshot output, and manage multiple sessions.
Guides creation of a TypeScript project to hands-on learn Cursor AI: Tab completion from comments, Chat for code gen/explain, Inline Edit for diffs.