Stats
Actions
Tags
From let-him-cook
Switch let-him-cook to random mode — each turn picks a different cooking sound.
How this skill is triggered — by the user, by Claude, or both
Slash command
/let-him-cook:randomThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run:
Run:
PORT=$(cat ~/.cache/let-him-cook/port 2>/dev/null) && [ -n "$PORT" ] && curl -s "http://127.0.0.1:${PORT}/mode/random"
Confirm to the user that random mode is active. If $PORT was empty, the bridge isn't running — tell the user the let-him-cook bridge needs to be started first.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub xinyucaoo/let-him-cook --plugin let-him-cook