gtapps

75 mods across 3 repositories, 77 stars between them.

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 yesterday 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 yesterday 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 yesterday 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 yesterday 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 yesterday 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 yesterday 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 yesterday 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 yesterday 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 yesterday 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 yesterday 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 yesterday 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 yesterday 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 yesterday 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 yesterday A 35 tokens original MIT

claude-code-hermit

15

gtapps/claude-code-hermit

Plugin Claude Code

Plugin marketplace listing 7 plugins: claude-code-hermit, claude-code-dev-hermit, claude-code-homeassistant-hermit, claude-code-fitness-hermit, feed-hermit.

73 yesterday A tokens not measured original MIT

plugin-validator

16

gtapps/claude-code-hermit

Agent Claude Code

Validates a single plugin's structure in the monorepo — checks plugin.json consistency, skill frontmatter, hook matcher syntax, template variables, and cross-references between components. Takes a plugin slug. Use after structural changes for fast feedback (release-auditor handles release-readiness checks separately).

73 yesterday A 63 tokens original MIT

release-auditor

17

gtapps/claude-code-hermit

Agent Claude Code

Pre-release audit for a single plugin in the monorepo — takes a plugin slug and cross-references plugin.json version against the repo-root marketplace.json, CLAUDE.md skill list, hooks.json script paths, state-templates integrity, and CHANGELOG entries. Use before cutting a release.

73 yesterday A 64 tokens original MIT

smoke-test-runner

18

gtapps/claude-code-hermit

Agent Claude Code

Runs the contract and hook test suites for a single plugin in the monorepo to validate plugin integrity after changes. Takes a plugin slug. Use before releases or after significant modifications.

73 yesterday A 42 tokens original MIT

PreToolUse

19

gtapps/claude-code-hermit

Hook Claude Code

Runs before the agent uses a tool for Bash, Read and Glob tool calls, running /home/d0m/.local/bin/graphify hook-guard search (2 commands). From gtapps/claude-code-hermit.

73 yesterday A tokens not measured original MIT

gtapps/claude-code-hermit

Instructions file

Instructions for gtapps/claude-code-hermit, covering claude-code-hermit (monorepo), conventions, commits, branching and layout gotchas.

73 yesterday C 4,016 tokens original MIT

PostToolUse

23

gtapps/claude-code-hermit

Hook

Runs after a tool call finishes for Bash tool calls, running bun. From gtapps/claude-code-hermit.

73 yesterday A tokens not measured original MIT

dev-pr

24

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 yesterday A 74 tokens original MIT