oat-worktree-bootstrap

Create and validate Git worktrees for OAT development workflows.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/tkstang/open-agent-toolkit --skill oat-worktree-bootstrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oat-worktree-bootstrap
Source: https://github.com/tkstang/open-agent-toolkit/tree/main/.agents/skills/oat-worktree-bootstrap
Command: npx skills add https://github.com/tkstang/open-agent-toolkit --skill oat-worktree-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pnpm, and includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of setting up or resuming a Git worktree for OAT development, ensuring a consistent and ready environment.

Core Features & Use Cases

  • Worktree Management: Creates or validates Git worktrees for specific branches.
  • Environment Setup: Runs essential OAT bootstrap checks and prepares the workspace.
  • Use Case: When starting a new feature on a specific branch, use this Skill to quickly set up a clean, isolated worktree and verify all necessary OAT configurations and dependencies are in place.

Quick Start

Use the oat-worktree-bootstrap skill to create a new worktree for the 'feature-x' branch, basing it off 'origin/main'.

Frequently Asked Questions about oat-worktree-bootstrap

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

FAQPage Schema
How do I bootstrap a git worktree for OAT development?

Yes, this Skill manages git worktree creation for specific branches by validating base references, resolving paths via environment variables, and synchronizing local configurations to prepare your isolated OAT workspace.

What does a git worktree bootstrap check include for OAT workflows?

A git worktree bootstrap for OAT workflows includes branch creation, base reference selection, worktree path resolution, and local configuration synchronization to verify dependencies and ensure a clean environment.

Do I need pnpm to create OAT git worktrees?

Yes, pnpm is a required dependency to create OAT git worktrees, as the Skill relies on it to execute bootstrap checks and synchronize the local development environment configurations.

Can I base a new OAT worktree off a specific origin branch?

Yes, you can base a new OAT worktree off a specific origin branch, allowing the Skill to handle base reference selection automatically when setting up your isolated feature development workspace.

Why does my git worktree setup fail during OAT environment validation?

Git worktree setup may fail during OAT environment validation if required dependencies like pnpm are missing or if environment variables needed for worktree path resolution are incorrectly configured.