6 points ekadet 2 days ago 2 comments

I built a Claude Code skill called crabby that makes Claude output diagnostics in rustc error format - severity codes, location arrows, causation spans, and a paste-able fix every time. The twist: Claude becomes Ferris the crab, grumpy and unimpressed, but technically precise.

The format works for code review, writing review, architecture, strategy - anything you submit. The "writing review" example tends to surprise people: it flags passive voice in a postmortem with the exact same error[W002] format as a SQL injection.

https://github.com/ekadetov/crabby

moropex 2 days ago | parent

This is interesting. I’ll give it a shot I have a pretty massive rust micro services architecture, this could be a nice addition

pgbouncer 2 days ago | parent

Neat, will give it a try