Skip to content

Commit e2e50d0

Browse files
authored
Merge pull request #26 from hyhmrright/add-brooks-lint
Add brooks-lint — AI code reviews from classic engineering books
2 parents 9f48dbe + 9b7ec3f commit e2e50d0

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
7676
<!-- pinned -->
7777
- [Registry Broker](https://github.com/hashgraph-online/registry-broker-codex-plugin) - Delegate tasks to specialist AI agents via the HOL Registry, plan, find, summon, and recover sessions.
7878
- [AgentOps](https://github.com/boshu2/agentops) - DevOps layer for coding agents with flow, feedback, and memory that compounds between sessions.
79+
- [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).
7980
- [Claude Code Skills](https://github.com/alirezarezvani/claude-skills) - 223 production-ready skills, 23 agents, and 298 Python tools across 9 domains — engineering, marketing, product, compliance, and more.
8081
- [Claude Octopus](https://github.com/nyldn/claude-octopus) - Multi-LLM orchestration dispatching to 8 providers (Codex, Gemini, Copilot, Qwen, Perplexity, OpenRouter, Ollama, OpenCode) with Double Diamond workflows, adversarial review, and safety gates.
8182
- [Codex Agenteam](https://github.com/yimwoo/codex-agenteam) - Specialist AI agents (researcher, PM, architect, developer, QA, reviewer) orchestrated as a configurable team pipeline.

plugins.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,22 @@
33
"name": "awesome-codex-plugins",
44
"version": "1.0.0",
55
"last_updated": "2026-04-01",
6-
"total": 27,
6+
"total": 28,
77
"categories": [
88
"Development & Workflow",
99
"Tools & Integrations"
1010
],
1111
"plugins": [
12+
{
13+
"name": "Brooks Lint",
14+
"url": "https://github.com/hyhmrright/brooks-lint",
15+
"owner": "hyhmrright",
16+
"repo": "brooks-lint",
17+
"description": "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).",
18+
"category": "Development & Workflow",
19+
"source": "awesome-codex-plugins",
20+
"install_url": "https://raw.githubusercontent.com/hyhmrright/brooks-lint/main/.codex-plugin/plugin.json"
21+
},
1222
{
1323
"name": "Registry Broker",
1424
"url": "https://github.com/hashgraph-online/registry-broker-codex-plugin",

0 commit comments

Comments
 (0)