Run a lightweight, non-destructive system healthcheck — disk usage, memory, CPU load, process count, hostname — and store a structured snapshot in session memory. Use when the user says "run a healthcheck", "check system health", "how's the server doing", "is everything ok", or asks for a status/diagnostics snapshot of the current host. Read-only: runs only inspection commands, never mutates the system.
$npx -y skills add navig-run/core --skill healthcheckInstalls into the current project.
Run `npx skills use "https://github.com/navig-run/core" --skill "navig-run/core/healthcheck"` 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/navig-run/core" that are relevant to the current task. Run `npx skills add "https://github.com/navig-run/core"` and select the relevant skills, then follow their instructions.