Agent Plugins Marketplace
All plugins

hermit-scribe

v0.1.1

Maintainer tool: file GitHub issues via a configured GitHub App bot identity. Pure Node stdlib, no dependencies.

Claude Code2 Skills

By gtappsLicense: MIT72 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install hermit-scribe@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/gtapps/claude-code-hermit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/hermit-scribe/.

Plugin files

plugins/hermit-scribe/
├── .claude-plugin/plugin.json
├── skills/hatch/SKILL.md
└── skills/hermit-scribe/SKILL.md

Included Skills2

hatchskills/hatch/SKILL.md

One-time setup for hermit-scribe — appends the Issue Filing block to CLAUDE.md/CLAUDE.local.md and seeds an auto-mode environment entry naming api.github.com as a trusted, always operator-confirmed destination. Run once per project; re-run to refresh after an upgrade.

hermit-scribeskills/hermit-scribe/SKILL.md

File a GitHub issue or post a comment on an existing issue via a GitHub App bot identity. Use when the operator says "file as a GH issue", "open an issue for PROP-NNN", "report this to the tracker", "add a comment to issue

Plugin manifests1

plugins/hermit-scribe/.claude-plugin/plugin.json
{
  "name": "hermit-scribe",
  "version": "0.1.1",
  "description": "Maintainer tool: file GitHub issues via a configured GitHub App bot identity. Pure Node stdlib, no dependencies.",
  "author": {
    "name": "gtapps",
    "url": "https://github.com/gtapps"
  },
  "repository": "https://github.com/gtapps/claude-code-hermit",
  "homepage": "https://github.com/gtapps/claude-code-hermit",
  "license": "MIT",
  "keywords": [
    "github",
    "issues",
    "bot",
    "maintainer",
    "gtapps"
  ],
  "dependencies": [
    {
      "name": "claude-code-hermit",
      "version": "^1.2.34"
    }
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[hermit-scribe on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hermit-scribe)