This release includes 2 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summary.claude-plugin/ infrastructure adds marketplace install support and new slash commands for mode activation
Full changelog
What's New in v0.2.0
This release transforms brooks-lint from a prototype skill into a fully-structured, marketplace-ready Claude Code plugin.
Added
.claude-plugin/infrastructure —plugin.json+marketplace.jsonfor/plugin installsupporthooks/session-start— SessionStart hook that injects lightweight context at session start, triggering the skill automatically when relevant- Slash commands —
/brooks-review,/brooks-audit,/brooks-debtfor explicit mode activation skills/brooks-lint/SKILL.md— full rewrite using mode-switch pattern (Mode 1: PR Review, Mode 2: Architecture Audit, Mode 3: Tech Debt Assessment)- Reference guides — four on-demand files loaded only when needed:
brooks-principles.md— scoring rubrics for all 7 dimensions with 1–5 rubricspr-review-guide.md— Mode 1 PR checklist with quick-skip rulesarchitecture-guide.md— Mode 2 dependency mapping frameworkdebt-guide.md— Mode 3 debt classification (5 categories) + repayment roadmap template
package.json+CHANGELOG.md— version management
Changed
- Restructured
SKILL.mdfrom repo root intoskills/brooks-lint/(plugin conventions) - Rewrote all reference content from
references/into focused mode-specific guides
Removed
scripts/complexity_analyzer.py— brooks-lint is now fully prompt-driven, no external dependenciesreferences/directory — content rewritten and reorganized intoskills/brooks-lint/- Root-level
SKILL.md
Installation
/plugin install brooks-lint@hyhmrright-marketplace
Or manually:
cp -r skills/brooks-lint ~/.claude/skills/brooks-lint
Usage
| Command | Mode |
|---------|------|
| /brooks-review | PR review across 7 Brooks dimensions |
| /brooks-audit | Architecture audit with module dependency map |
| /brooks-debt | Tech debt classification + repayment roadmap |
Breaking Changes
- Removed `scripts/complexity_analyzer.py` — brooks-lint is now fully prompt‑driven with no external dependencies
- Removed root-level `SKILL.md` and the entire `references/` directory; content reorganized into mode‑specific guides under `skills/brooks-lint/`
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Brooks-Lint
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]