Stats
Links
Categories
Auto-discovered marketplace from mbenadda/claude-plugin-toy
npx claudepluginhub mbenadda/claude-plugin-toyProof-of-concept: a Claude plugin that compiles and runs a Go binary
Proof-of-concept Claude Code plugin that compiles and runs a Go binary.
src/main.go into a binary at ${CLAUDE_PLUGIN_DATA}/bin/greeter/binary-toy:greet <name>: a skill tells Claude to run the compiled binaryclaude --plugin-dir ~/claude-plugin-toy
Then:
/binary-toy:greet Mehdi
.claude-plugin/plugin.json — plugin manifest
src/main.go — Go source for the binary
hooks/hooks.json — SessionStart hook compiles the binary
skills/greet/SKILL.md — skill that invokes the binary