From israel-agent-skills
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".
npx claudepluginhub danielrosehill/claude-code-plugins --plugin israel-agent-skillsThis skill uses the workspace's default tool permissions.
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.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
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.
data/companion-plugins.yaml.claude plugins list 2>/dev/null | grep -qE '^\s*{slug}\b'
Label each entry installed / not installed.all, none, or a comma-separated subset of slugs).claude plugins marketplace add {marketplace}
claude plugins install {slug}@{owner}
claude plugins list and report the post-install state.claude plugins marketplace browse rather than extending this skill ad-hoc.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.