Skip to content

Commit 6b78daa

Browse files
max-sixtyclaude
andauthored
docs(plugin): trim wt-switch-create skill frontmatter to recognized keys (#2745)
`license` and `compatibility` aren't recognized Claude Code skill frontmatter keys — Claude Code ignores them. They were copied over from `skills/worktrunk/SKILL.md`, which carries them for the agent-skills discovery feed; a plugin-bundled command skill needs neither. Frontmatter is now just `name`, `description`, `argument-hint`. Follow-up to #2737. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3c04588 commit 6b78daa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

skills/wt-switch-create/SKILL.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
name: wt-switch-create
33
description: Create a new worktrunk worktree and switch this session's working directory into it. Use when launching a session that should work in its own worktree (e.g. `/wt-switch-create my-branch <task>`), or mid-session to move work into a fresh branch.
44
argument-hint: "<branch-name> [task...]"
5-
license: MIT OR Apache-2.0
6-
compatibility: Requires the worktrunk CLI (https://worktrunk.dev) and this plugin's WorktreeCreate hook
75
---
86

97
Arguments: `$ARGUMENTS`. The **first whitespace-delimited token** is the branch

0 commit comments

Comments
 (0)