Favorite Plugins Installers

April 30, 2026 · View on GitHub

A curated library of third-party Claude Code plugins, grouped into named batches by type/theme. One command installs an entire batch — adding any required marketplaces and installing every plugin in the bundle.

Useful for spinning up a fresh machine, onboarding a new role/persona, or grouping recommended plugins so you can install a coherent set in one go instead of remembering individual names.

Skills

  • list-batches — show every curated batch with description and plugin count
  • install-batch — install every plugin in a named batch (adds marketplaces first)
  • add-batch — define a new batch and write it under batches/

How batches work

Each batch is a JSON file under batches/ describing:

  • which third-party marketplaces to add
  • which plugins (and from which marketplace) to install
  • an optional why note per plugin

See batches/README.md for the schema.

Installation

claude plugins marketplace add danielrosehill/Claude-Code-Plugins
claude plugins install favorite-plugins-installers@danielrosehill

Contributing a batch

Open a PR adding a new file under batches/ that matches the schema. Each batch should have a clear theme — "dev-essentials", "writing-toolkit", "homelab-ops", etc. — and every plugin entry should explain why it earned a spot.

License

MIT