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 GitHubA 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.
AI Tools — View Repo · AI development, local AI, Ollama, MCP servers, Hugging Face, speech-to-text ·
danielrosehill/ai-tools-plugin View on GitHub/plugin install ai-tools@danielrosehillContext Toolkit — View Repo · Context management and organization tools ·
danielrosehill/context-toolkit-plugin View on GitHub/plugin install context-toolkit@danielrosehillFix Documentation — View Repo · Automated technical documentation generation and code documentation workflows ·
danielrosehill/Claude-Document-This View on GitHub/plugin install fix-documentation@danielrosehill
Development Utilities
Version control and development tools.
Claude Janitor — View Repo · Repository cleanup toolkit: remove clutter, organize structure, polish documentation ·
danielrosehill/Claude-Janitor View on GitHub/plugin install claude-janitor@danielrosehillGit & GitHub — View Repo · Git configuration, LFS, GitHub CLI, repository management ·
danielrosehill/git-github-plugin View on GitHub/plugin install git-github@danielrosehillRepo Retrofitter — View Repo · Bulk-retrofit repos with AI agent scaffolding (CLAUDE.md, commands, agents, MCP recommendations) ·
danielrosehill/Claude-Repo-Retrofitter View on GitHub/plugin install repo-retrofitter@danielrosehill
Documentation
Plugins for creating and editing documentation.
Tech Docs — View Repo · README creation, markdown editing, changelog generation, badges ·
danielrosehill/documentation-plugin View on GitHub/plugin install tech-docs@danielrosehillWriting & Editing — View Repo · Proofreading, formatting, style standardization, content enhancement ·
danielrosehill/writing-editing-plugin View on GitHub/plugin install writing-editing@danielrosehill
Media Management Plugins
Audio, video, and images: plugins for performing media operations using Claude Code.
Audio Editing — View Repo · Audio editing and processing tools ·
danielrosehill/audio-editing-plugin View on GitHub/plugin install audio-editing@danielrosehillImage Editing — View Repo · Image editing and processing tools ·
danielrosehill/image-editing-plugin View on GitHub/plugin install image-editing@danielrosehillVideo Editing — View Repo · Video editing and processing tools ·
danielrosehill/video-editing-plugin View on GitHub/plugin install video-editing@danielrosehill
Miscellaneous
All other plugins.
Diary Planner — View Repo · Personal diary and planning workflows ·
danielrosehill/diary-planner-plugin View on GitHub/plugin install diary-planner@danielrosehillHome Budget Helper — View Repo · Personal budgeting and financial management ·
danielrosehill/home-budget-helper-plugin View on GitHub/plugin install home-budget-helper@danielrosehillIdeation — View Repo · Brainstorming, design ideas, innovation, AI chat experiments ·
danielrosehill/ideation-plugin View on GitHub/plugin install ideation@danielrosehillSEO — View Repo · SEO optimization, audits, and reviews ·
danielrosehill/seo-plugin View on GitHub/plugin install seo@danielrosehill
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).
Filesystem Organisation — View Repo · File system organization, folder structure optimization, and file management automation ·
danielrosehill/filesystem-org-plugin View on GitHub/plugin install filesystem-organisation@danielrosehillHome Assistant Manager — View Repo · Home Assistant management and automation ·
danielrosehill/home-assistant-manager-plugin View on GitHub/plugin install home-assistant-manager@danielrosehillLAN Manager — View Repo · Local network management ·
danielrosehill/lan-manager-plugin View on GitHub/plugin install lan-manager@danielrosehillLinux Desktop — View Repo · KDE settings, display management, system health, hardware profiling ·
danielrosehill/linux-desktop-plugin View on GitHub/plugin install linux-desktop-mgmt@danielrosehillLinux Server — View Repo · Server management and administration tools ·
danielrosehill/linux-server-plugin View on GitHub/plugin install linux-server-mgmt@danielrosehillSecurity Checkup — View Repo · Security audits and checkups ·
danielrosehill/security-checkup-plugin View on GitHub/plugin install security-checkup@danielrosehill
Research
Plugins for deep research and specific types of research.
Learning — View Repo · Code analysis, commit analysis, learning resources, tutorials ·
danielrosehill/learning-plugin View on GitHub/plugin install learning@danielrosehillTech Research — View Repo · Technology research and documentation tools ·
danielrosehill/tech-research-plugin View on GitHub/plugin install tech-research@danielrosehill
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:
View available commands: Run
/helpto see all installed commandsUse slash commands: Type
/followed by the command nameExplore plugin features: Check the plugin's repository README for detailed documentation
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
Website: danielrosehill.com
Email: public@danielrosehill.com
GitHub: @danielrosehill