Show HN: SkillGraph – Open-source agentic framework with skills instead of tools(github.com)
github.com
Show HN: SkillGraph – Open-source agentic framework with skills instead of tools
https://github.com/tejassudsfp/skillgraph-backend
5 comments
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!
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 !
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.