Stats
Actions
Tags
From favorite-plugins-installers
Define a new curated batch of third-party Claude plugins and write it as a JSON file under batches/. Use when the user says "add a new batch", "I want to bundle these plugins", or proposes a new theme grouping.
How this skill is triggered — by the user, by Claude, or both
Slash command
/favorite-plugins-installers:add-batchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a new batch definition file in this plugin's `batches/` directory.
Create a new batch definition file in this plugin's batches/ directory.
dev-essentials → batches/dev-essentials.json).{ name, marketplace, why? } entries. marketplace is the GitHub owner the plugin is published under.marketplace values; for each, prompt the user for the marketplace repo name (e.g. owner=somebody, repo=Their-Plugins) so the JSON can include the marketplaces[] block.batches/.${CLAUDE_PLUGIN_ROOT}/batches/<batch_name>.json matching the schema in batches/README.md.python3 -c "import json; json.load(open('<path>'))".Claude-Favorite-Plugins-Installers-Plugin (and bump the plugin version via publish-plugin-update).${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/favorite-plugins-installers/batches/<name>.json instead, and teach list-batches / install-batch to read from both locations. Default to repo-shipped batches unless the user specifies "private" or "local-only".npx claudepluginhub danielrosehill/claude-code-plugins --plugin favorite-plugins-installersCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.