hermit-scribe

hermit-scribe is a skill for Claude Code from gtapps/claude-code-hermit. It costs 60 tokens per session (2,617 once invoked), scanned A, original, MIT.

A GitHub issue and comment tool that uses a configured bot identity to send reports or updates to GitHub issues. GitHub is a service where developers track code and project work.

In plain words
What is it for?
Use it to file a new issue from a proposal or add a comment to an existing issue.
Why use it?
It turns prepared work or findings into updates in the team's existing issue tracker without requiring manual copying.

Skill for Claude Code

Written for Claude Code: $CLAUDE_PLUGIN_ROOT variable. Also seen: mentions subagents.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the hermit-scribe plugin — 1 skill, 1 agent shipped together

Good fit Use it to file a new issue from a proposal or add a comment to an existing issue.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add gtapps/claude-code-hermit
Claude Code
/plugin install hermit-scribe

Made for: Claude Code.

Or install hermit-scribe, the plugin that ships this one along with the rest of its 1 skill, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hermit-scribe

README.md
[![agentmods](https://agentmods.dev/badge/skills/gtapps/claude-code-hermit/hermit-scribe.svg)](https://agentmods.dev/skills/gtapps/claude-code-hermit/hermit-scribe)
Your own site
<a href="https://agentmods.dev/skills/gtapps/claude-code-hermit/hermit-scribe"><img src="https://agentmods.dev/badge/skills/gtapps/claude-code-hermit/hermit-scribe.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,617 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00060 $0.02617
Opus 5 $0.00030 $0.01308
Sonnet 5 $0.00012 $0.00523
Haiku 4.5 $0.00006 $0.00262

Measured 3d ago against content hash d44a32507ff0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

hermit-scribe scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (file-issue.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/hermit-scribe/skills/hermit-scribe/SKILL.md · 218 lines

How it starts

The opening of the file, as written. The whole thing — 218 lines — stays where its author put it; the contents beside it link to each section on GitHub.

hermit-scribe

Files a GitHub issue or posts a comment on an existing issue via a configured GitHub App bot identity.

When to activate (filing)

Activate when the operator says:

  • "file PROP-NNN as a GH issue"
  • "open an issue for this"
  • "report this to the tracker"
  • "file a GH issue for [description]"

When to activate (commenting)

Activate when the operator says:

  • "add a comment to issue #NNN"
  • "comment on #NNN: [text]"
  • "reply to issue #NNN"

How to file

Step 1: resolve content.

If the operator named a proposal (PROP-NNN):

  1. Glob .claude-code-hermit/proposals/PROP-NNN-*.md to find the file.

  2. Read frontmatter: id, title, category, session.

  3. Read body sections: ## Context, ## Problem, ## Proposed Solution, ## Impact.

  4. Derive the Conventional-Commits type, scope, and labels. Write the raw (pre-translation) frontmatter title and proposal body to temp files, then run:

    bun "$CLAUDE_PLUGIN_ROOT/skills/hermit-scribe/file-issue.ts" classify {category} {title-file} {body-file}
    

    It emits JSON {type, scope, labels, title_line}title_line is <type>(<scope>): <title> (scope omitted when unresolved). Review it, then use title_line as the draft title and hold labels for Step 6. (Scope resolution reads _hermit_versions from .claude-code-hermit/config.json; hermit-filed is added by the script — it is not in labels.)

  5. Construct draft body with the four body sections. The provenance footer (see Step 3) is NOT part of the draft — appending it here would expose proposal={id} to the sanitizer, which would redact it as operator-project detail and break dedup.

For ad-hoc issues (no proposal): use the title and body the operator provides verbatim — no CC type/scope construction.

Then, for both proposal-backed and ad-hoc issues:

Step 1b: language normalization.

If the title or body is not already in English, translate to English. Preserve verbatim:

  • Technical identifiers (entity IDs, API names, file paths, function names, package names, plugin slugs, repo names)
  • Code blocks and command lines
  • Frontmatter field names and values
  • Proper nouns

Read the full file on GitHub · 218 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 218 lines · 60 tokens per session scan A d44a32507ff0

Subscribe to this mod's changes

hermit-scribe is a skill published in the GitHub repository gtapps/claude-code-hermit (74 stars, last pushed today), licensed MIT. It adds 60 tokens to every session and 2,617 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.