Skip to content

Commit 73c0db7

Browse files
committed
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)
1 parent ea1f295 commit 73c0db7

File tree

4 files changed

+0
-355
lines changed

4 files changed

+0
-355
lines changed

src/tools/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import {
2020
import { grep } from "./grep"
2121
import { glob } from "./glob"
2222
import { slashcommand } from "./slashcommand"
23-
import { skill } from "./skill"
2423

2524
export { interactive_bash, startBackgroundCheck as startTmuxCheck } from "./interactive-bash"
2625
export { getTmuxPath } from "./interactive-bash/utils"
@@ -64,5 +63,4 @@ export const builtinTools = {
6463
grep,
6564
glob,
6665
slashcommand,
67-
skill,
6866
}

src/tools/skill/index.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/tools/skill/tools.ts

Lines changed: 0 additions & 304 deletions
This file was deleted.

src/tools/skill/types.ts

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)