wt

wt is an open-source CLI harness and workspace orchestration tool maintained by Sahil Ahuja on GitHub. It is built to streamline terminal workflows, workspace management, and standardized tool execution in command-line developer environments. In daily operations, wt provides modular subcommands such as wt create, wt go, wt open, and wt skill. The tool coordinates terminal session lifecycles, manages terminal foreground focus during initialization phases, and interfaces with toolkits to run standardized skills directly from the terminal shell. Unlike monolithic AI coding interfaces, wt focuses on separating concerns across developer operations—such as keeping directory navigation (wt go) orthogonal to application launching (wt open)—while providing a structured command pattern for integrating agent skills via the Toolkit Skill Standard. wt is open-source software available publicly on GitHub under an active development lifecycle.

Tags: cli, codebase, developer tools, OpenSource, terminal

Visit wt