gtapps/claude-code-hermit

Turn Claude Code into a 24/7 Agent

73Stars on the repository
61Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

bump-core-req

01

gtapps/claude-code-hermit

Skill Claude CodeCodex

Updates the minimum core version requirement for a fleet plugin in all three canonical places: requiredcoreversion 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 requiredcoreversion", "make require…

73 today A 139 tokens original MIT

gtapps/claude-code-hermit

Skill Claude CodeCodex

Run the minimum current-Claude compatibility canary for claude-code-hermit by driving real interactive Claude Code instances in tmux with --plugin-dir. Use before a core release or after a Claude Code upgrade to verify cached model switching, unattended prompt safety, and native Monitor/Cron routine lifecycle. Core…

73 today D 74 tokens original MIT

commit

03

gtapps/claude-code-hermit

Skill Claude CodeCodex

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 slug. Trigger when the user says "commit", "commit this", "save this", "wrap this up", "let's commit", or finishes a change and wants to capture it. NOT for…

73 today A 104 tokens original MIT

docs-drift

04

gtapps/claude-code-hermit

Skill Claude CodeCodex

Documentation-drift audit for this plugin monorepo. Audit either each scoped plugin's unreleased changelog claims or its latest shipped release from the previous reachable plugin-name--v tag, then verify that plugin READMEs, docs, CLAUDE.md or AGENTS.md files, and root documentation tell the truth for the matching…

73 today A 170 tokens original MIT

fleet-release

05

gtapps/claude-code-hermit

Skill Claude CodeCodex

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 like "release both plugins", "ship them together", "release all changed plugins", "fleet release", "multi-plugin release", "release in order", or "release…

73 changed today A 96 tokens original MIT

pipeline-digest

06

gtapps/claude-code-hermit

Skill Claude CodeCodex

Daily release-pipeline digest with a change gate — reports which plugins are pending release, whether main's CI is green, and which branches went stale, and notifies the operator only when that state actually moved since the last run. Use when the operator asks "what moved in the pipeline", "anything to ship"…

73 today A 99 tokens original MIT

pre-release-review

07

gtapps/claude-code-hermit

Skill Claude CodeCodex

Run the pre-release gate for this multi-plugin monorepo: establish each plugin's release boundary from its last reachable tag to HEAD, audit every changed plugin's [Unreleased] changelog against the actual code diff, identify contract-surface and breaking changes, and, per the objective the user picks up front, either…

73 today A 188 tokens original MIT

release-status

08

gtapps/claude-code-hermit

Skill Claude CodeCodex

Use this skill to answer "what's ready to ship?", "where does the release pipeline stand?", "any plugins awaiting tag?", "give me a pipeline overview/snapshot", or any pre-release-session check-in. Shows all plugins' current version, last tag, commits ahead, whether there are unreleased changes, and whether…

73 today A 83 tokens original MIT

release

09

gtapps/claude-code-hermit

Skill Claude CodeCodex

Bump a plugin's version, write a detailed changelog entry for the upgrade skill to consume, and commit+push. Takes a plugin slug argument identifying which plugin under plugins/ to release. Use this skill whenever the user says "release", "version bump", "cut a release", "changelog and push", or finishes a set of…

73 today A 104 tokens original MIT

routine-test-ping

10

gtapps/claude-code-hermit

Skill Claude CodeCodex

Proof-of-life for the routine monitor — confirms a routine still fires correctly. No side effects beyond a log line.

73 today A 0 tokens original MIT

simplify

11

gtapps/claude-code-hermit

Skill Claude CodeCodex

Parallel code review and cleanup of recent changes. Replicates the original bundled /simplify command that was removed in CC v2.1.146.

73 today A 34 tokens original MIT

stale-proposals

12

gtapps/claude-code-hermit

Skill Claude CodeCodex

Audit this repository's local proposal queue for stale entries: proposals still marked proposed, deferred, or accepted even though the work already shipped, plus old proposals whose subject has become inert. Reconcile proposals against plugin changelogs and first-parent Git history, automatically resolve only…

73 today A 140 tokens original MIT

tackle-issue

13

gtapps/claude-code-hermit

Skill Claude CodeCodex

Start-of-work triage in this monorepo. Trigger on: a GitHub issue number ("tackle issue 99", "work on #42", bare #N), pasted proposal/spec text ("investigate this", "pressure-test this", "scope this"), or picker phrasing ("tackle the next issue", "what should I work on"). Read-only investigation that tries to falsify…

73 today A 149 tokens original MIT

test-run

14

gtapps/claude-code-hermit

Skill Claude CodeCodex

Run plugin test suites in this monorepo and report a concise pass/fail summary. Optional plugin slug arg; without arg, runs all plugins under plugins/.

73 today A 35 tokens original MIT

dev-pr

15

gtapps/claude-code-hermit

Skill Claude CodeCodex

Operator-sanctioned alternative to bare git push from agent context. Open a PR from the current feature branch with a body assembled inline from commit history, the test command's last output, screenshots, and an optional project PR template. Refuses on protected branches, dirty trees, or zero commits ahead. Run as…

73 today A 74 tokens original MIT

dev-quality

16

gtapps/claude-code-hermit

Skill Claude CodeCodex

Pre-wrap quality gate. Runs /claude-code-hermit:simplify for a cleanup pass on the working-tree diff (including untracked files), re-runs commands.test, and reports results. Suggests /code-review for a deeper review. Run this before committing.

73 today A 58 tokens original MIT

dev-test

17

gtapps/claude-code-hermit

Skill Claude CodeCodex

Run the configured test suite and record the result to .claude-code-hermit/state/last-test.json. /dev-pr reads this record; a fresh pass at HEAD skips re-running. Use for mid-task verification, debugging a failing test in isolation, or as a building block for /dev-quality.

73 today A 64 tokens original MIT

diagnosing-bugs

18

gtapps/claude-code-hermit

Skill Claude CodeCodex

Diagnosis loop for hard bugs and performance regressions. Builds a red-capable feedback loop and runs it before hypothesising — complements static code review (which finds bugs by reading) by running actual repros. Use when the user says 'diagnose'/'debug this', or reports something broken/throwing/failing/slow.

73 today A 72 tokens original MIT

domain-brainstorm

19

gtapps/claude-code-hermit

Skill Claude CodeCodex

On-demand dev-voice brainstorm — reads codebase friction signals (git churn, test signal, manifest drift, README coverage) and emits at most 2 improvement ideas, each gated by proposal-triage before becoming a PROP. Invoke when the operator asks "what should I be fixing?", "anything wrong with X?", or "brainstorm…

73 today A 80 tokens original MIT

hatch

20

gtapps/claude-code-hermit

Skill Claude CodeCodex

Activate the dev hermit in the current project. Appends the dev safety rules to CLAUDE.md, installs the git-push-guard hook at strict profile by default, and offers companion plugins. Run once per project after /claude-code-hermit:hatch; re-run to update individual settings.

73 changed today B 65 tokens original MIT

activity-deep-dive

22

gtapps/claude-code-hermit

Skill Claude CodeCodex

Per-activity coaching analysis from Strava. Detects interval vs steady-state sessions and road vs trail terrain, branching the metrics accordingly. Computes zone breakdown and recovery estimate; saves a compiled artifact and returns a compact summary. Run after a workout or to retro-analyze a specific activity.

73 today C 63 tokens original MIT

gtapps/claude-code-hermit

Skill Claude CodeCodex

Captures RPE (1-10) and subjective notes when the operator replies to a daily fitness-brief notification on any configured channel. Triggers on inbound channel messages matching RPE grammar while state/strava-pending-rpe.json has a sync from the last 24h. Channel-agnostic.

73 today A 69 tokens original MIT

fitness-brief

24

gtapps/claude-code-hermit

Skill Claude CodeCodex

Composes and delivers the daily fitness brief — a forward-looking morning read (readiness + today's plan) or a backward-looking evening read (today's training, or an earned-rest note, + tomorrow's setup) — in the operator's configured voice. Invoke with /claude-code-fitness-hermit:fitness-brief…

73 today A 113 tokens original MIT