agentsclimarketplace

Install companion plugins

Skill danielrosehill/Claude-Israel-Agent-Skills-Plugin/skills/install-companion-plugins

Collection of Israel-specific skills for Claude Code and other agentic CLIs

Install
npx -y skills add danielrosehill/Claude-Israel-Agent-Skills-Plugin --skill install-companion-plugins

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when the user wants to install or review other Claude Code plugins that complement this Israel-Agent-Skills plugin. Reads a curated shortlist from `data/companion-plugins.yaml`, shows each plugin with its topic and blurb, confirms the user's selection, and runs the `claude plugins marketplace add` + `claude plugins install` commands. Does not install anything without explicit confirmation. The list of available companion plugins is maintained in the YAML file — do not enumerate them in the README or other user-facing docs; direct users to invoke the skill instead. Trigger phrases - "install related israel plugins", "what other plugins go with israel-agent-skills", "install companion plugins", "show me related plugins", "companion plugin install".

SKILL.md

2.3 KB, as published. Nobody here has run it

Install Companion Plugins

Helps the user install other Claude Code plugins that pair well with Israel-Agent-Skills. The curated list lives in data/companion-plugins.yaml — it's a maintained shortlist, not a general plugin discovery tool.

Procedure

  1. Read data/companion-plugins.yaml.
  2. For each plugin, check whether it's already installed:
    claude plugins list 2>/dev/null | grep -qE '^\s*{slug}\b'
    
    Label each entry installed / not installed.
  3. Present the list to the user as a short menu — one line per plugin with topic, blurb, and install status.
  4. Ask which to install (accept all, none, or a comma-separated subset of slugs).
  5. If the marketplace isn't registered, add it once (idempotent):
    claude plugins marketplace add {marketplace}
    
  6. Install each selected plugin:
    claude plugins install {slug}@{owner}
    
  7. Re-check with claude plugins list and report the post-install state.

What this skill does NOT do

  • Install plugins without explicit user confirmation.
  • Uninstall anything.
  • Discover plugins beyond the curated list. If the user asks for unrelated plugins, point them at claude plugins marketplace browse rather than extending this skill ad-hoc.
  • Modify Claude Code settings, permissions, or MCP configs.

Extending the list

Add a new entry to data/companion-plugins.yaml with slug, owner, repo, topic, and blurb. The slug must match the target plugin's .claude-plugin/plugin.json name field — verify before adding.

Gives 0 of the 12 instructions most context ai engineering skills give

Counted across 1,193 of the 1,976 authors here whose files we hold, read 2026-08-06

  • dispatch a fresh implementer subagent per taskin 48 of 1193, across 19 files
  • dispatch final reviewer after all tasksin 37 of 1193, across 11 files
  • provide full task text to the subagentin 31 of 1193, across 10 files
  • review spec compliance before code qualityin 27 of 1193, across 10 files
  • make the hook script executablein 26 of 1193, across 8 files
  • re-snapshot after navigation or DOM changesin 25 of 1193, across 17 files
  • answer subagent questions before proceedingin 22 of 1193, across 7 files
  • mark task complete in TodoWrite after approvalin 22 of 1193, across 6 files
  • merge hook into existing settingsin 21 of 1193, across 3 files
  • read files before editing themin 21 of 1193, across 9 files
  • ask if installation is global or projectin 20 of 1193, across 2 files
  • copy the hook script to target locationin 20 of 1193, across 2 files

Said here and by no other author read

  • read the companion plugins data file
  • check if each plugin is already installed
  • present plugins as a short menu
  • ask user which plugins to install
  • add the marketplace if not registered
  • add new entries with required fields

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.