Updates the minimum core version requirement for a fleet plugin in all three canonical places: required_core_version and requires["claude-code-hermit"] in hermit-meta.json, and the dependencies entry in plugin.json. Use this skill whenever the user says "bump core requirement", "raise required_core_version", "make <fleet> require core X.Y.Z", "update min core for <fleet> plugin", or finishes shipping a core feature that fleet plugins need to declare they depend on. Also trigger when the user says "align fleet deps" or asks which version the fleet plugins are pinned to and wants to update them.
$npx -y skills add gtapps/claude-code-hermit --skill bump-core-reqInstalls into the current project.
Run `npx skills use "https://github.com/gtapps/claude-code-hermit" --skill "gtapps/claude-code-hermit/bump-core-req"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gtapps/claude-code-hermit" that are relevant to the current task. Run `npx skills add "https://github.com/gtapps/claude-code-hermit"` and select the relevant skills, then follow their instructions.