Agent Plugins Marketplace
All plugins

claude-code-dev-hermit

v0.4.10

Language-agnostic safety layer + dev conventions for any agent your hermit uses to write code

Claude Code7 Skills

By gtappsLicense: MIT72 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
7 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 claude-code-dev-hermit@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/claude-code-dev-hermit/.

Plugin files

plugins/claude-code-dev-hermit/
├── .claude-plugin/plugin.json
├── skills/dev-pr/SKILL.md
├── skills/dev-quality/SKILL.md
├── skills/dev-test/SKILL.md
├── skills/diagnosing-bugs/SKILL.md
├── skills/domain-brainstorm/SKILL.md
├── skills/hatch/SKILL.md
└── skills/resolving-merge-conflicts/SKILL.md

Included Skills7

dev-prskills/dev-pr/SKILL.md

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 the final step of a ticket.

dev-qualityskills/dev-quality/SKILL.md

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.

dev-testskills/dev-test/SKILL.md

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.

diagnosing-bugsskills/diagnosing-bugs/SKILL.md

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.

domain-brainstormskills/domain-brainstorm/SKILL.md

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 improvements". Never runs autonomously.

hatchskills/hatch/SKILL.md

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.

resolving-merge-conflictsskills/resolving-merge-conflicts/SKILL.md

Use when you need to resolve an in-progress git merge/rebase conflict.

Plugin manifests1

plugins/claude-code-dev-hermit/.claude-plugin/plugin.json
{
  "name": "claude-code-dev-hermit",
  "version": "0.4.10",
  "dependencies": [
    {
      "name": "claude-code-hermit",
      "version": "^1.2.40"
    }
  ],
  "description": "Language-agnostic safety layer + dev conventions for any agent your hermit uses to write code",
  "author": {
    "name": "gtapps"
  },
  "license": "MIT",
  "keywords": [
    "development",
    "git-safety",
    "code-review",
    "gtapps"
  ]
}

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

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