feat: remove redundant skill tool - OpenCode handles natively
OpenCode has native skill support that automatically scans .claude/skills/ and injects available_skills into system prompt. The agent reads SKILL.md files directly via the Read tool, making our separate skill tool a duplicate. The claude-code-skill-loader feature (which converts skills to slash commands) is intentionally kept - only the redundant skill tool is removed. 🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
export * from "./types"
|
||||
export { skill } from "./tools"
|
||||
Reference in New Issue
Block a user