gw-config-management

Configure and optimize gw-tools for different project types and team needs. Use when setting up gw for new projects, configuring auto-copy files, troubleshooting configuration issues, or customizing gw for Next.js, Node.js APIs, monorepos, or React SPAs. Triggers on .gw/config.json, auto-copy patterns, environment files, or gw init commands.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gw-config-management" with this command: npx skills add mthines/gw-tools/mthines-gw-tools-gw-config-management

gw Configuration Management

Configure gw-tools for optimal workflows across different project types and team environments.

Rules

RuleDescription
fundamentalsHIGH - Config file location, creation, and precedence
options-referenceHIGH - Complete reference for all config options
setupHIGH - Initial setup flow, secrets, team onboarding
auto-copyHIGH - File patterns to copy, what to include/exclude
team-configMEDIUM - Sharing config, documentation, onboarding
advancedLOW - Multiple sources, secret management integration
troubleshootingHIGH - Common issues and solutions

Project-Type Patterns

PatternDescription
nextjsMEDIUM - Next.js with Vercel deployment
nodejs-apiMEDIUM - Node.js backend/API services
monorepoMEDIUM - pnpm/Yarn/npm workspaces
react-spaMEDIUM - React Single Page Applications

Quick Reference

TaskCommand
Initialize configgw init
Initialize with optionsgw init --auto-copy-files .env,secrets/
Interactive setupgw init --interactive
Clone and initializegw init git@github.com:user/repo.git
Sync files to worktreegw sync feature-branch
Show setup commandgw show-init

Configuration Options

OptionPurposeDefault
rootRepository root pathAuto-detected
defaultBranchSource for file copying"main"
autoCopyFilesFiles to auto-copy[]
updateStrategymerge or rebase"merge"
cleanThresholdDays before stale7
autoCleanPrompt for cleanupfalse

Key Principles

  • Set up secrets in defaultBranch first: Source must exist before auto-copy works.
  • Commit config to version control: Team gets it automatically.
  • Copy secrets, not dependencies: .env yes, node_modules no.
  • Use gw show-init for documentation: Generate setup command.

Related Skills

Resources

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

autonomous-workflow

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

@gw-git-worktree-workflows

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

@gw-autonomous-workflow

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

git-worktree-workflows

No summary provided by upstream source.

Repository SourceNeeds Review