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…
Delete an automation or script from Home Assistant via REST API with operator confirmation. Use when the operator asks to remove, delete, or disable a specific automation or script.
$ npx -y skills add gtapps/claude-code-hermit --skill ha-delete-config --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ha-delete-configContext preview
The summary Claude sees to decide when to auto-load this skill.
Delete an automation or script from Home Assistant via REST API with operator confirmation. Use when the operator asks to remove, delete, or disable a specific automation or script.
name: ha-delete-config description: Delete an automation or script from Home Assistant via REST API with operator confirmation. Use when the operator asks to remove, delete, or disable a specific automation or script. allowed-tools: - Bash - Read
Removes an automation or script from Home Assistant via `DELETE /api/config/{domain}/config/{id}`.
1. **Identify the target**: Ask the operator which automation or script to delete (name or ID).
2. **Preview**: Show the target details (entity_id, id, friendly_name, state). This action cannot be undone via CLI.
3. **Delete**: Run the appropriate command:
4. **Check result**: Read the JSON output.
5. **Reload (optional)**: After deletion the entity stays in the registry until the next reload. Offer to trigger one:
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…