https://github.com/marvell/claude-plugins
Personal collection of plugins for Claude Code
https://github.com/marvell/claude-plugins
claude claude-code claude-code-plugins mcp
Last synced: about 2 months ago
JSON representation
Personal collection of plugins for Claude Code
- Host: GitHub
- URL: https://github.com/marvell/claude-plugins
- Owner: marvell
- License: mit
- Created: 2025-12-21T13:56:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-21T14:26:54.000Z (6 months ago)
- Last Synced: 2025-12-23T05:05:09.268Z (6 months ago)
- Topics: claude, claude-code, claude-code-plugins, mcp
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Claude Code Plugins
Personal collection of plugins for [Claude Code](https://claude.com/code).
## Installation
Add this marketplace to Claude Code:
```bash
claude /plugin marketplace add marvell/claude-plugins
```
## Available Plugins
| Plugin | Description |
|--------|-------------|
| [deepwiki](./plugins/deepwiki) | Explore and understand any public GitHub repository using DeepWiki AI-generated documentation |
| [mermaid](./plugins/mermaid) | Create diagrams using Mermaid syntax for flowcharts, sequence diagrams, class diagrams, ER diagrams, Gantt charts, and more |
## Installing a Plugin
```bash
claude /plugin install deepwiki@marvell-plugins
claude /plugin install mermaid@marvell-plugins
```
## License
[MIT](LICENSE)