Hacker News

Show HN: /show-me: agent skill for compact visual representations

12 points by dhorthy ago | 3 comments
Was so sick of reading walls of codex/claude prose, in markdown plans and just in the chat, that I started playing with ideas that force coding agents to display information differently.

The human visual cortex is an amazing thing, and getting coding agents to let me use it has been pretty nice so far.

Been iterating on this a lot internally for the last few months, polishing and mostly removing stuff.

bhkdotdev |next [-]

This is really great! I have a few personal skills I've been maintaining for generating and rendering mermaid diagrams but the overall coverage here is way beyond what I was doing. ++ to visuals being a key missing tool in a lot of these harnesses.

Not sure how you're testing the output of this but I posted about my tool i've been working on earlier today https://news.ycombinator.com/item?id=49274758 and spun up a quick (very basic) test suite example for this:

https://github.com/dynobox/examples/blob/main/.agents/skills...

janpeuker |previous [-]

For all of my love for open weight models, them being not fully multi-modal or just plain bad at visual understanding like this is my major reasons for not using them more

dhorthy |root |parent [-]

they seem to be able to do the call-stack diff stuff pretty well still