Claude Code Plugins Marketplace

A comprehensive marketplace of Claude Code plugins for developers, system administrators, content creators, and productivity enthusiasts. These plugins extend Claude Code with specialized slash commands and agents for various workflows.

Last updated: 06/04/2026

Claude Code Plugins Marketplace

Claude Code Repos Index GitHub Master Index

danielrosehill/Claude-Code-Repos-Index View on GitHub danielrosehill/Github-Master-Index View on GitHub

A comprehensive marketplace of Claude Code plugins for developers, system administrators, content creators, and productivity enthusiasts. These plugins extend Claude Code with specialized slash commands and agents for various workflows.

📋 [View Plugin Source Repositories](sources.md) - Complete list of all plugin repositories with links

Available Plugins

AI Tools

AI development, documentation, and context management tools.

Development Utilities

Version control and development tools.

Documentation

Plugins for creating and editing documentation.

Media Management Plugins

Audio, video, and images: plugins for performing media operations using Claude Code.

Miscellaneous

All other plugins.

OS Management / System Administration

Plugins for managing specific filesystems, whether the local environment (Linux desktop) or a Linux server. Also includes specific OS types: Home Assistant OS, OPNsense (work in progress).

Research

Plugins for deep research and specific types of research.

Installation

Add This Marketplace

First, add this marketplace to your Claude Code installation:

/plugin marketplace add https://github.com/danielrosehill/Claude-Code-Plugins

Install Individual Plugins

After adding the marketplace, install any plugin:

/plugin install {plugin-name}@danielrosehill

Examples:

/plugin install ai-tools@danielrosehill /plugin install git-github@danielrosehill /plugin install writing-editing@danielrosehill

Install Multiple Plugins

You can install multiple plugins by repeating the installation command for each one you need.

Popular Plugin Combinations

Full Stack Developer Setup

/plugin install git-github@danielrosehill /plugin install tech-docs@danielrosehill /plugin install fix-documentation@danielrosehill

AI/ML Developer Setup

/plugin install ai-tools@danielrosehill /plugin install git-github@danielrosehill

System Administrator Setup

/plugin install linux-desktop-mgmt@danielrosehill /plugin install linux-server-mgmt@danielrosehill /plugin install security-checkup@danielrosehill /plugin install lan-manager@danielrosehill

Content Creator Setup

/plugin install writing-editing@danielrosehill /plugin install tech-docs@danielrosehill /plugin install audio-editing@danielrosehill /plugin install video-editing@danielrosehill /plugin install image-editing@danielrosehill

Personal Productivity Setup

/plugin install filesystem-organisation@danielrosehill /plugin install context-toolkit@danielrosehill /plugin install diary-planner@danielrosehill /plugin install home-budget-helper@danielrosehill

Plugin Structure

Each plugin follows the standard Claude Code plugin structure:

CC-Plugin-{name}/ ├── .claude-plugin/ │ └── plugin.json # Plugin metadata ├── commands/ # Slash commands │ └── {category}/ │ └── command.md ├── agents/ # Custom agents (if applicable) ├── skills/ # Agent skills (if applicable) └── README.md

Usage

After installing a plugin, you can:

  1. View available commands: Run /help to see all installed commands

  2. Use slash commands: Type / followed by the command name

  3. Explore plugin features: Check the plugin's repository README for detailed documentation

  1. Submit a pull request with a clear description of your improvements

License

All plugins are licensed under the MIT License. See individual plugin repositories for details.

Author

Daniel Rosehill