Skip to content

πŸ‘ Discover and manage 600+ Claude Code plugins from 10 marketplaces. Fast TUI with fuzzy search, dynamic registry, and zero setup.

License

Notifications You must be signed in to change notification settings

itsdevcoffee/plum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

56 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘ Plum

Go Version Release License Go Report Card

A better way to discover Claude Code marketplace plugins.

Plum is a fast, fuzzy-search TUI that lets you discover and install plugins from 10 popular marketplaces - even ones you haven't installed yet. Browse 600+ plugins instantly, no setup required.

Plum Demo

Popular Marketplaces

Plum works with any Claude Code marketplace. Here are some popular ones to get started:

Marketplace Description
claude-code-plugins-plus The largest collection with 254 plugins and 185 Agent Skills, focusing on production-ready automation tools across DevOps, security, testing, and AI/ML workflows.
claude-code-marketplace Community-driven marketplace featuring curated commands and agents with granular installation and auto-sync from a live database. Browse by category and install only what you need.
claude-code-plugins Official Anthropic plugins that extend Claude Code's core functionality. These plugins are maintained by the Claude Code team and ship with the tool.
mag-claude-plugins Battle-tested workflows from top developers with 4 specialized plugins for frontend development, code analysis, Bun backend, and orchestration patterns.
dev-gom-plugins Automation-focused collection with 15 plugins specializing in Unity game development, Blender 3D workflows, browser automation, and code quality monitoring.
feedmob-claude-plugins Productivity and workflow tools with 6 specialized plugins for data processing (CSV parsing), testing, commit automation, presentation generation, and AI news aggregation.
anthropic-agent-skills Official Anthropic Agent Skills reference repository with document manipulation capabilities (PDF, DOCX, PPTX, XLSX) and production-quality skill implementation examples.
wshobson-agents Comprehensive production system with 65 plugins, 91 specialized AI agents, 47 agent skills, and 15 multi-agent workflow orchestrators across 23 categories.
docker-plugins Official Docker Inc. marketplace with Docker Desktop MCP Toolkit integration for containerized MCP servers. Requires Docker Desktop 4.28+.
ccplugins-marketplace Massive curated collection with 200 plugins organized across 13 categories including DevOps, Testing, Documentation, Marketing, Security, and more.

Have a marketplace? Submit a PR to add it to this list! We welcome all Claude Code plugin marketplaces.

Installation

macOS/Linux users (recommended):

brew install itsdevcoffee/plum/plum
plum

All platforms (requires Go 1.24+):

go install github.com/itsdevcoffee/plum/cmd/plum@latest
plum

Note: If plum command isn't found after go install, add $GOPATH/bin to your PATH or run ~/go/bin/plum directly.

Key Features

  • Discover 600+ plugins from 10 popular marketplaces - even ones you haven't installed yet
  • Auto-updating registry - notifies when new marketplaces are available
  • Instant fuzzy search across all plugins (installed + discoverable)
  • Smart filtering: All, Discover, Ready, or Installed
  • Multiple view modes: Card (detailed) or Slim (compact)
  • One-click install - copy commands with c and y keys
  • Manual refresh with Shift+U to fetch latest marketplaces
  • Responsive design that adapts to your terminal size

Keyboard Shortcuts

Key Action
Type anything Search plugins
↑↓ or Ctrl+j/k Navigate
Enter View details
Tab or β†’ Next filter (All/Discover/Ready/Installed)
Shift+Tab or ← Previous filter
Ctrl+v Toggle card/slim view
Shift+U Refresh marketplace registry and cache
c Copy install command (marketplace for discoverable)
y Copy plugin command (for discoverable plugins)
? Show help
Esc or q Quit

Screenshots

Discover New Marketplaces

Browse plugins from 10 popular marketplaces - even ones you haven't installed yet. The Discover filter shows plugins from uninstalled marketplaces with [Discover] badges:

Discover Tab

Two-Step Installation for New Marketplaces

When you find a plugin from an uninstalled marketplace, plum shows you exactly what to install. Press 'c' to copy the marketplace command, 'y' to copy the plugin command:

Example:

# Step 1: Install the marketplace
/plugin marketplace add feed-mob/claude-code-marketplace

# Step 2: Install the plugin
/plugin install csv-parser@feedmob-claude-plugins

Discover Detail

Multiple View Modes

Switch between card and slim views with Ctrl+v:

Card View (Default) Card View

Slim View (Compact) Slim View

Built-in Help

Press ? to see all keyboard shortcuts:

Help Menu

Building from Source

git clone https://github.com/itsdevcoffee/plum.git
cd plum
go build -o plum ./cmd/plum
./plum

Troubleshooting

"command not found: plum" after installing

The installation worked, but plum isn't in your PATH. Add Go's bin directory:

# Add to your shell config (~/.zshrc, ~/.bashrc, or ~/.bash_profile)
export PATH="$PATH:$HOME/go/bin"

# Reload shell
source ~/.zshrc  # or ~/.bashrc

# Now run plum
plum

Or run directly: ~/go/bin/plum

"Claude Code settings not found"

  • Run claude-code at least once to initialize your configuration

"No plugins found"

  • Make sure you have marketplaces configured
  • Run /plugin in Claude Code to browse and add marketplaces
  • Run /plugin marketplace update to sync

Custom config directory

  • Set CLAUDE_CONFIG_DIR environment variable if you use a non-standard location

Contributing

Contributions are welcome! Whether it's:

  • Adding your marketplace to the Popular Marketplaces list
  • Reporting bugs or suggesting features
  • Improving documentation
  • Submitting code improvements

Feel free to open an issue or pull request.

πŸ” Security

Plum treats marketplace and plugin metadata as untrusted input and does not execute plugins or forward plugin content to AI agents.

For details on our threat model, trust boundaries, and how to report vulnerabilities, see SECURITY.md.

License

MIT - see LICENSE for details.


Built with Bubble Tea β€’ Styled with Lip Gloss

About

πŸ‘ Discover and manage 600+ Claude Code plugins from 10 marketplaces. Fast TUI with fuzzy search, dynamic registry, and zero setup.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages