Hacker News new | ask | show | jobs
Show HN: SkillGraph – Open-source agentic framework with skills instead of tools (github.com)
19 points by tejassuds 212 days ago
2 comments

Are skills in your system related to Claude 's skills or modelem in similar way?

I love the idea of relying on markdowns and filesystem as universal API .The progressive discovery is great and very flexible and I'm regularly extracting parts of my workflow to small, focused skills.

Yes! Largely inspired by Anthropic's work on code execution with MCP!

The idea of more sophisticated, autonomous units instead of raw tool functions really clicked for me. Skills in SkillGraph can orchestrate multiple tools, manage state, and handle multi-turn workflows.

Thanks for the feedback on the markdown/filesystem approach - progressive discovery has been great for debugging and understanding agent behavior properly!

Is it possible to borrow the skill calling part of SkillGraph as a utility in other frameworks like Langgraph?
Ideally, you could. But that would mean fundamentally changing a lot in the framework you are porting it to. Maybe we could create a package that can be imported to other frameworks to enable skillcalling.. something to think about !