Create and manage git worktrees with spec-workflow, Graphite, and Linear integration. Use when user says "create a worktree", "set up a new worktree", "work on feature in isolation", "create isolated branch", or needs to set up a git worktree with tooling integration.
/plugin marketplace add Uniswap/ai-toolkit/plugin install development-pr-workflow@uniswap-ai-toolkitThis skill is limited to using the following tools:
Create and manage a git worktree based on the current directory and a branch name, with optional spec-workflow setup, Graphite integration, setup scripts, and Linear task automation.
repo.worktrees/)Handle three scenarios:
Create symlink to .spec-workflow directory from root repository.
Copy .claude/settings.local.json to preserve local settings.
Register spec-workflow MCP:
claude mcp add spec-workflow "npx @uniswap/spec-workflow-mcp@latest" "$NEW_DIR"
If enabled:
gt track --trunk <branch>Execute setup script or inline command in worktree.
If Linear task ID provided, optionally spawn Claude Code to:
/path/to/repo/ # Main repository
/path/to/repo.worktrees/ # Worktrees directory
├── feature-branch-1/ # Worktree for feature-branch-1
├── feature-branch-2/ # Worktree for feature-branch-2
└── bugfix-123/ # Worktree for bugfix-123
"Create a worktree for feature/new-auth"
"Set up isolated environment for bugfix"
"Create worktree with Graphite tracking on main"
"Make a worktree and run npm install"
"Create worktree for Linear task DEV-1234"
.spec-workflow for MCP functionalityAfter completing work:
/create-pr or gh pr createThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.