top | item 45899996

Show HN: SkillGraph – Open-source agentic framework with skills instead of tools

19 points| tejassuds | 3 months ago |github.com

4 comments

order

jumski|3 months ago

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.

tejassuds|3 months ago

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!

realclayman|3 months ago

Is it possible to borrow the skill calling part of SkillGraph as a utility in other frameworks like Langgraph?

tejassuds|3 months ago

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 !