From let-him-cook
Lock let-him-cook to a single sample. The user passes the sample basename as the skill argument (e.g. frying_pan_2.mp3).
How this skill is triggered — by the user, by Claude, or both
Slash command
/let-him-cook:fixedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user's argument is the sample basename. URL-encode it if it contains spaces or special characters, then run:
The user's argument is the sample basename. URL-encode it if it contains spaces or special characters, then run:
PORT=$(cat ~/.cache/let-him-cook/port 2>/dev/null) && [ -n "$PORT" ] && curl -s "http://127.0.0.1:${PORT}/mode/fixed?sample=<BASENAME>"
…substituting <BASENAME> for the argument. Report the response to the user. If the response is a 404, call the samples skill to list available samples and suggest the user pick one of those. If $PORT was empty, tell the user the let-him-cook bridge isn't running.
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