v0.6.1 — Codex CLI Support
Codex CLI Support
brooks-lint now works as a Codex CLI plugin, joining Claude Code and Gemini CLI as the third supported platform.
Added
.codex-plugin/plugin.json— Plugin manifest for Codex CLI discoveryAGENTS.md— Project instructions file for Codex CLI sessions- README updated with triple-platform installation and usage docs
Install (Codex CLI)
In a Codex session:
Install the brooks-lint skill from hyhmrright/brooks-lint
Command line:
python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
--repo hyhmrright/brooks-lint --path skills/brooks-lint --name brooks-lintSupported Platforms
| Platform | Install Method |
|---|---|
| Claude Code | /plugin marketplace add hyhmrright/brooks-lint |
| Gemini CLI | /extensions install https://github.com/hyhmrright/brooks-lint |
| Codex CLI | Skill installer or manual ~/.codex/skills/ copy |
Verified end-to-end with Codex CLI v0.118.0.