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…
Get a quick live status of the house via MCP. Shows lights, covers, climate, presence, and notable states. Use when the operator asks about house state.
$ npx -y skills add gtapps/claude-code-hermit --skill ha-house-status --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ha-house-statusContext preview
The summary Claude sees to decide when to auto-load this skill.
Get a quick live status of the house via MCP. Shows lights, covers, climate, presence, and notable states. Use when the operator asks about house state.
name: ha-house-status description: Get a quick live status of the house via MCP. Shows lights, covers, climate, presence, and notable states. Use when the operator asks about house state. allowed-tools: - Bash - Read - mcp__homeassistant__GetLiveContext - mcp__homeassistant__GetDateTime
1. Call `GetDateTime` for current time and date. 2. Call `GetLiveContext` for the live house snapshot. 3. Use the stored language from OPERATOR.md (`## HA hermit` section) for all output. 4. Check `.claude-code-hermit/raw/snapshot-ha-normalized-latest.json` modification time. If older than 24 hours or missing, append a warning to the status output: > "Context snapshot is stale — run `/claude-code-homeassistant-hermit:ha-refresh-context` for accurate entity data." 5. Present a human-readable summary in the stored locale, organized by:
Keep the summary concise. Use bullet points. Group by area if the house has distinct areas. Highlight anything that looks unusual or worth investigating.
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…