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:
YeonGyu-Kim
2025-12-23 02:12:17 +09:00
parent ea1f295786
commit 73c0db7750
4 changed files with 0 additions and 355 deletions
-2
View File
@@ -1,2 +0,0 @@
export * from "./types"
export { skill } from "./tools"