cafitac

19 mods across 2 repositories, 6 stars between them.

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

PreToolUse

05

cafitac/hermit-agent

Hook Claude Code

Runs before the agent uses a tool for Bash, Edit, Write, NotebookEdit and MultiEdit tool calls, executing block-dangerous-bash.sh and block-during-hermit.sh (2 commands). From cafitac/hermit-agent.

4 5d ago A tokens not measured original MIT

PostToolUse

06

cafitac/hermit-agent

Hook Claude Code

Runs after a tool call finishes for Edit and Write tool calls, executing python-syntax-check.sh. From cafitac/hermit-agent.

4 5d ago A tokens not measured original MIT

hermit-agent

07

cafitac/hermit-agent

Settings file Claude Code

Agent settings declaring 2 hook events (PreToolUse, PostToolUse) and 22 allowed tools.

4 5d ago C tokens not measured original MIT

cafitac/hermit-agent

Instructions file

Instructions for cafitac/hermit-agent, covering hermit project — mcp executor, key modules, public cli, tests and product boundary.

4 5d ago A 193 tokens original MIT

hermit-audit

09

cafitac/hermit-agent

Skill Claude CodeCodex

A read-only audit checklist for Hermit and Claude Code setups, covering how they are structured, used, checked, and improved, including token use and model selection.

4 5d ago A 133 tokens original MIT

cafitac/codex-channels

MCP server Claude CodeCodexCursor +2

MCP server "codex-channels-local" as configured in cafitac/codex-channels. Runs ./packages/cli/dist/index.js with node. Needs 2 environment variables to run.

2 4mo ago A tokens not measured original MIT

channels-demo

11

cafitac/codex-channels

Skill Claude CodeCodex

Use this skill when you want to create a real interaction. Run the command first, handle approval/escalation if port binding is required, then guide the user toward pending and reply-latest.

2 4mo ago A 23 tokens original MIT

channels-doctor

12

cafitac/codex-channels

Skill Claude CodeCodex

Use this skill when you want a structured health check for the local runtime. Run the command first, then summarize reachability, interaction count, and the next suggested commands.

2 4mo ago A 21 tokens original MIT

channels-follow

13

cafitac/codex-channels

Skill Claude CodeCodex

Use this skill when you want low-noise monitoring that can also close the next actionable request once it appears. Run the command first; if reply text is supplied, the command can resolve the next actionable interaction and exit.

2 4mo ago A 23 tokens original MIT

channels-pending

14

cafitac/codex-channels

Skill Claude CodeCodex

Use this skill when you want the actionable queue only. Run the command first, then summarize the latest pending work.

2 4mo ago A 17 tokens original MIT

cafitac/codex-channels

Skill Claude CodeCodex

Use this skill when the user wants to answer the newest request. If reply text is provided, run the command first. If not, ask for the text or explain the exact command to run.

2 4mo ago A 24 tokens original MIT

channels-watch

16

cafitac/codex-channels

Skill Claude CodeCodex

Use this skill when you want low-noise monitoring instead of repeatedly polling by hand. Run the command first and only summarize changes that actually happened. This should report the initial state once, then only emit another summary when runtime reachability, actionable count, latest interaction, or next-step…

2 4mo ago A 20 tokens original MIT

codex-channels

17

cafitac/codex-channels

Skill Claude CodeCodex

Skill "codex-channels" from cafitac/codex-channels, covering codex-channels, execution-first rule, fastest shortcuts, codex operator mode and fastest operator check.

2 4mo ago A 30 tokens original MIT

next-step

18

cafitac/codex-channels

Skill Claude CodeCodex

Use this skill when you want Codex to keep the local loop moving. Run the command first. If it needs reply text, ask for the missing text or tell the user the exact next-step command to rerun.

2 4mo ago A 26 tokens original MIT

operator-status

19

cafitac/codex-channels

Skill Claude CodeCodex

Use this skill when you want the fastest high-signal status check before acting. Run the command first, then summarize.

2 4mo ago A 27 tokens original MIT