wezterm

Automate tab creation and task monitoring in WezTerm terminal sessions.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/TopengDev/pi-setup --skill wezterm-topengdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wezterm
Source: https://github.com/TopengDev/pi-setup/tree/main/skills/wezterm
Command: npx skills add https://github.com/TopengDev/pi-setup --skill wezterm-topengdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wezterm, and includes scripts (resource) components.

What problem does it solve?

WezTerm Skill resolves the challenge of managing complex terminal sessions with WezTerm by automating tab creation, task delegation, and monitoring.

Core Features & Use Cases

  • Tab & Pane Control: Spawns, closes, and monitors tabs and panes within WezTerm.
  • Task Management: Automates tasks through spawned tabs with detailed briefs.
  • Real-Time Monitoring: Provides real-time task progress updates and completion notifications.
  • Use Case: If you're using WezTerm to manage multiple development sessions and need a tool to automate task assignment, monitoring, and progress reporting, this skill will help streamline your workflow.

Quick Start

Launch a new WezTerm tab for your 'git-pr-review' task.

Frequently Asked Questions about wezterm

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

FAQPage Schema
How do I automate terminal tab creation in WezTerm for development workflows?

You can automate terminal tab creation in WezTerm by using scripts that spawn tabs and delegate tasks. This streamlines development workflows by managing multiple sessions and sending text commands directly to specific panes.

Can I monitor real-time task progress across multiple WezTerm sessions?

Yes, you can monitor real-time task progress across WezTerm sessions. The automation provides real-time updates and completion notifications by leveraging WezTerm features like list and send-text to track spawned tab statuses.

Does WezTerm task automation work for managing complex pane layouts?

WezTerm task automation supports managing complex pane layouts by controlling pane spawning and closing. It relies on WezTerm's internal list and spawn features to automate workflows across multiple active panes within a single terminal emulator.

What is the best way to delegate a git task to a new WezTerm tab?

The best way to delegate a git task to a new WezTerm tab is to launch a new tab with a specific task brief. The automation uses send-text to pass the git commands to the newly spawned tab for isolated execution.

Do I need WezTerm installed locally to use terminal session management scripts?

Yes, you need the WezTerm terminal emulator installed locally as a direct dependency. The session management scripts rely entirely on WezTerm's native spawn, list, and send-text features to automate and communicate with active sessions.