hermit-hand-back

Summarize git activity since takeover and restart the hermit Docker container.

69|12|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/gtapps/claude-code-hermit --skill hermit-hand-back
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hermit-hand-back
Source: https://github.com/gtapps/claude-code-hermit/tree/main/plugins/claude-code-hermit/skills/hermit-hand-back
Command: npx skills add https://github.com/gtapps/claude-code-hermit --skill hermit-hand-back

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the hand-back phase after a hermit takeover by summarizing operator activity, optionally queuing next tasks, and restarting the hermit container.

Core Features & Use Cases

  • Takeover summarization: Analyzes git logs and diffs since the takeover to produce a concise report.
  • Next-task queuing: Optionally writes instructions to NEXT-TASK.md for the next work cycle.
  • State updates: Updates SHELL.md with the takeover summary and clears the takeover timestamp.
  • Container restart: Restarts the hermit Docker container to resume autonomous operation.

Quick Start

Run locally after a hermit takeover session to hand back control and prepare the hermit for the next task.

Frequently Asked Questions about hermit-hand-back

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize operator activity and restart a Docker container after a takeover?

To queue a next task after a takeover, the Skill optionally writes your instructions to NEXT-TASK.md. This file prepares the hermit for the next work cycle before the Docker container restarts.

How does takeover summarization work with git logs?

To update the hermit session state, the Skill modifies SHELL.md with the takeover summary and clears the takeover timestamp. This ensures the session accurately reflects progress before the next autonomous operation.

Do I need a Docker environment to hand back control to the hermit?

Yes, you need a Docker environment to hand back control because the Skill restarts the hermit Docker container to resume autonomous operation. It operates locally after a takeover session to prepare the hermit for the next task.

What is the best way to automate the hand-back phase after a hermit takeover?

The best way to automate the hand-back phase after a hermit takeover is using a dedicated automation Skill. It automatically summarizes git activity, queues next tasks via NEXT-TASK.md, and restarts the Docker container without manual intervention.

When should I not use an automated container restart for my hermit session?

You should not use an automated container restart if you need to manually inspect git diffs or intervene before autonomous operation resumes. The Skill clears the takeover timestamp and immediately restarts the hermit Docker container upon execution.