active/dev.worktrees/SKILL.md
Create, inspect, or manage git worktrees.
npx skillsauth add kevinslin/skills dev.worktreesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to create and manage git worktrees with a fixed on-disk layout rooted at ~/.worktrees.
.git), unless the user provides an override.~/.worktrees/<repo>/<branch-name>./, it naturally becomes nested folders.mkdir -p ~/.worktrees/<repo>
git worktree add ~/.worktrees/<repo>/<branch-name> <branch-name>
mkdir -p ~/.worktrees/<repo>
git worktree add -b <branch-name> ~/.worktrees/<repo>/<branch-name> [start-point]
git worktree list
git worktree remove ~/.worktrees/<repo>/<branch-name>
Then optionally delete the branch if it is no longer needed:
git branch -d <branch-name>
git worktree prune
development
Resolve explicit shortcut triggers and usage. Always read this file at the start of a thread or when user mentions `trigger`.
testing
Improve skills from observed agent friction in sessions, PRs, or audits.
development
Generate incremental Slack digests for channels, topics, and categories.
testing
Audit an OpenClaw maturity-scorecard surface into an evidence-backed component score report. Use when given a surface from an OpenClaw maturity-scorecard.md and asked to score coverage, quality, readiness, or generate a detailed surface report plus per-component subreports.