ce-worktree

Create isolated git worktrees with environment file copying and dev tool trust.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA --skill ce-worktree-santiagoisper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-worktree
Source: https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA/tree/main/.agents/skills/compound-engineering/ce-worktree
Command: npx skills add https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA --skill ce-worktree-santiagoisper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides an isolated git worktree for parallel feature work or PR review, allowing users to keep their main checkout undisturbed.

Core Features & Use Cases

  • Isolated Worktree Creation: Create a new git worktree with specific configurations.
  • Environment File Handling: Copies environment files from the main repo to the worktree.
  • Dev Tool Trust: Trusts mise/direnv configs with branch-aware safety rules.
  • Use Case: When working on a new feature branch, you can create a worktree to avoid disturbing the main checkout, ensuring that your environment and configurations are properly set up.

Quick Start

Create a worktree for the 'feat/login' branch.

Frequently Asked Questions about ce-worktree

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

FAQPage Schema
How do I create an isolated git worktree for parallel feature development?

You can create an isolated git worktree for parallel feature development by running the Skill's bash scripts. This sets up a dedicated branch checkout, allowing you to work on features without affecting your main repository.

How do I copy environment files to a new git worktree?

When creating an isolated git worktree, the Skill automatically copies environment files from your main repository. This ensures your branch-specific setup includes the necessary configurations for immediate and seamless development.

Does this worktree skill handle dev tool trust for mise or direnv configurations?

Yes, this worktree skill handles dev tool trust by applying branch-aware safety rules for mise or direnv configurations. It securely establishes trust for these environment tools in your isolated checkout without compromising your main repository setup.

Can I use git worktrees for PR review without affecting my main checkout?

Yes, you can use git worktrees for PR review without affecting your main checkout. The Skill creates an isolated branch-specific environment, allowing you to review pull requests and test configurations while keeping your primary working directory completely undisturbed.

What is the best way to manage parallel development branches using git worktrees?

The best way to manage parallel development branches using git worktrees is to isolate each feature branch into its own directory. This Skill automates that process, handling environment file copying and dev tool trust to maintain separate, ready-to-use setups.