Agent Plugins Marketplace
All plugins

health-plugin

v1.19.0

Diagnose and fix Claude Code configuration issues including plugin registry, settings, hooks, MCP servers, SessionStart executability, pre-commit validity, permissions coverage, and marketplace enrollment

Claude Code7 Skills

58 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install health-plugin for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install health-plugin@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/laurigates/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is health-plugin/.

Plugin files

health-plugin/
├── .claude-plugin/plugin.json
├── skills/health-agentic-audit/SKILL.md
├── skills/health-audit/SKILL.md
├── skills/health-check/SKILL.md
├── skills/health-plugins/SKILL.md
├── skills/health-skill-audit/SKILL.md
├── skills/plugin-registry/SKILL.md
└── skills/settings-configuration/SKILL.md

Included Skills7

health-agentic-auditskills/health-agentic-audit/SKILL.md

Audit skills, commands, and agents for agentic output compliance — optimization tables, bare CLI commands. Use when batch-checking skill documentation quality.

health-auditskills/health-audit/SKILL.md

Plugin audit against detected stack (Python, Node, Rust, Go, Terraform, Docker, K8s). Use when cleaning up unused plugins or discovering stack-relevant ones for a project.

health-checkskills/health-check/SKILL.md

Claude Code health check — scans plugins, settings, hooks, MCP, runtime state, usage telemetry, permissions, marketplace with optional fixes. Use when checking project health or troubleshooting setup.

health-pluginsskills/health-plugins/SKILL.md

Diagnose and fix Claude Code plugin registry corruption — orphaned entries, stale keys, scope conflicts. Use when seeing plugin-already-installed errors or registry drift.

health-skill-auditskills/health-skill-audit/SKILL.md

Audit skill tree for overlap, split-pressure, and consolidation candidates. Use when finding confusing skill clusters or surfacing REFERENCE.md extraction candidates.

plugin-registryskills/plugin-registry/SKILL.md

Claude Code plugin registry structure, installation scopes, and common issues. Use when troubleshooting plugin installation problems or manually fixing registry entries.

settings-configurationskills/settings-configuration/SKILL.md

Claude Code settings hierarchy, permission wildcards, and configuration patterns. Use when setting up permissions, debugging settings issues, or understanding allowed tools.

Plugin manifests1

health-plugin/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "health-plugin",
  "version": "1.19.0",
  "description": "Diagnose and fix Claude Code configuration issues including plugin registry, settings, hooks, MCP servers, SessionStart executability, pre-commit validity, permissions coverage, and marketplace enrollment",
  "hooks": {
    "SessionStart": [
      {
        "matcher": "",
        "hooks": [
          {
            "type": "command",
            "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/health-drift-probe.sh",
            "timeout": 3000
          },
          {
            "type": "command",
            "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/config-drift-probe.sh",
            "timeout": 3000
          }
        ]
      }
    ]
  },
  "keywords": [
    "health",
    "diagnostics",
    "troubleshooting",
    "plugins",
    "settings",
    "hooks",
    "mcp",
    "configuration",
    "agentic",
    "optimization",
    "fix",
    "repair",
    "marketplace",
    "permissions",
    "session-start",
    "pre-commit"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[health-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/health-plugin)