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
wt create, wt go, and wt open for managing environments and navigation. - Toolkit Skill Standard Support — Implements skill orchestration via wt skill for executing standardized automated tasks. - Terminal Foreground Lifecycle Handling — Reclaims and manages terminal foreground execution after environment initialization phases. - Orthogonal Navigation and Launching — Separates directory traversal logic from editor and tool launching workflows for modular terminal integration.wt create and jump directly into them using wt go without manually tracking directory structures.wt skill within their active terminal contexts.wt open while maintaining a distinct navigation state in their current shell session.wt is built for terminal-centric developers looking for a CLI tool to manage workspace sessions and standardized skill execution. It is not designed for developers seeking graphical IDE extensions or pre-packaged standalone chat interfaces.
bash git clone https://github.com/sahil87/wt.git cd wtbash wt --helpbash # Create a new workspace session wt create feature-branch # Navigate to the newly created environment wt go feature-branch # Run a registered skill wt skillPart of CLI Coding Agents
Categories: AI Coding Agents, Developer Tools, Productivity