From d9e87577f3454eae295c644beb8e5a16dcbaf480 Mon Sep 17 00:00:00 2001 From: hyhmrright Date: Wed, 1 Apr 2026 20:16:20 +0800 Subject: [PATCH] =?UTF-8?q?Add=20brooks-lint=20=E2=80=94=20AI=20code=20rev?= =?UTF-8?q?iews=20from=20classic=20engineering=20books?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c38fa3..ec5ab79 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ Reusable instruction bundles in `SKILL.md` format. Place in `~/.codex/skills/` ( ### Specialized Skills - [Upskill](https://github.com/huggingface/upskill) - Hugging Face's official skill pack for ML/AI development workflows. ![GitHub stars](https://img.shields.io/github/stars/huggingface/upskill?style=flat-square) +- [hyhmrright/brooks-lint](https://github.com/hyhmrright/brooks-lint) - AI code reviews grounded in six classic engineering books — decay risk diagnostics with book citations, severity labels, and four analysis modes (PR review, architecture audit, tech debt, test quality). ![GitHub stars](https://img.shields.io/github/stars/hyhmrright/brooks-lint?style=flat-square) - [Mukul975/Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) - Security-focused skills: vulnerability scanning, dependency auditing, OWASP checks. Works in Codex too despite the name. ![GitHub stars](https://img.shields.io/github/stars/mukul975/Anthropic-Cybersecurity-Skills?style=flat-square) - [nicepkg/ai-workflow](https://github.com/nicepkg/ai-workflow) - Workflow automation skills - chained multi-step tasks with conditional logic. ![GitHub stars](https://img.shields.io/github/stars/nicepkg/ai-workflow?style=flat-square) - [cathrynlavery/codex-skill](https://github.com/cathrynlavery/codex-skill) - Clean, well-documented single-purpose skills. Good reference for writing your own. ![GitHub stars](https://img.shields.io/github/stars/cathrynlavery/codex-skill?style=flat-square)