A collection of useful plugins and tools for Claude Code
Add the marketplace to Claude Code:
/plugin marketplace add edimuj/claude-workshopInstall a plugin:
/plugin install cli-screenshot@claude-workshop| Plugin | Description |
|---|---|
| cli-screenshot | Generate polished macOS-style terminal screenshots with syntax highlighting and multiple themes |
| smart-terminal-setup | Configure Shift+Enter for multi-line input in terminals not supported by the built-in /terminal-setup |
Create your own plugins with this structure:
plugins/my-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── commands/
│ └── my-command.md # Skill definitions
├── templates/ # Optional templates
├── scripts/ # Optional helper scripts
└── README.md # Documentation
Add your plugin to .claude-plugin/marketplace.json to make it available.
Other Claude Code tools by the same author:
| Project | Description |
|---|---|
| claude-mneme | Persistent memory plugin for Claude Code |
| vexscan-claude-code | Security vulnerability scanner plugin for Claude Code |
| claude-simple-status | Simple status line for Claude Code |
| tokenlean | CLI tools to explore codebases efficiently and save context tokens |
Contributions are welcome! Feel free to:
- Fork the repository
- Create a plugin in
plugins/your-plugin/ - Add it to
.claude-plugin/marketplace.json - Submit a pull request
