cafitac/hermit-agent

Quiet MCP executor for Claude Code and Codex. Offload edits, tests, refactors, and commits to cheaper local or flat-rate models.

4Stars on the repository
9Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

code-apply-hermit

01

cafitac/hermit-agent

Command Claude Code

Hands the P1–P5 findings from the most recent /code-review to Hermit so Claude doesn't burn tokens re-reading every file and retyping every edit. Claude stays on judgment; Hermit does the mechanical apply.

4 5d ago A 0 tokens original MIT

code-polish-hermit

02

cafitac/hermit-agent

Command Claude Code

Unlike /code-polish, this variant is a distributed state machine. Hermit runs its own review-and-apply loop until it is self-clean, and Claude provides two independent review passes on top as a quality gate. Claude's token spend is capped at 2 review rounds.

4 5d ago A 0 tokens original MIT

code-push-hermit

03

cafitac/hermit-agent

Command Claude Code

Commit-and-push are the textbook grunt-work target: short, mechanical, deterministic, and unrelated to reasoning. This skill keeps the deciding parts in Claude and delegates the git commands to Hermit.

4 5d ago A 0 tokens original MIT

cafitac/hermit-agent

Command Claude Code

Same outline as /feature-develop, but the Phase 3 implementation is delegated to Hermit over MCP so Claude's context never absorbs the grunt-work tool output.

4 5d ago A 0 tokens original MIT