hyhmrright

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

brooks-lint

02

hyhmrright/brooks-lint

Plugin Claude Code

AI code reviews grounded in twelve classic engineering books — decay risk diagnostics with book citations, severity labels, and six analysis modes (PR review, architecture audit, tech debt, test quality, health dashboard, full-sweep auto-fix).

1.4k 2d ago A tokens not measured original MIT

consistency-qa

03

hyhmrright/brooks-lint

Agent Claude Code

The brooks-lint verification gate. Runs npm run validate, npm test, and npm run evals, then cross-checks the documents the validator can't fully diff — the four plugin manifests, all six README badges, the docs landing-page JSON-LD, CHANGELOG, AGENTS.md, GEMINI.md, and the derived book count — for drift. Reports…

1.4k 2d ago A 123 tokens original MIT

eval-curator

04

hyhmrright/brooks-lint

Agent Claude Code

Authors and maintains the brooks-lint eval suite in evals/evals.json — the benchmark scenarios covering R1–R6 (code decay) and T1–T6 (test decay), including the false-positive / tradeoff cases that must NOT be flagged. Ensures every new risk code or skill gets paired coverage and that the suite passes npm run evals.…

1.4k 2d ago A 97 tokens original MIT

release-manager

05

hyhmrright/brooks-lint

Agent Claude Code

Cuts a brooks-lint release: sets the version in package.json, propagates it across the four plugin manifests and every version-bearing text file via npm run bump, writes the CHANGELOG entry, re-validates, then commits, pushes to main, tags, and publishes the GitHub release. Final pipeline stage of the brooks-harness…

1.4k 2d ago A 85 tokens original MIT

skill-author

06

hyhmrright/brooks-lint

Agent Claude Code

Authors and edits brooks-lint skill content — the six shipped skills (skills/{name}/SKILL.md + {name}-guide.md) and the shared framework under skills/shared/. Knows the repo's hard conventions: the Iron Law finding form, the SKILL.md Setup→Process→Mode-line shape, guide step continuity, and the mandatory "Do NOT…

1.4k 2d ago A 98 tokens original MIT

hyhmrright/brooks-lint

Agent Claude Code

Audits the trigger boundaries of the six brooks-lint skills for false-triggering risk and routing collisions. Use before a release, or after editing any SKILL.md description: field. Read-only — reports findings, makes no edits.

1.4k 2d ago A 56 tokens original MIT

brooks-harness

08

hyhmrright/brooks-lint

Skill Claude CodeCodex

Maintenance orchestrator for the brooks-lint plugin itself. Runs a sequential subagent pipeline — author → eval → QA → trigger-audit → release — to add or edit a skill, refresh the eval suite, keep the four manifests + all README translations + CHANGELOG + AGENTS/GEMINI in sync, audit trigger boundaries, and cut…

1.4k 2d ago A 271 tokens original MIT

new-skill

09

hyhmrright/brooks-lint

Skill Claude CodeCodex

Scaffold a new brooks-lint analysis skill so it passes npm run validate and npm run evals on the first try — generates skills/{name}/SKILL.md (with the mandatory "Do NOT trigger for:" clause and a Process section citing guide step ranges) plus skills/{name}/{name}-guide.md (sequentially numbered steps), then appends…

1.4k 2d ago A 145 tokens original MIT

release

10

hyhmrright/brooks-lint

Skill Claude CodeCodex

Cut a brooks-lint release: set the version in package.json, propagate it across all four plugin manifests and every version-bearing text file (README badges, docs site metadata), write the CHANGELOG entry, validate, then commit, push, tag, and publish the GitHub release. Triggers when the maintainer asks to "release"…

1.4k 2d ago A 135 tokens original MIT

hyhmrright/brooks-lint

Instructions file CodexOpenCode

Instructions for hyhmrright/brooks-lint, covering agents.md, core purpose, skill integration, engineering standards and project structure.

1.4k 2d ago A 934 tokens original MIT

hyhmrright/brooks-lint

Instructions file

Instructions for hyhmrright/brooks-lint, covering claude.md, what this repo is, harness: brooks-lint maintenance, workflow conventions and critical gotchas.

1.4k 2d ago A 2,924 tokens original MIT

hyhmrright/brooks-lint

Instructions file Gemini CLI

Instructions for hyhmrright/brooks-lint, covering gemini.md, core purpose, skill integration, engineering standards and project structure.

1.4k 2d ago A 1,117 tokens original MIT

brooks-sweep

18

hyhmrright/brooks-lint

Command

Run all Brooks-Lint analyses in one pass, auto-fix safe findings, confirm risky ones.

1.4k 2d ago A 19 tokens original MIT

SessionStart

20

hyhmrright/brooks-lint

Hook

Runs when a session starts on startup, clear and compact, executing session-start.mjs via node. From hyhmrright/brooks-lint.

1.4k 2d ago A tokens not measured copy · 61% MIT

brooks-audit

21

hyhmrright/brooks-lint

Skill Claude CodeCodex

Architecture audit that maps module dependencies, checks layering integrity, and flags structural decay across a codebase, drawing on twelve classic engineering books. Triggers when: user asks to audit architecture, review folder/module structure, check for circular imports, understand how the codebase is organized…

1.4k 2d ago A 143 tokens original MIT

brooks-debt

22

hyhmrright/brooks-lint

Skill Claude CodeCodex

Tech debt assessment that identifies, classifies, and prioritizes maintainability problems — helping teams build a refactoring roadmap — drawing on twelve classic engineering books. Triggers when: user asks about tech debt, refactoring priorities, what to clean up first, or asks "why is this so hard to change?", "what…

1.4k 2d ago A 131 tokens original MIT

brooks-health

23

hyhmrright/brooks-lint

Skill Claude CodeCodex

Combined codebase health dashboard that scores a project across all four quality dimensions — PR quality, architecture, tech debt, and test quality — in a single pass, drawing on twelve classic engineering books. Triggers when: user wants an overall quality assessment, asks "how healthy is this codebase?", "run all…

1.4k 2d ago A 156 tokens original MIT

brooks-review

24

hyhmrright/brooks-lint

Skill Claude CodeCodex

PR code review that surfaces decay risks, design smells, and maintainability issues with concrete Symptom → Source → Consequence → Remedy findings, drawing on twelve classic engineering books. Triggers when: user asks to review code, check a PR, shares a diff or pastes code asking "does this look right?" / "any issues…

1.4k 2d ago A 172 tokens original MIT