hyhmrright

62 mods across 3 repositories, 1.5k stars between them.

brooks-sweep

25

hyhmrright/brooks-lint

Skill Claude CodeCodex

Full-sweep mode: runs a unified analysis across all quality dimensions — code decay, architecture, tech debt, and test quality — then applies fixes directly to the codebase. Safe changes are auto-applied; risky changes are confirmed before execution. Drawing on twelve classic engineering books. Triggers when: user…

1.4k 2d ago A 178 tokens original MIT

brooks-test

26

hyhmrright/brooks-lint

Skill Claude CodeCodex

Test quality review drawing on twelve classic engineering books — with primary focus on xUnit Test Patterns, The Art of Unit Testing, How Google Tests Software, and Working Effectively with Legacy Code — that diagnoses structural problems in an existing test suite: brittleness, mock abuse, coverage illusions, slow…

1.4k 2d ago A 161 tokens original MIT

logic-lens

28

hyhmrright/logic-lens

Plugin Claude Code

Logic-first code review using semi-formal execution tracing. Surfaces behavioral bugs, semantic errors, and runtime failures that linters miss.

21 3d ago A tokens not measured original MIT

hyhmrright/logic-lens

Agent Claude Code

Analyze Logic-Lens benchmark/eval failures. Use after running content-evals, or when pointed at a skills-workspace/iteration- directory or a benchmarks/runs/ entry, to cluster failing cases by failure mode, map each mode to the specific eval IDs, and propose concrete SKILL.md disambiguation-rule changes. Read-only…

21 3d ago A 90 tokens original MIT

iteration-guard

30

hyhmrright/logic-lens

Agent Claude Code

The verify gate of the Logic-Lens iteration loop. Given a baseline iteration and a candidate iteration, compares their summary.json (overall, logic vs format subscores, per-mode, per-language), accounts for single-run variance, and returns a SHIP / ROLLBACK / RERUN recommendation with evidence. Use after…

21 3d ago A 99 tokens original MIT

skill-editor

31

hyhmrright/logic-lens

Agent Claude Code

Applies a single, minimal, generalized edit to a Logic-Lens skill (SKILL.md / guide / shared file) given a concrete failure diagnosis. Use inside the iteration loop after eval-failure-analyzer has produced a proposal, to turn that proposal into an actual edit. Mutates files; does NOT run evals or sync the cache — it…

21 3d ago A 84 tokens original MIT

PostToolUse

32

hyhmrright/logic-lens

Hook Claude Code

Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing validate-on-edit.sh via bash. From hyhmrright/logic-lens.

21 3d ago A tokens not measured original MIT

logic-lens

33

hyhmrright/logic-lens

Settings file Claude Code

Agent settings declaring 1 hook event (PostToolUse).

21 3d ago A tokens not measured original MIT

bump-version

34

hyhmrright/logic-lens

Skill Claude CodeCodex

Bump the Logic-Lens version across all six metadata locations at once (package.json, the four plugin manifests, and the README badge), then validate. Use when cutting a release or when npm run validate reports a version mismatch.

21 3d ago A 52 tokens original MIT

iterate-skill

35

hyhmrright/logic-lens

Skill Claude CodeCodex

Run the Logic-Lens skill-improvement loop end to end — baseline → diagnose failures → edit → sync cache → re-eval → verify net gain → iterate until clean. Use whenever the goal is to RAISE a skill's eval score or fix a failing eval mode: "improve logic-review", "the format compliance is failing, fix it", "iterate on…

21 3d ago A 183 tokens original MIT

new-skill

36

hyhmrright/logic-lens

Skill Claude CodeCodex

Scaffold a new logic- skill in the Logic-Lens repo and wire it into every place a skill must be registered, so no step is missed. Use when adding a seventh (or later) skill to Logic-Lens.

21 3d ago A 50 tokens original MIT

run-iteration-eval

37

hyhmrright/logic-lens

Skill Claude CodeCodex

Run the Logic-Lens content-eval pipeline for one iteration and produce a scored summary.json — use to measure a skill change. Wraps scripts/run-content-evals.sh (runner, costs tokens) and scripts/grade-iteration.py (grader, free, re-runnable). ALWAYS sync the plugin cache first. Use when the user wants to "run the…

21 3d ago A 108 tokens original MIT

sync-skill-cache

38

hyhmrright/logic-lens

Skill Claude CodeCodex

Sync the Logic-Lens working-copy skills/ into the installed plugin cache so content-evals test the EDITED skill, not the last published one. ALWAYS run this after editing any skills//SKILL.md or guide/shared file and BEFORE running content-evals — otherwise the eval silently grades stale content and every token is…

21 3d ago A 103 tokens original MIT

hyhmrright/logic-lens

Instructions file CodexOpenCode

Instructions for hyhmrright/logic-lens, covering logic-lens — developer guide (codex cli), invoking skills, project layout, key conventions and no hooks.

21 3d ago A 304 tokens original MIT

hyhmrright/logic-lens

Instructions file

Instructions for hyhmrright/logic-lens, covering logic-lens — developer guide (claude code), project layout, conventions, skill.md structure and guide files.

21 3d ago A 2,842 tokens original MIT

hyhmrright/logic-lens

Instructions file Gemini CLI

Instructions for hyhmrright/logic-lens, covering logic-lens — developer guide (gemini cli), invoking skills, installation, project layout and key conventions.

21 3d ago A 285 tokens original MIT

logic-diff

42

hyhmrright/logic-lens

Command

Check two code versions for semantic equivalence — use after a refactor or rewrite.

21 3d ago A 16 tokens original MIT

logic-explain

43

hyhmrright/logic-lens

Command

Trace execution step by step — use when code behavior is surprising or confusing.

21 3d ago A 14 tokens original MIT

logic-fix-all

44

hyhmrright/logic-lens

Command

Autonomous audit-and-fix — after consent, scan the target, fix every logic issue found (all severities), verify each fix, and report anything unresolved.

21 3d ago A 33 tokens original MIT

logic-health

45

hyhmrright/logic-lens

Command

Sweep a whole codebase or directory for logic correctness — use before a release or to identify risk hotspots.

21 3d ago A 20 tokens original MIT

logic-locate

46

hyhmrright/logic-lens

Command

Locate the root cause of a confirmed failure — use when you have a stack trace, failing test, or wrong output.

21 3d ago A 23 tokens original MIT

logic-review

47

hyhmrright/logic-lens

Command

Review code for logic bugs — use when you suspect something is wrong but have no failing test yet.

21 3d ago A 19 tokens original MIT

SessionStart

48

hyhmrright/logic-lens

Hook

Runs when a session starts on startup, clear and compact, running an inline shell check. From hyhmrright/logic-lens.

21 3d ago A tokens not measured copy · 66% MIT