From f721d7e5da5fbeba714df2076750331cf21b7799 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 9 Apr 2026 00:13:59 +0200 Subject: [PATCH] Allow /commit skill to be invoked by other skills Remove disable-model-invocation so /ship can delegate to /commit. Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude/skills/commit/SKILL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.claude/skills/commit/SKILL.md b/.claude/skills/commit/SKILL.md index e509b97..e1c8956 100644 --- a/.claude/skills/commit/SKILL.md +++ b/.claude/skills/commit/SKILL.md @@ -1,7 +1,6 @@ --- name: commit description: Create a git commit with pre-commit hooks (bypasses sandbox restrictions). -disable-model-invocation: true allowed-tools: Bash(git *), Bash(pnpm *) ---