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…
Interactively add a new source to feed-sources.md with type inference, https and name-uniqueness validation, and category checking against feed-categories.md. Appends a formatted row to the Active Sources table. Invoke with /feed-hermit:add-source.
$ npx -y skills add gtapps/claude-code-hermit --skill add-source --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/add-sourceContext preview
The summary Claude sees to decide when to auto-load this skill.
Interactively add a new source to feed-sources.md with type inference, https and name-uniqueness validation, and category checking against feed-categories.md. Appends a formatted row to the Active Sources table. Invoke with /feed-hermit:add-source.
name: add-source description: >- Interactively add a new source to feed-sources.md with type inference, https and name-uniqueness validation, and category checking against feed-categories.md. Appends a formatted row to the Active Sources table. Invoke with /feed-hermit:add-source.
Add a new entry to `feed-sources.md`, enforcing the correct table format and source type.
1. **Collect inputs** — ask the operator for:
2. **Validate:**
3. **Read `feed-sources.md`** to confirm the current table structure, then append the new row under `## Active Sources`:
| {Name} | {URL} | {Category} | {Type} | {Notes} |Align columns with the existing table width. Insert alphabetically by Name within the same category, or at the end if unsure.
4. **Confirm** — show the operator the new row before writing. Write only after confirmation.
5. **Note in session** — append to SHELL.md Progress Log: `[HH:MM] Added source: {Name} ({Type}) to {Category}`.
6. **Mention in next brief** — new source additions are mentioned automatically in the next brief (no action needed here).
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…