README.md

September 1, 2026 ยท View on GitHub

Daniel's Claude plugin library

Claude Code Claude Code Projects Index Claude Code Repos Index GitHub Master Index

๐ŸŒ Browse the full Claude Code Projects Index at claude.danielrosehill.com โ€” searchable catalog of all plugins, skills, and Claude Code projects.

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.

๐Ÿ“‹ Browse plugins by category โ€” every plugin with its description, source repository and install command

Available Plugins

149 plugins across 18 categories. Browse a category below, then install any plugin with:

/plugin install <plugin-name>@danielrosehill
CategoryPluginsContents
Linux Sysadmin23backup-planner, batch-optical-archivist, claude-pipewire-skills, copyq-scripting, debugging, desktop-manager, โ€ฆ (17 more)
Media Editing15ai-video-producer, audio-production, background-removal, claude-transcription, gimp, hardware-id-annotation, image-annotation, โ€ฆ (8 more)
Personal Productivity15aliexpress-israel-skills, budgeting, business-idea-eval, contact-support, Daniel-Rosehill, decision-evaluation-framework, โ€ฆ (9 more)
Documentation & Writing12ai-attribution, claude-document-nudge, content-writing, digital-printing, document-to-markdown, html-email-designer, โ€ฆ (6 more)
Research & Learning12air-quality-toolkit, geopol-sim, jewish-texts-reference, jewish-utilities, knowledge-documentation, legal-investigative, โ€ฆ (6 more)
AI & Context11ai-engineering, ai-model-research, chatgpt-importer, claude-md-tester, claude-sops, claude-user-memory, get-toony, โ€ฆ (4 more)
Repo Scaffolding & Retrofitting11dev-debugger, dev-tools, favorite-plugins-installers, license-populator, repo-mgmt, spec-starter, stack-evaluator, task-queuer, โ€ฆ (3 more)
Data & Datasets7claude-data-analyst, Claude-Data-Wrangler, data-annotation, data-visualisation-and-publishing, synthetic-data, taxonomy-creation, โ€ฆ (1 more)
Privacy & Security7claude-vault, digital-evidence, gpg-ops, linux-av-manager, pii-scanner, security-auditor, spamhole
Network & Smart Home6adb-ops, agent-relay, home-assistant-mgmt, media-assistant-ops, network-cups, zigbee-home-maintenance
Marketing & Shopping5amazon, freight-vol-calculator, pr-media-work, procurement-tools, shopping
Hardware & Maker4hardware-spec-assembly, label-printer, nfc-ops, obd-diagnostics
QA & Agent Sessions4breakout-claude, claude-hopper, claude-pa, claude-rudder
Regional4israel-agent-skills, israel-opening-hours, netek-disconnect, rtl-email
Staging4career, loose-tasks, resource-list-builder, smart-home
Data Discovery3browser-data-capture, Local-Web-Capture, site-skill-builder
Git & GitHub3claude-code-feedback, gist-writer, github-explorer
Publishing & CMS3book-writing, buttondown-mgmt, kdp-publishing

Full descriptions and per-plugin install commands live on each category page โ€” see the category index.

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-engineering@danielrosehill
/plugin install repo-mgmt@danielrosehill
/plugin install content-writing@danielrosehill

Install Multiple Plugins

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

Full Stack Developer Setup

/plugin install repo-mgmt@danielrosehill
/plugin install dev-tools@danielrosehill
/plugin install technical-docs@danielrosehill
/plugin install debugging@danielrosehill

AI/ML Developer Setup

/plugin install ai-engineering@danielrosehill
/plugin install repo-mgmt@danielrosehill
/plugin install ai-model-research@danielrosehill

System Administrator Setup

/plugin install desktop-manager@danielrosehill
/plugin install sysadmin-homelab@danielrosehill
/plugin install security-checkup@danielrosehill
/plugin install linux-debugging@danielrosehill

Content Creator Setup

/plugin install content-writing@danielrosehill
/plugin install technical-docs@danielrosehill
/plugin install audio-production@danielrosehill
/plugin install video-editing@danielrosehill
/plugin install image-production@danielrosehill

Personal Productivity Setup

/plugin install filesystem-organiser@danielrosehill
/plugin install personal-planning@danielrosehill
/plugin install schedule-manager@danielrosehill
/plugin install budgeting@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

Contributing

Each plugin lives in its own repository โ€” this repo is the marketplace manifest only.

  1. For a change to a plugin, open an issue or pull request on that plugin's own repository (linked from its category page)
  2. For a problem with the catalogue itself โ€” a wrong description, a broken link, a miscategorised plugin โ€” open an issue here
  3. 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