An open API service indexing awesome lists of open source software.

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

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)