Skip to main content
agentsSource-backed

Plugin Dependency Compatibility Agent

Source-backed agent that reviews Claude Code plugins for dependency and compatibility issues, checking the plugin.json manifest, bundled components, external binaries like LSP servers, versioning, and namespace conflicts, grounded in the official Claude Code plugin docs.

by JPette1783·added 2026-06-05·
Review first review before installing

Open the source and read safety notes before installing.

Citation facts

Source-backed facts for citing this resource, derived directly from the registry — also available as plain text for AI assistants.

Source URLs
https://code.claude.com/docs/en/plugins, https://github.com/JSONbored/awesome-claude/blob/main/content/agents/plugin-dependency-compatibility-agent.mdx
Safety notes
This agent reviews plugin structure and dependencies; it does not install or execute the plugin., Plugins can bundle hooks, MCP servers, and bin/ executables that run with your privileges; flag components that need scrutiny before install., Treat plugin install from untrusted sources as a supply-chain risk; recommend reviewing source and pinning versions.
Privacy notes
Bundled MCP servers and hooks can access local files and external services; confirm what the plugin's components reach., Plugin settings.json and manifests should not contain secrets; use environment variables or helpers., Note that bin/ executables are added to the Bash tool PATH while the plugin is enabled.
Author
JPette1783
Submitted by
JPette1783
Claim status
unclaimed
Last verified
2026-06-05

Decision playbook

Review trust signals before you adopt

Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.

Compare context
Selected

0

Current score

63

Baseline

Delta

No baseline selected

No major trust-signal divergence detected in the current selection.

Source and provenance checks

Needs review

Confirm ownership and provenance before trusting install instructions.

  • Source link availableRequired

    Open the canonical repository and verify ownership.

    Done
  • Source provenance statusRequired

    Marked as source-backed.

    Done
  • Metadata reviewed

    No reviewed flag detected in metadata.

    Pending

Safety and privacy checks

Complete

Validate risk disclosures before installation or API wiring.

  • Safety notes presentRequired

    Review the listed safety guidance before running commands.

    Done
  • Privacy notes presentRequired

    Review data handling notes before connecting accounts or secrets.

    Done
  • Trust level risk gateRequired

    Trust level does not block evaluation.

    Done

Package and install checks

Needs review

Check package metadata and artifact integrity signals.

  • Install payload available

    Install or copy payload is available for review.

    Done
  • Package verification flag

    No package verification flag provided.

    Pending
  • Checksum metadata

    No checksum provided for downloaded artifact.

    Pending

Compare-driven decision checks

Needs review

Use compare context to validate trade-offs before adoption.

  • Compare tray has multiple entries

    Add at least one more entry to compare trust differences.

    Pending
  • Baseline comparison available

    No baseline peer selected yet.

    Pending
  • Diverging trust signals identified

    No major trust-signal divergence found.

    Pending

Setup at a glance

Copy & paste

Copy-ready — paste the snippet to get started.

Adoption plan

Balanced adoption plan

Current risk score 24/100. Use staged verification before broader rollout.

Risk 24

Pre-adoption checks

Validate source and review signals before any execution.

  • Confirm source provenanceRequired

    Source URL/provenance metadata is present.

    Done
  • Confirm metadata review state

    No review metadata found; increase manual validation.

    Pending
  • Verify install payload

    Install/config payload exists and can be inspected.

    Done

Security checks

Confirm safety, privacy, and package integrity signals.

  • Review safety notesRequired

    Safety notes are present.

    Done
  • Review privacy notesRequired

    Privacy notes are present.

    Done
  • Verify package integrity metadata

    No package verification/checksum metadata.

    Pending

Rollout

Adopt in controlled steps based on the selected plan.

  • Run in isolated sandbox firstRequired

    Use a constrained sandbox and observe behavior across multiple tasks.

    Pending
  • Roll out graduallyRequired

    Roll out to a small cohort before wider usage.

    Pending
  • Set monitoring and fallback

    Define rollback path and monitor errors after adoption.

    Pending

Evidence readiness

Evidence readiness matrix · balanced

Missing required evidence: Metadata review. Risk score 31.

Risk 31

Source provenance

Present

Source repository/provenance is listed.

Required in this preset

Metadata review

Missing

Review metadata is missing.

Required in this preset

Safety notes

Present

Safety notes are present.

Required in this preset

Privacy notes

Present

Privacy notes are present.

Optional in this preset

Package integrity

Missing

Package integrity metadata is missing.

Optional in this preset

Install payload

Present

Install payload is available.

Required in this preset

Required gaps: Metadata review

Decision timeline

Decision timeline · balanced

Blocking gaps: Check metadata review status. Risk 28.

Risk 28

triage

Confirm source provenanceRequired

Source/provenance metadata is available.

Done

triage

Check metadata review statusRequired

Review metadata is missing.

Pending

verify

Review safety notesRequired

Safety notes are available.

Done

verify

Review privacy notes

Privacy notes are available.

Done

verify

Validate package integrity metadata

Package integrity metadata is missing.

Pending

rollout

Verify install payload and commandsRequired

Install payload is available.

Done

Blockers: Check metadata review status

Prerequisite readiness

Prerequisite readiness

3 prerequisites to line up before setup.

0/3 ready
General3

Safety & privacy surface

Safety & privacy surface

3 safety and 3 privacy notes across 4 risk areas. Review closely: credentials & tokens, third-party handling.

4 areas
  • SafetyExecution & processesThis agent reviews plugin structure and dependencies; it does not install or execute the plugin.
  • SafetyExecution & processesPlugins can bundle hooks, MCP servers, and bin/ executables that run with your privileges; flag components that need scrutiny before install.
  • SafetyExecution & processesTreat plugin install from untrusted sources as a supply-chain risk; recommend reviewing source and pinning versions.
  • PrivacyThird-party handlingBundled MCP servers and hooks can access local files and external services; confirm what the plugin's components reach.
  • PrivacyCredentials & tokensPlugin settings.json and manifests should not contain secrets; use environment variables or helpers.
  • PrivacyLocal filesNote that bin/ executables are added to the Bash tool PATH while the plugin is enabled.

Safety notes

  • This agent reviews plugin structure and dependencies; it does not install or execute the plugin.
  • Plugins can bundle hooks, MCP servers, and bin/ executables that run with your privileges; flag components that need scrutiny before install.
  • Treat plugin install from untrusted sources as a supply-chain risk; recommend reviewing source and pinning versions.

Privacy notes

  • Bundled MCP servers and hooks can access local files and external services; confirm what the plugin's components reach.
  • Plugin settings.json and manifests should not contain secrets; use environment variables or helpers.
  • Note that bin/ executables are added to the Bash tool PATH while the plugin is enabled.

Prerequisites

  • A Claude Code plugin directory with its .claude-plugin/plugin.json manifest and component directories.
  • Knowledge of any external binaries the plugin requires, such as LSP language servers.
  • The marketplace or distribution method and its versioning expectations.

Schema details

Install type
copy
Troubleshooting
No
Full copyable content
## Content

Plugin Dependency Compatibility Agent is a reusable agent prompt for reviewing a
Claude Code plugin before it is published or installed. It checks the
`plugin.json` manifest, the bundled components (skills, agents, hooks, MCP, LSP,
monitors), external binary requirements, versioning strategy, and namespace
conflicts.

Use it when authoring or vetting a plugin so dependency and compatibility issues
are caught before users install it.

## Agent Prompt

You are a plugin dependency and compatibility reviewer for Claude Code. Find what
could make a plugin fail to load, conflict, or surprise users, using the official
Claude Code plugin documentation as your reference.

Review workflow:

1. Manifest. Confirm `.claude-plugin/plugin.json` has a valid name, description,
   and an explicit version (or that git-SHA versioning is intended). Confirm only
   `plugin.json` lives in `.claude-plugin/` and other component directories are at
   the plugin root.
2. Components. Check skills, agents, hooks, `.mcp.json`, `.lsp.json`, monitors, and
   `bin/` for correct placement and structure.
3. External dependencies. For LSP servers and bin tools, confirm users must have
   the required binary installed, and that this is documented.
4. Versioning. Confirm the version strategy gives users predictable updates
   (explicit version vs commit SHA), per the docs.
5. Namespacing. Confirm plugin skills are namespaced to avoid conflicts with other
   plugins.
6. Safety surface. Flag bundled hooks, MCP servers, and bin executables that run
   with user privileges and should be reviewed before install.
7. Decision. Ready to publish, fix issues, or block.

Output contract:

- Manifest and structure summary.
- Findings: misplaced directories, missing version, undocumented binaries,
  namespace or compatibility risks.
- Required changes with references to the plugin docs.
- Decision and any install-time cautions.

## Features

- Validates plugin.json and plugin directory structure.
- Flags undocumented external binary dependencies (e.g. LSP servers).
- Checks versioning strategy and skill namespacing.
- Surfaces hooks, MCP, and bin executables that need review before install.

## Use Cases

- Review a plugin before submitting it to a marketplace.
- Vet a third-party plugin before installing it on a team.
- Catch misplaced component directories or missing version fields.
- Document external binary prerequisites for a plugin.

## Source Notes

- Claude Code plugins use a `.claude-plugin/plugin.json` manifest and bundle
  skills, agents, hooks, MCP, LSP servers, monitors, and `bin/` executables at the
  plugin root, with only `plugin.json` inside `.claude-plugin/`.
- LSP and bin components require the user to have the relevant binary installed,
  plugin skills are namespaced to avoid conflicts, and version management uses an
  explicit version or the git commit SHA.

## Duplicate Check

The content tree and open PRs were checked for plugin, dependency, and
compatibility agents. No plugin dependency compatibility agent exists. This entry
is distinct: it is an `agents` prompt focused on plugin dependency and
compatibility review for Claude Code.

## Editorial Disclosure

Submitted as an independent community agent entry by `JPette1783`, based on
public Claude Code documentation. No paid placement, referral, or affiliate
relationship.

## Sources

- Claude Code plugins documentation: https://code.claude.com/docs/en/plugins
- Claude Code skills documentation: https://code.claude.com/docs/en/skills
- Claude Code features overview: https://code.claude.com/docs/en/features-overview

About this resource

Content

Plugin Dependency Compatibility Agent is a reusable agent prompt for reviewing a Claude Code plugin before it is published or installed. It checks the plugin.json manifest, the bundled components (skills, agents, hooks, MCP, LSP, monitors), external binary requirements, versioning strategy, and namespace conflicts.

Use it when authoring or vetting a plugin so dependency and compatibility issues are caught before users install it.

Agent Prompt

You are a plugin dependency and compatibility reviewer for Claude Code. Find what could make a plugin fail to load, conflict, or surprise users, using the official Claude Code plugin documentation as your reference.

Review workflow:

  1. Manifest. Confirm .claude-plugin/plugin.json has a valid name, description, and an explicit version (or that git-SHA versioning is intended). Confirm only plugin.json lives in .claude-plugin/ and other component directories are at the plugin root.
  2. Components. Check skills, agents, hooks, .mcp.json, .lsp.json, monitors, and bin/ for correct placement and structure.
  3. External dependencies. For LSP servers and bin tools, confirm users must have the required binary installed, and that this is documented.
  4. Versioning. Confirm the version strategy gives users predictable updates (explicit version vs commit SHA), per the docs.
  5. Namespacing. Confirm plugin skills are namespaced to avoid conflicts with other plugins.
  6. Safety surface. Flag bundled hooks, MCP servers, and bin executables that run with user privileges and should be reviewed before install.
  7. Decision. Ready to publish, fix issues, or block.

Output contract:

  • Manifest and structure summary.
  • Findings: misplaced directories, missing version, undocumented binaries, namespace or compatibility risks.
  • Required changes with references to the plugin docs.
  • Decision and any install-time cautions.

Features

  • Validates plugin.json and plugin directory structure.
  • Flags undocumented external binary dependencies (e.g. LSP servers).
  • Checks versioning strategy and skill namespacing.
  • Surfaces hooks, MCP, and bin executables that need review before install.

Use Cases

  • Review a plugin before submitting it to a marketplace.
  • Vet a third-party plugin before installing it on a team.
  • Catch misplaced component directories or missing version fields.
  • Document external binary prerequisites for a plugin.

Source Notes

  • Claude Code plugins use a .claude-plugin/plugin.json manifest and bundle skills, agents, hooks, MCP, LSP servers, monitors, and bin/ executables at the plugin root, with only plugin.json inside .claude-plugin/.
  • LSP and bin components require the user to have the relevant binary installed, plugin skills are namespaced to avoid conflicts, and version management uses an explicit version or the git commit SHA.

Duplicate Check

The content tree and open PRs were checked for plugin, dependency, and compatibility agents. No plugin dependency compatibility agent exists. This entry is distinct: it is an agents prompt focused on plugin dependency and compatibility review for Claude Code.

Editorial Disclosure

Submitted as an independent community agent entry by JPette1783, based on public Claude Code documentation. No paid placement, referral, or affiliate relationship.

Sources

Source citations

Add this badge to your README

Show that Plugin Dependency Compatibility Agent is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.

Listed on HeyClaude
[![Listed on HeyClaude](https://heyclau.de/badge/agents/plugin-dependency-compatibility-agent.svg)](https://heyclau.de/entry/agents/plugin-dependency-compatibility-agent)

How it compares

Plugin Dependency Compatibility Agent side by side with its closest alternative on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.

1 trust signal differ across this comparison (Submitter).

Field

Source-backed agent that reviews Claude Code plugins for dependency and compatibility issues, checking the plugin.json manifest, bundled components, external binaries like LSP servers, versioning, and namespace conflicts, grounded in the official Claude Code plugin docs.

Open dossier

A Claude agent persona for building and publishing Claude Code plugins: bundling commands, agents, hooks, and MCP servers into a plugin and distributing it through a plugin marketplace.

Open dossier
Next steps
Trust
Review statusNot reviewedNot reviewed
Package trustPackage not verifiedPackage not verified
Source provenanceSource-backedSource-backed
SubmitterDiffersJPette1783
Install riskReview firstReview first
Notes Safety ✓ Privacy ✓ Safety ✓ Privacy ✓
Brand
Categoryagentsagents
SourceSource-backedSource-backed
AuthorJPette1783JSONbored
Added2026-06-052025-10-25
Platforms
Harness
Source repo
Safety notesThis agent reviews plugin structure and dependencies; it does not install or execute the plugin. Plugins can bundle hooks, MCP servers, and bin/ executables that run with your privileges; flag components that need scrutiny before install. Treat plugin install from untrusted sources as a supply-chain risk; recommend reviewing source and pinning versions.This is an agent persona (prompt guidance), not executable code, but the plugins it designs bundle hooks and MCP servers that run commands with your permissions; review bundled hooks and tools before installing a plugin from any marketplace.
Privacy notesBundled MCP servers and hooks can access local files and external services; confirm what the plugin's components reach. Plugin settings.json and manifests should not contain secrets; use environment variables or helpers. Note that bin/ executables are added to the Bash tool PATH while the plugin is enabled.Plugins installed from third-party marketplaces run in your environment and can read local files or call external services; vet the marketplace source and a plugin's MCP servers before adding it.
Prerequisites
  • A Claude Code plugin directory with its .claude-plugin/plugin.json manifest and component directories.
  • Knowledge of any external binaries the plugin requires, such as LSP language servers.
  • The marketplace or distribution method and its versioning expectations.
— none listed
Install
Config
Citations
ClaimUnclaimedUnclaimed
Open in the interactive comparison tool

Related guides

Signals

Loading live community signals…

More like this, weekly

A short, calm digest of reviewed Claude resources. Unsubscribe any time.