How this skill is triggered — by the user, by Claude, or both
Slash command
/binary-toy:greetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the greeter binary that was compiled by this plugin's SessionStart hook.
Run the greeter binary that was compiled by this plugin's SessionStart hook.
The binary is at: ${CLAUDE_PLUGIN_DATA}/bin/greeter
Run it via Bash with "$ARGUMENTS" as arguments. Show the full output to the user.
If the binary doesn't exist, tell the user the SessionStart hook may not have run yet — they should restart Claude Code with the plugin enabled.
npx claudepluginhub mbenadda/claude-plugin-toy --plugin binary-toyCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.