hermit-settings

Solid

View or change hermit configuration for this project. Manages model, channels, morning brief, heartbeat, routines, idle behavior, compaction thresholds, Docker packages, and unattended mode.

AI & Automation 74 stars 15 forks Updated today MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
62
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Hermit Settings View or modify the hermit configuration for this project. ## Step 0 — Channel reply If this skill was invoked from a channel-arrived message (the inbound prompt contains a `<channel source="...">` tag), reply via that channel's reply tool. Otherwise emit to conversation. On a channel-tagged turn, every free-form `Ask:` prompt below is delivered via the reply tool instead of waiting on terminal input — the branch proceeds as an over-channel exchange (ask, then act on the reply when it arrives), the same as any other channel conversation. **Never call `AskUserQuestion` on a channel-tagged turn** — it renders in the terminal, invisible to a remote operator. The one bounded ask in this skill (`quality-gate`, below) additionally queues a durable micro-proposal entry per `channel-responder` § Channel-safe ask bridge (schema: `reflect` § Queuing procedure), so it survives compaction or a session restart; free-form asks queue nothing. ## Usage ``` /claude-code-hermit:hermit-settings — show all current settings /claude-code-hermit:hermit-settings name — set agent name /claude-code-hermit:hermit-settings language — set preferred language /claude-code-hermit:hermit-settings timezone — set timezone /claude-code-hermit:hermit-settings escalation — set escalation threshold /claude-code-hermit:hermit-settings sign-off — set sign-off line /claude-code-hermit:hermit-settings channels — configure channels /claude-code-he...

Details

Author
gtapps
Repository
gtapps/claude-code-hermit
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

hermit-health

Show alert state, proposal queue depth, routine engagement, knowledge state, channel availability, plus fragile zones, stale accepted proposals, and recent learnings. Activates on messages like 'health check', 'how's the hermit', 'is anything broken', 'hermit health', 'system health', 'anything wrong', 'hermit status', 'hermit brain', 'are routines running', 'what's stuck', 'any fragile zones', 'show me what's blocked', 'recent learnings', 'what have you learned lately', 'where are the weak spots', 'check knowledge', 'lint knowledge', 'knowledge health'.

74 Updated today
gtapps
AI & Automation Listed

hermit

Extreme terse speech for messages BETWEEN agents and other LLMs. Use when Hermit is requested, writing subagent prompts, inter-agent handoffs, or cairntir payloads. Bare-minimum communication to get concept and context across safely. Not for user-facing prose; Unvarnished covers that.

0 Updated 3 days ago
pnmcguire480
AI & Automation Listed

herdr

Run and manage AI subagents in herdr panes, and drive the herdr terminal workspace manager from the CLI. Use to start a subagent (claude, codex, omp, gemini, opencode, droid, copilot, cursor - or a preset of your own), send it a task, read its answer, hold a multi-turn conversation with it, list which agents are running and what state they are in, and stop one - one command per step, with the send/Enter and status-timing traps handled. Subagent definitions (argv, cwd, env, session, timeouts) live in agent config, so "run the reviewer agent" resolves to a preset rather than a guessed command line. Also covers the layout itself: list, focus, rename, create, or close workspaces, worktrees, tabs, and panes, and answer "which one am I in". Use whenever the user mentions herdr, asks to run / spawn / ask / message / check on / stop an agent or subagent, or asks to rename / switch / focus / close / list a session, workspace, tab, pane, or worktree - e.g. "run a subagent to review this", "ask the other claude what it

0 Updated today
Max-Levitskiy