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
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub mbenadda/claude-plugin-toy --plugin binary-toyAdvanced Go skills for concurrency, error handling, and interfaces.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.