Start Worktree Task banner
fredrick84823 fredrick84823

Start Worktree Task

Git community

Description

--- description: Create new git worktree for isolated task development allowed-tools: [Bash, AskUserQuestion] --- ## Context When starting new client reports or feature development, creating an isolated git worktree ensures clean separation of work and prevents conflicts with ongoing tasks, remember to install required packages before starting the task with uv, since environment packages will be ignore in `.gitignore`. ## Your Task Create a new git worktree with appropriate branch n

Installation

Installs to ~/.claude/skills/fredrick84823-fstack-start-worktree-task/SKILL.md

Terminal
mkdir -p ~/.claude/skills/fredrick84823-fstack-start-worktree-task && curl -fsSL https://raw.githubusercontent.com/fredrick84823/fstack/HEAD/commands/start-worktree-task.md -o ~/.claude/skills/fredrick84823-fstack-start-worktree-task/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository