brooks-lint: a complementary skill for deep architectural review (pairs well with caveman) #311
hyhmrright
started this conversation in
Show and tell
Replies: 1 comment
|
Just published a more detailed write-up on Dev.to that covers all three tools together — caveman + brooks-lint + logic-lens as a complete stack: Includes a full comparison table showing how each tool covers a different layer (efficiency vs architecture vs runtime correctness), plus real output examples from all three. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey caveman community! 👋
I've been using caveman to keep token usage lean while working through large codebases — great tool. I wanted to share something I built that pairs nicely with it.
brooks-lint is a Claude Code skill that reviews code through the lens of 12 classic software engineering books — Fowler, Martin, Brooks, Evans, Ousterhout, and more. While caveman optimizes how you communicate with Claude, brooks-lint focuses on what architectural issues to look for.
They complement each other well in practice:
Example output on a PaymentService:
GitHub: https://github.com/hyhmrright/brooks-lint
Would love to hear if anyone tries combining the two — caveman for token efficiency + brooks-lint for design review.
All reactions