@gw-config-management

Configure gw-tools for project-specific worktree workflows across Next.js, Node.js, monorepos, and React SPAs.

8|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/mthines/gw-tools --skill gw-config-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: @gw-config-management
Source: https://github.com/mthines/gw-tools/tree/main/skills/%40gw-config-management
Command: npx skills add https://github.com/mthines/gw-tools --skill gw-config-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure gw for diverse projects and team needs, aligning auto-copy rules, environment handling, and per-repo configurations to streamline worktree workflows.

Core Features & Use Cases

  • Centralized configuration for gw: manage root, defaultBranch, autoCopyFiles, updateStrategy, and templates across Next.js, Node.js APIs, monorepos, and React SPAs.
  • Auto-copy and secrets management: ensure required environment files and secrets are available in new worktrees with safe defaults and team-wide templates.
  • Onboarding and troubleshooting: provides ready-made examples and README guidance to share configuration within teams.

Quick Start

Use this skill to initialize gw for a new project, set up auto-copy patterns, and start creating worktrees with consistent configuration.

Frequently Asked Questions about @gw-config-management

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

FAQPage Schema
How do I configure worktree workflows for a monorepo?

Configuring worktree workflows for a monorepo requires setting core fields like root, defaultBranch, and autoCopyFiles. You can use provided templates to standardize team setups and ensure consistent environment handling across the project.

What is the best way to auto-copy environment files into new worktrees?

To auto-copy environment files into new worktrees, you define autoCopyFiles patterns in your configuration. This ensures required secrets and environment files are available in new worktrees with safe defaults and team-wide templates.

Can I use gw-tools configuration templates for a Next.js or React SPA project?

Yes, you can use gw-tools configuration templates for Next.js, Node.js APIs, and React SPAs. The configuration process provides ready-made examples to tailor worktree workflows and align per-repo configurations for these specific frameworks.

How do I initialize gw-tools for a new project?

Initializing gw-tools for a new project involves applying core configuration fields such as root, defaultBranch, and updateStrategy. You can use the quick start guidance to set up auto-copy patterns and start creating worktrees with consistent configuration.

Why are my secrets not copying correctly to new git worktrees?

Secrets not copying to new git worktrees usually indicates missing or incorrect autoCopyFiles patterns in your configuration. Troubleshooting configuration issues requires verifying these patterns to ensure environment files are available with safe defaults.