A collection of Claude Code plugins by leetwito.
Add this marketplace to Claude Code:
/plugin marketplace add leetwito/claude-marketplaceThen install individual plugins:
/plugin install tmux-dev@leetwito-marketplaceOr install a plugin directly without adding the marketplace:
/plugin add github:leetwito/claude-marketplace/plugins/tmux-devManage dev processes via tmux sessions. Enables multiple Claude Code sessions to share access to running processes.
Features:
- Multi-session access to running processes
- Persistent processes that survive Claude Code exit
- Send commands (including Ctrl+C) to running processes
- Configurable log buffer (10k lines)
- Works with any project structure (single or multiple services)
Prevent your Mac from sleeping during Claude Code sessions using caffeinate hooks.
Features:
- Automatically keeps Mac awake while Claude is working
- Uses macOS built-in
caffeinatecommand - 1-hour timeout with auto-reset on each prompt
- Clean hook-based implementation
View prevent-sleep documentation
To add a new plugin to this marketplace:
- Create a new plugin directory:
plugins/your-plugin-name/ - Add
.claude-plugin/plugin.jsonwith plugin metadata - Add skills, hooks, commands, or agents as needed
- Update
marketplace.jsonto include the new plugin - Tag a new release
MIT