From claude-code-hermit
Summarizes operator takeover activity via git log, optionally queues instructions in NEXT-TASK.md, updates SHELL.md status, and restarts hermit Docker container after /hermit-takeover.
npx claudepluginhub gtapps/claude-code-hermit --plugin claude-code-homeassistant-hermitThis skill uses the workspace's default tool permissions.
Hand control back to the autonomous hermit after an operator takeover session. Summarizes what you did, optionally leaves instructions, and restarts the container.
Stops Docker container running autonomous hermit agent, marks session as operator takeover, loads full context from config and session files, and presents structured summary for interactive continuation.
Generates structured session handoff Markdown documents summarizing accomplishments from git logs, file changes, research, plans, and issues. Captures pause points and key files for continuation. Use /handoff [topic].
Generates and validates handoff documents for transferring AI agent session context across pauses, context limits, milestones, or resumes. Captures git state and next steps.
Share bugs, ideas, or general feedback.
Hand control back to the autonomous hermit after an operator takeover session. Summarizes what you did, optionally leaves instructions, and restarts the container.
Read .claude-code-hermit/sessions/SHELL.md and check for the **Takeover:** timestamp line.
Build a summary of what happened during the takeover using git:
git log --oneline --since="<takeover_timestamp>" to get commits made during takeovergit log --oneline --since="<takeover_timestamp>" --format="%H" | tail -1 to get the first takeover commit, then git diff --stat <first_commit>^..HEAD for a file change summaryAsk the operator: "Any instructions for the hermit to work on next?"
.claude-code-hermit/sessions/NEXT-TASK.md. This file is automatically picked up at the next session-start.[HH:MM] Operator takeover — <git summary from step 2>. <Instructions queued / No specific instructions.>
**Status:** from operator_takeover to idle**Takeover:** timestamp lineRun .claude-code-hermit/bin/hermit-docker up in the project root.
Check that the container started: run docker compose -f docker-compose.hermit.yml ps --status running after a few seconds.
.claude-code-hermit/bin/hermit-docker logs for errors."Print confirmation:
Hermit is back online.
Takeover summary: <git summary>
Instructions: <queued / none>
Check status anytime: .claude-code-hermit/bin/hermit-status