feat(tools): add skill tool for invoking skills in conversation

Provides 'skill' tool that invokes skills loaded by skill-loader.
Skills expand into detailed instructions when invoked.

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
This commit is contained in:
YeonGyu-Kim
2025-12-09 15:48:36 +09:00
parent 18028a39f0
commit b42f154d56
3 changed files with 352 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
export * from "./types"
export { skill } from "./tools"