brooks-lint v0.2.0 — Marketplace-Ready Claude Code Plugin
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-marketplaceOr manually:
cp -r skills/brooks-lint ~/.claude/skills/brooks-lintUsage
| 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 |