Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
vw エイリアス経由で vde-worktree を安全かつ一貫した手順で運用するためのスキル。worktree の作成・切替・確認・ロック・掃除・コマンド実行を行うときに使う。
このスキルは vw(vde-worktree)を安全に、かつ再現性高く実行するために使う。
vde-worktree より vw を優先する。git rev-parse --show-toplevel。vw init を実行する。feature/<機能名>, fix/<不具合名>, chore/<作業名>)を明示指定する。--json を優先する。vw status --json または vw list --json。vw status --json または vw list --json で再確認する。既存ブランチの有無が不明なときに使う。
vw init
vw switch feature/foo --json
期待値:
status: "existing"。status: "created"。vw new --json
期待値:
wip-xxxxxx ブランチと対応 worktree パスが作成される。cd "$(vw cd)"
補足:
fzf が必要。--prompt と --fzf-arg で調整可能。vw list --json
vw status feature/foo --json
vw path feature/foo --json
確認観点:
byAncestry, byPR, overall)npx skills add yuki-yano/dotfiles --skill vw-worktree-opsHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.