Files
oh-my-openagent/src/tools/skill/index.ts
YeonGyu-Kim 340eb30147 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)
2025-12-09 16:59:22 +09:00

3 lines
56 B
TypeScript

export * from "./types"
export { skill } from "./tools"