plugins/laravel-forge-hermit/skills/forge-servers/SKILL.md
List, inspect, and reboot Laravel Forge servers. Reboot always goes through surface-then-approve (preview-reboot → confirm → server-reboot --confirm). Triggers on "list servers", "show server", "reboot server", "server status".
npx skillsauth add gtapps/claude-code-hermit forge-serversInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
List and inspect servers in the Forge estate, or reboot a server with approval.
php ${CLAUDE_PLUGIN_ROOT}/php/forge.php servers
Output: one line per server with ID, name, and IP address.
php ${CLAUDE_PLUGIN_ROOT}/php/forge.php server <server>
<server> can be a server name, IP address, or numeric ID. Ambiguous names are rejected with a list of collisions.
Step 1 — Preview (read-only, no action taken):
php ${CLAUDE_PLUGIN_ROOT}/php/forge.php preview-reboot <server>
Resolves <server> to the canonical record and prints the server name, IP, and ID. Exit 0, no mutation.
Step 2 — Relay to operator. Show the canonical target. Ask for explicit approval.
Step 3 — On approval only:
php ${CLAUDE_PLUGIN_ROOT}/php/forge.php server-reboot <server> --confirm
A wrong reboot causes an outage. Never auto-confirm. Never skip the preview step.
${CLAUDE_PLUGIN_ROOT} is substituted in installed mode. In --plugin-dir dev mode, use the absolute path./laravel-forge-hermit:forge-logs./laravel-forge-hermit:forge-sites.tools
Composes and delivers the daily fitness brief — a forward-looking morning read (readiness + today's plan) or a backward-looking evening read (today's training, or an earned-rest note, + tomorrow's setup) — in the operator's configured voice. Invoke with /claude-code-fitness-hermit:fitness-brief --morning|--evening|--slot <name>. Becomes the plugin's two daily beats — the morning Strava connectivity check and the evening activity sync, RPE binding, and Run deep-dive.
development
Renew the hermit's long-lived Claude login token over the channel, before it expires. Relays a one-time sign-in link to the operator, takes the code back, installs the new token, and restarts. Activates on messages like 'relogin', 'renew my login', 'reauth', 'the login is expiring', or when doctor's credential-expiry check flags setup-token.
development
Synthesizes the past 7 days of archived briefs into a weekly digest — top stories, emerging vs faded themes, category activity, and per-source performance built from archive frontmatter. Delivers to the operator's configured channel and archives a weekly note. Designed as a weekly routine. Invoke with /feed-hermit:weekly-digest.
development
Manage developing story arcs tracked across briefs — add, resolve, and list active arcs in compiled/story-arcs-*.md. Arc Watch keywords drive the feed-brief arc-tagging enrichment. Invoke with /feed-hermit:story-arcs add|resolve|list.