worktree-operations

Manage Git worktrees in a monorepo with pnpm and turbo.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/orient-bot/orient --skill worktree-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worktree-operations
Source: https://github.com/orient-bot/orient/tree/main/.claude/skills/worktree-operations
Command: npx skills add https://github.com/orient-bot/orient --skill worktree-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance for managing Git worktrees within the Orient monorepo, ensuring smooth development workflows and preventing common pitfalls.

Core Features & Use Cases

  • Worktree Detection: Understand when you are operating within a worktree.
  • Instance Isolation: Manage multiple bot instances in parallel across worktrees.
  • Slack Bot Handling: Prevent conflicts when running multiple Slack bot instances.
  • Dependency Management: Efficiently install and manage dependencies using pnpm.
  • Database Setup: Configure shared or isolated databases for development.
  • Build & Test: Utilize pnpm and turbo for efficient building and testing.
  • Troubleshooting: Resolve common issues related to pnpm, turbo, and Slack bots.

Quick Start

Use the worktree-operations skill to install dependencies in your current worktree.

Frequently Asked Questions about worktree-operations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Git worktrees in a monorepo for parallel development?

Managing Git worktrees in a monorepo involves isolating multiple development instances to run parallel builds and tests. This Skill guides multi-instance development, dependency management with pnpm, and build processes using turbo.

How do I prevent Slack bot conflicts when running multiple Git worktree instances?

Preventing Slack bot conflicts requires isolating bot instances across separate Git worktrees. This Skill addresses specific Slack bot isolation techniques to ensure smooth parallel development without token or event collision.

Does pnpm work with Git worktrees for isolated dependency management?

Yes, pnpm works with Git worktrees for isolated dependency management. This Skill provides guidance on installing dependencies and managing pnpm cache specifically for efficient parallel development across multiple worktree instances.

What is the best way to build and test across multiple Git worktrees using turbo?

The best way to build and test across Git worktrees is utilizing turbo for efficient execution. This Skill covers the build and test processes within a monorepo, ensuring tasks run correctly across isolated worktree instances.

Why does pnpm cache cause issues in parallel Git worktree development?

Pnpm cache issues arise in parallel Git worktree development due to shared cache conflicts across isolated instances. This Skill provides troubleshooting steps to resolve common pnpm cache and turbo build problems efficiently.

Can I configure isolated databases for development within Git worktrees?

Yes, you can configure shared or isolated databases for development within Git worktrees. This Skill guides database setup within a monorepo context to support multi-instance development workflows.