Detect a dispatched agent that has gone silent mid-run — reads the run's events.jsonl and flags any started-but-not-finished agent that hasn't logged anything for longer than a window (default 10 minutes). Use during multi-agent runs, periodically or whenever a run feels quiet, and as a check forge-doctor can call later.
$npx -y skills add forgeyclap/claude-forge --skill forge-heartbeatInstalls into the current project.
Run `npx skills use "https://github.com/forgeyclap/claude-forge" --skill "forgeyclap/claude-forge/forge-heartbeat"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/forgeyclap/claude-forge" that are relevant to the current task. Run `npx skills add "https://github.com/forgeyclap/claude-forge"` and select the relevant skills, then follow their instructions.