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…
Check Home Assistant connectivity, context freshness, and locale. Auto-refresh context if stale. Use at session start or when HA status is unclear.
$ npx -y skills add gtapps/claude-code-hermit --skill ha-boot --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ha-bootContext preview
The summary Claude sees to decide when to auto-load this skill.
Check Home Assistant connectivity, context freshness, and locale. Auto-refresh context if stale. Use at session start or when HA status is unclear.
name: ha-boot description: Check Home Assistant connectivity, context freshness, and locale. Auto-refresh context if stale. Use at session start or when HA status is unclear. allowed-tools: - Bash - Read - Glob - mcp__homeassistant__GetLiveContext - mcp__homeassistant__GetDateTime
Run this at the start of every session or when you need to verify HA status. This skill is the single entry point for this project — it also initializes the hermit session.
0. **Resident startup**: Invoke the `/claude-code-hermit:resident-start` skill first to establish readiness before HA work begins. If it errors (e.g. core hermit not initialized), stop and tell the operator to run `/claude-code-homeassistant-hermit:hatch`.
1. Run `${CLAUDE_PLUGIN_ROOT}/bin/ha-agent-lab boot status --probe` and present the result. 2. Read `.claude-code-hermit/OPERATOR.md` for the stored language (in the `## HA hermit` section). All user-facing output should use this locale. 3. Check `.claude-code-hermit/raw/snapshot-ha-normalized-latest.json` modification time.
4. Optionally call `GetLiveContext` via MCP for a quick live snapshot. 5. Present a summary:
If you know Claude Tag, the idea will feel familiar: hand Claude work through a channel, such as Discord, Telegram, or your custom integration, and get results back there.
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…