Skill-map: See your harness #323
crystian
started this conversation in
Show and tell
Replies: 1 comment 1 reply
|
Means a lot, thank you for writing this 🙌 Would love to hear more about how skill-map uses it - what parts of the graph API you leaned on (custom nodes, connectors, groups?), and any rough edges you hit along the way. Feel free to drop links to the repo/demo here, happy to dig in. And since you asked - yes, if you want to add skill-map to the showcase, open a submission in this thread. Just needs a short description, one screenshot, and links to the site/demo/source if public. Appreciate you taking the time to write this up 🚀 |
1 reply
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.
Hi! No issue to report, no feature request. I just wanted to say thanks.
I've been building skill-map, an open-source tool that maps the AI-agent context living inside a repo (skills, commands, agents, MCP servers) and how they all reference each other. It's a graph, fundamentally, and for a long time the honest answer to "how do we draw this?" was "we don't, and that's why nobody can see the problem."
Then I found Foblex Flow, and the graph view stopped being the scary part of the project. It became the part people actually react to when they see it for the first time. Custom nodes, connectors, pan and zoom, keyboard nav: all of it just worked, in Angular, without a wrapper around something built for another framework.
So: thank you for building this, and for still maintaining it. You saved me from writing a graph engine I had no business writing, and that time went into the thing my project is actually about.
If it's ever useful to you, happy to share screenshots or talk about how we're using it.
All reactions