Help us improve
Share bugs, ideas, or general feedback.
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).
npx claudepluginhub xinyucaoo/let-him-cook --plugin let-him-cookHow 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:
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
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.