bump-core-req
Updates the minimum core version requirement for a fleet plugin in all three canonical places: `required_core_version` and `requires["claude-code-hermit"]` in…
Orient a resident after boot, resume or context refresh, reconcile recovery and report readiness without choosing work.
$ npx -y skills add gtapps/claude-code-hermit --skill resident-start --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/resident-startContext preview
The summary Claude sees to decide when to auto-load this skill.
Orient a resident after boot, resume or context refresh, reconcile recovery and report readiness without choosing work.
name: resident-start description: Orient a resident after boot, resume or context refresh, reconcile recovery and report readiness without choosing work.
Use the startup hook context, `.claude-code-hermit/config.json`, `state/runtime.json`, `state/execution.json`, and open task records to establish resident readiness. OPERATOR.md and TASKS.md are injected by SessionStart; use their policy and read them only when absent from context. Startup does not select a task or ask what to work on next.
1. **Upgrade classification.** When the hook emits `---Upgrade Available---` with `REQUIRED:`, run `/claude-code-hermit:hermit-evolve unattended` before continuing. An advisory upgrade is a notification only. If it emits `---Stale Plugin Runtime---`, relay the stale-install notice and do not run evolve: evolve cannot replace the plugin copy loaded by this process. 2. **Boot classification.** Freshly read runtime and execution state. A missing runtime is a first boot. `context_cleared === true` identifies a context refresh: consume it by setting only that runtime field to false and suppress the startup ping. A resumed process is still a new boot for process-scoped watches; a context refresh preserves existing native monitors. Observe execution without writing its state: hook observations own `execution.json`, and `unknown` is not evidence that work finished. If the lifecycle lock is held, report that the boot operation is still in progress and stop this readiness flow. 3. **Record inventory and recovery.** Run `bun ${CLAUDE_PLUGIN_ROOT}/scripts/task.ts list .claude-code-hermit --open`. Use the returned execution observation and each open record's result or waiting state. For `last_error` of `unclean_shutdown` or `dead_process`, report the interruption and the open records, including `watchdog_restart_reason` when present. Preserve records and pending results; an interrupted process neither completes nor cancels a commitment. Report readiness with the recovery facts, without an archive-or-resume question. After reporting, clear only the acknowledged `last_error` and `watchdog_restart_reason`. If `orphaned_process` is recorded, alert the operator that the prior process may still exist and needs verification before treating the resident as ready; do not start duplicate work. 4. **Duty and worker recovery.** On a genuine boot, reset stale `state/monitors.runtime.json` entries, then run `/claude-code-hermit:watch start` when configured monitors are enabled. List the open task threads with `bun ${CLAUDE_PLUGIN_ROOT}/scripts/task.ts list .claude-code-hermit --open --owner 'worker:*' --json` and report them: the next reply in each thread goes to the worker id the record names, and only a failed send starts a fresh worker. Load `/claude-code-hermit:hermit-routines load` and start `/claude-code-hermit:heartbeat start` when enabled and not already running. On a context refresh keep surviving monitors; do not clear their registry or re-arm them simply because context changed. 5. **Readiness report.** Use the configured identity and language, and notify per CLAUDE.md Operator Notification policy. Give one brief report of readiness, interrupted or waiting records, and duty availability. Recovery notification is the boot notification, so do not send a second ping. Suppress a normal online ping on context refresh. In always-on mode never ask for a task. Leave task selection to an operator assignment, a routine or the queued-record workflow.
A ready resident with reconciled duties and an accurate open-record inventory. This skill does not open, close, cancel or select a task. There is no task argument path. Task mutations and lessons belong to `task.ts` and `/claude-code-hermit:task`.
Run an always-on Claude Code agent on your machine or server, for you or your team. Use it from your terminal or the Claude app via Remote Control, or connect Discord, Telegram, iMessage, or a custom Claude Code channel.
Repo: gtapps/claude-code-hermit
Updates the minimum core version requirement for a fleet plugin in all three canonical places: `required_core_version` and `requires["claude-code-hermit"]` in…
Changelog and commit — lightweight motion for day-to-day plugin dev work in the monorepo. One commit per plugin scope; CHANGELOG and staging routed by detected…
Documentation-drift audit for the plugin monorepo. Audits either each scoped plugin's unreleased changelog claims or its latest shipped release from the…
Explain in plain language what a fix, feature, PR, or plan will actually change for downstream hermits and the operators chatting with them — a before/after…
Use this skill whenever the user wants to release, ship, prep, or cut versions for two or more plugins together on the current branch. Trigger on phrasings…
Daily release-pipeline digest with a change gate — reports which plugins are pending release, whether main's CI is green, which branches went stale, and GitHub…