Utilities
gwt init
Interactive project setup wizard. See Project Setup for a detailed walkthrough.
gwt init
Configures: project name, gateway port, gateway apps, Claude Code hooks. Creates .config/gwt.toml and installs the Zellij WASM plugin.
gwt doctor
Check environment health.
gwt doctor
Output
gwt doctor
✓ git repo (/path/to/project)
✓ branch (main)
✓ zellij (0.42.1)
✓ gwt.toml (found)
✓ worktrees (3 found in .worktrees)
✓ gateway apps (2 configured)
✓ diffity (ready)
Checks: git repository, current branch, Zellij availability, config file, worktree directory, gateway apps, and Diffity availability.
gwt skills install
Install recommended AI skills from the project config.
gwt skills install
Installs skills listed in skills.recommend:
[skills]
recommend = ["skill-one", "skill-two"]
gwt completions
Manage shell tab completions.
gwt completions install # Install for your current shell
gwt completions print <shell> # Print completion script (bash, zsh, fish, elvish, powershell)