plugin-health

plugin-health is a command for Claude Code from Yassinello/claude-plugin-prd-workflow. It costs 0 tokens per session (513 once invoked), scanned A, original, MIT.

A command that checks whether the claude-prd-workflow add-on is installed correctly.

In plain words
What is it for?
Run it after installing or troubleshooting the add-on. It checks the plugin folder, metadata, slash commands, AI agents, and skills, then suggests next steps.
Why use it?
It finds missing or invalid installation parts and explains warnings or errors, so you do not have to inspect the files yourself.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions Claude Code.

Not installable on its own: it runs a file from its repository that does not travel with it. Clone the repository, or install whatever ships that file. The line is node bin/check-health.js.

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for plugin-health

README.md
[![agentmods](https://agentmods.dev/badge/commands/yassinello/claude-plugin-prd-workflow/plugin-health.svg)](https://agentmods.dev/commands/yassinello/claude-plugin-prd-workflow/plugin-health)
Your own site
<a href="https://agentmods.dev/commands/yassinello/claude-plugin-prd-workflow/plugin-health"><img src="https://agentmods.dev/badge/commands/yassinello/claude-plugin-prd-workflow/plugin-health.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 513 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00513
Opus 5 $0.00000 $0.00257
Sonnet 5 $0.00000 $0.00103
Haiku 4.5 $0.00000 $0.00051

Measured 6d ago against content hash d18e02b2a4b8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

plugin-health scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/plugin-health.md · 91 lines

How it starts

The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Plugin Health Check Command

You are helping the user verify the health of their claude-prd-workflow plugin installation.

Your Task

Run the health check script and interpret the results for the user.

Steps

  1. Navigate to plugin directory

    cd ~/.claude-code/plugins/claude-prd-workflow
    
  2. Run health check

    node bin/check-health.js
    
  3. Interpret results

    • If all checks pass: Confirm plugin is healthy
    • If warnings found: Explain what they mean
    • If errors found: Suggest remediation steps
  4. Provide next steps

    • If healthy: User can use the plugin normally
    • If issues: Offer to run /plugin-repair or manual fix steps

Health Check Components

The health check verifies:

  • ✅ Plugin directory exists
  • ✅ Plugin metadata is valid
  • ✅ Slash commands are installed
  • ✅ AI agents are installed
  • ✅ Skills are installed

Example Output

🏥 Running health check for claude-prd-workflow...

📁 Checking plugin installation...
   ✅ Plugin directory found: ~/.claude-code/plugins/claude-prd-workflow

📋 Checking plugin metadata...
   ✅ Plugin version: 2.7.0
   📅 Installed: 10/26/2025

📝 Checking slash commands...
   ✅ Global commands: 17 files found

🤖 Checking AI agents...
   ✅ Global agents: 17 files found

⚡ Checking skills...
   ✅ Global skills: 13 files found

============================================================

📊 HEALTH CHECK SUMMARY

✅ All systems operational!

🎯 You can now use the following commands:
   /create-prd  - Create a new PRD
   /list-prds   - List all PRDs
   /review-prd  - Review a PRD
   /code-prd    - Start development

💡 Tip: Restart Claude Code if commands are not visible

============================================================

Troubleshooting

If health check fails:

  1. Offer to run automatic repair: /plugin-repair
  2. Suggest manual reinstallation: node install.js
  3. Link to troubleshooting guide
  4. Suggest reporting issue if problem persists

Read the full file on GitHub · 91 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 91 lines · 0 tokens per session scan A d18e02b2a4b8

Subscribe to this mod's changes

plugin-health is a command published in the GitHub repository Yassinello/claude-plugin-prd-workflow (12 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 513 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.