Show HN: /show-me: agent skill for compact visual representations (humanlayer.com)

12 points by dhorthy ↗ HN
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.

3 comments

[ 0.29 ms ] story [ 5.6 ms ] thread
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...

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
Disclosure: I’m building DeepKolor(https://deepkolor.ai), a conversational visual creation tool, and many of the same issues around preserving intent across iterations show up there too.