Skip to content

brooks-lint v0.2.0 — Marketplace-Ready Claude Code Plugin

Choose a tag to compare

@hyhmrright hyhmrright released this 26 Mar 15:57

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.json for /plugin install support
  • hooks/session-start — SessionStart hook that injects lightweight context at session start, triggering the skill automatically when relevant
  • Slash commands/brooks-review, /brooks-audit, /brooks-debt for 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 rubrics
    • pr-review-guide.md — Mode 1 PR checklist with quick-skip rules
    • architecture-guide.md — Mode 2 dependency mapping framework
    • debt-guide.md — Mode 3 debt classification (5 categories) + repayment roadmap template
  • package.json + CHANGELOG.md — version management

Changed

  • Restructured SKILL.md from repo root into skills/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 dependencies
  • references/ directory — content rewritten and reorganized into skills/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