worktree-make-dev

Automates 'make dev' setup and manages credentials in specified worktrees.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Thanhhuong0209/DLT-Normalization --skill worktree-make-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worktree-make-dev
Source: https://github.com/Thanhhuong0209/DLT-Normalization/tree/main/.claude/skills/worktree-make-dev
Command: npx skills add https://github.com/Thanhhuong0209/DLT-Normalization --skill worktree-make-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the setup of a development environment within an existing worktree, automating the execution of build commands and secure handling of credentials.

Core Features & Use Cases

  • Automated Environment Setup: Runs make dev to prepare the development environment.
  • Secure Secret Management: Copies necessary secrets without exposing them in the conversation.
  • Use Case: When you need to quickly start developing on a feature branch that has its own worktree, this Skill ensures your environment is configured correctly and securely.

Quick Start

Use the worktree-make-dev skill to set up the development environment in the worktree located at '/path/to/your/worktree'.

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 development environment in a git worktree?

To set up a development environment in a git worktree, you can automate the process by executing build commands and securely copying required configuration secrets. This approach runs the 'make dev' script to prepare the environment for feature branch development.

How does secrets management work during automated dev environment setup?

Secrets management during automated dev environment setup works by securely copying necessary credentials without exposing them in the conversation. The process reports the source of secrets used, distinguishing between full credentials, local-only credentials, and no secrets found.

What is the best way to automate the make dev process across multiple worktrees?

The best way to automate the make dev process across multiple worktrees is using a script-based skill that handles environment configuration and credential management. This ensures each feature branch worktree is configured correctly and securely without manual intervention.

Can I use build scripts to configure credentials for local development worktrees?

Yes, you can use build scripts to configure credentials for local development worktrees. The automation handles credential management by securely copying necessary secrets and reporting whether full credentials, local-only credentials, or no secrets were found.

Why does my worktree development environment fail to find configuration secrets?

Your worktree development environment might fail to find configuration secrets if the automation reports no secrets found. The skill distinguishes between full credentials, local-only credentials, and missing secrets to help diagnose credential management issues.