A Claude Code plugin marketplace by @seankoji.
| Plugin | Description |
|---|---|
| elephant-goldfish | Self-validating /elephant-goldfish:elephant design-doc command + Gemini goldfish judge |
| claude-tuneup | Permission audit and settings tuneup for Claude Code |
| prompt-builder | Iterative prompt engineering assistant |
| imps | Swarm orchestrator — parallel model-routed agents, Workflow dispatch, deterministic gates, persona-review panel |
| ape | Forages OSS repos for transferable techniques — discovery, ranking, cloning, analysis, and synthesis as a real Workflow script |
| offload-sidecar | MCP tool that offloads file transforms, log triage, and vision tasks — paths in, paths out, no file content through Claude's context. Local Ollama tiers (private) plus budget-gated Gemini tiers via the agy CLI. Formerly ollama-sidecar |
| recon | Discovery → spec → verify → execute workflow for research, decisions, and reports — for Claude Cowork and Claude Code. Structural context isolation between phases via detection-and-refusal plus independent verification |
# Add the marketplace (one-time)
claude plugin marketplace add seankoji/claude-plugins
# Install a plugin
claude plugin install elephant-goldfish@seankoji
# Install project-scoped (shared with teammates via .claude/)
claude plugin install elephant-goldfish@seankoji --scope project
# Keep marketplace up to date
claude plugin marketplace updateSee CONTRIBUTING.md for how to add a plugin, test changes locally, and open a PR.