health

health is a command for Claude Code from Vimalk0703/shipworthy. It costs 0 tokens per session (615 once invoked), scanned A, original, MIT.

A health-check command for Shipworthy, a project setup that checks coding-agent support files and the project itself.

In plain words
What is it for?
Use it to inspect installation hooks and scripts, available skills, configuration, test status, build status, and project architecture documentation.
Why use it?
It shows whether the add-on is installed correctly and whether the project has important files, tests, and working hooks.

Command for Claude Code

Written for Claude Code: SessionStart hook event.

Part of the shipworthy plugin — 66 skills, 7 commands, 3 hooks shipped together

Good fit Use it to inspect installation hooks and scripts, available skills, configuration, test status, build status, and project architecture documentation.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/vimalk0703/shipworthy/health
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Vimalk0703/shipworthy

Made for: Claude Code.

Or install shipworthy, the plugin that ships this one along with the rest of its 66 skills, 7 commands, 3 hooks.

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 health

README.md
[![agentmods](https://agentmods.dev/badge/commands/vimalk0703/shipworthy/health.svg)](https://agentmods.dev/commands/vimalk0703/shipworthy/health)
Your own site
<a href="https://agentmods.dev/commands/vimalk0703/shipworthy/health"><img src="https://agentmods.dev/badge/commands/vimalk0703/shipworthy/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 615 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00615
Opus 5 $0.00000 $0.00308
Sonnet 5 $0.00000 $0.00123
Haiku 4.5 $0.00000 $0.00061

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

Security

Grade A, and why

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 8d 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.

commands/health.md · 57 lines

How it starts

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

Before executing this command, output:

shipworthy › command: /health — generating health dashboard


Show a comprehensive project and plugin health dashboard.

Part 1: Plugin Installation Health

Verify Shipworthy is correctly installed and functioning:

  1. Hooks installed: Check hooks.json has all 4 hook entries (SessionStart, PreToolUse×2, PostToolUse×2)
  2. Hook scripts exist: All 5 hook scripts exist and are executable (session-start, pre-tool-use, pre-tool-use-bash, post-tool-use, post-tool-use-write)
  3. Shared library: hooks/lib.sh exists and is sourceable
  4. JSON parser available: Check if jq or python3 is available for robust JSON parsing
  5. Detected tier: What tier was this project assigned? Is it correct?
  6. Skills loaded: How many skills are available? Any orphaned?
  7. Hook performance: Run session-start hook and measure execution time. Flag if >3 seconds.
  8. Debug mode: Is SHIPWORTHY_DEBUG=1 set? If so, check log at ~/.shipworthy/debug.log

Part 2: Project Health

  1. Architecture spec: Present / Missing at .shipworthy/architecture.md
  2. Test suite: Pass / Fail / No tests found (run npm test or equivalent)
  3. Build status: Pass / Fail (run npm run build or equivalent)
  4. Linter: Configured / Passing / Missing
  5. Tech debt items: Count from .shipworthy/tech-debt.md
  6. Dependency vulnerabilities: Count from npm audit or equivalent
  7. File count: Total source files (indicates quality gate level)
  8. Quality gate level: 0-4 based on file count and tier
  9. Feature specs: Count in .shipworthy/specs/
  10. In-progress plans: Count in .shipworthy/plans/

Format as a concise dashboard:

Shipworthy Health Dashboard
============================

Plugin Status
  Hooks:          5/5 installed
  JSON parser:    jq available
  Tier detected:  maker
  Skills loaded:  46 (0 orphaned)
  Hook latency:   1.2s (OK)

Project Status
  Architecture:   Present
  Tests:          47 passing, 0 failing
  Build:          Clean
  Linter:         ESLint — passing
  Tech debt:      3 items (1 critical)
  Vulnerabilities: 0 known
  Source files:    42 → Quality Gate Level 2
  Specs:          3 in .shipworthy/specs/
  Plans:          1 in-progress

Read the full file on GitHub · 57 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. 8d ago First seen · 57 lines · 0 tokens per session scan A f6b42be008be

Subscribe to this mod's changes

health is a command published in the GitHub repository Vimalk0703/shipworthy (7 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 615 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-31.