worktree-make-dev

Run setup_worktree_env.sh to configure a development worktree and copy secrets.

5.7k|578|Updated Jan 26, 2022
One-click install
npx skills add https://github.com/dlt-hub/dlt --skill worktree-make-dev-dlt-hub
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: worktree-make-dev
Source: https://github.com/dlt-hub/dlt/tree/main/.claude/skills/worktree-make-dev
Command: npx skills add https://github.com/dlt-hub/dlt --skill worktree-make-dev-dlt-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prepare the worktree at the given path for development by running a setup script that configures the environment and handles secrets securely.

Core Features & Use Cases

  • Automates the initialization of a development worktree by invoking the project’s setup script.
  • Copies secrets securely into the worktree without exposing credentials in conversations.
  • Provides a ready-state report indicating success and where secrets were sourced.

Quick Start

Run the setup script to prepare the specified worktree for development and secret handling.

Frequently Asked Questions about worktree-make-dev

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

FAQPage Schema
How do I set up a dev environment in an existing worktree?▼

Setting up a dev environment in an existing worktree involves running a setup script that executes make dev and securely copies required secrets into the specified path, then reports environment readiness.

How does secret handling work when preparing a development worktree?▼

Secret handling during worktree preparation securely copies credentials into the worktree without exposing them in your conversation, then reports where those secrets were sourced to confirm configuration.

Do I need a specific setup script to initialize my worktree environment?▼

Yes, initializing your worktree environment requires the script tools/setup_worktree_env.sh to execute make dev and handle secret copying, ensuring the local or shared development path is fully configured.

Can I use this worktree setup automation for shared development environments?▼

Yes, this worktree setup automation applies to both local developer worktrees and shared development environments by accepting a provided path to run setup tasks and handle secrets securely.

What is the best way to automate dev environment setup across multiple worktrees?▼

Automating dev environment setup across worktrees is best handled by invoking a script that runs make dev and copies secrets securely, providing a ready-state report indicating success and secret sources for each path.