gwt
Git Worktree Manager (gwt)
Problem
Nested worktree directories cause Next.js Turbopack to detect multiple lockfiles, IDE file watchers to get confused, and build tools to traverse into nested worktrees. Sibling worktrees clutter the code directory.
Solution
Use a centralized worktrees/ folder to keep all worktrees organized and your main code directory clean.
Directory Structure
~/code/
├── my-project/ # main repo
├── other-project/ # another repo
└── worktrees/ # all worktrees live here
├── my-project--feat-auth/
├── my-project--fix-bug/
More from somtougeh/somto-dev-toolkit
technical-svg-diagrams
Generate clean, minimal technical SVG diagrams in a consistent Cloudflare-inspired style. Use when creating architecture diagrams, flow diagrams, or component diagrams for blog posts and documentation.
4unit-test-loop
|
3blog-post-writer
Transform brain dumps into polished blog posts in Nick Nisi's voice. Use when the user wants to write a blog post with scattered ideas, talking points, and conclusions that need organization into a cohesive narrative with Nick's conversational, authentic, and thoughtful tone.
2biome-gritql
Creates and manages Biome GritQL custom lint rules to enforce coding patterns. Use when creating linter rules, enforcing code conventions, preventing anti-patterns, or when the user mentions Biome, GritQL, custom lint rules, or AST-based linting.
2dex-workflow
|
2e2e-test-loop
|
2