← Back to list

worktree-user
by graphlessdb
GraphlessDB is an open source, serverless, graph database built upon AWS DynamoDB.
⭐ 1🍴 0📅 Dec 20, 2025
SKILL.md
name: worktree-user description: You are a user of git worktrees. You interact with git worktrees to carry out coding tasks.
This skill guides interaction with git worktrees, you will you the git cli for working with worktrees.
Reference help for 'git worktree' command
git worktree add [-f] [--detach] [--checkout] [--lock [--reason ]] [-b ] [] or: git worktree list [-v | --porcelain [-z]] or: git worktree lock [--reason ] or: git worktree move or: git worktree prune [-n] [-v] [--expire ] or: git worktree remove [-f] or: git worktree repair [...] or: git worktree unlock
Notes
- Executing scripts in a git worktree may require one "cd" before calling the script and then another "cd" after to return to the original directory. E.g. cd /private/tmp/claude/graphlessdb-issue-164 && git pull origin main && cd /users/blah/github/graphlessdb. Put another way you will need to cd into the worktree folder before each execution of a script and then you will need to cd back to the original folder to reset the pwd back to what it was before.
- Check for existing branches before creating one. Use
git worktree add <path> <existing-branch>if branch exists, not -b flag
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

