wezterm

Spawns WezTerm panes to display diffs, logs, or file excerpts during chat.

6|Updated Jun 12, 2021
One-click install
npx skills add https://github.com/rwaltr/dotfiles --skill wezterm-rwaltr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wezterm
Source: https://github.com/rwaltr/dotfiles/tree/main/home/dot_config/private_pi/agent/skills/wezterm
Command: npx skills add https://github.com/rwaltr/dotfiles --skill wezterm-rwaltr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill centralizes visually presenting contextual content in a dedicated WezTerm window to support chat-based decisions without breaking the conversation.

Core Features & Use Cases

  • Non-blocking display: spawn WezTerm panes to present content while you chat.
  • Context-rich viewing: show file contents, diffs, logs, or long-running task output to inform decisions.
  • Workflow orchestration: organize multiple panes and workspaces for review, monitoring, or troubleshooting, then summarize results in chat.

Quick Start

Open a WezTerm window showing the current project context and prompt in chat for review.

Frequently Asked Questions about wezterm

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

FAQPage Schema
How do I display file diffs and logs alongside chat prompts without blocking the conversation?▼

You can spawn non-blocking WezTerm panes to show contextual content like diffs, logs, or file excerpts. This allows you to review materials and monitor tasks visually while your chat flow continues uninterrupted.

Can I use WezTerm panes to monitor long-running tasks while troubleshooting in chat?▼

Yes, WezTerm panes support monitoring long-running task output. You can organize multiple panes and workspaces to watch live logs or command output, then summarize the results directly in your chat prompt.

What do I need to spawn WezTerm panes for displaying terminal context?▼

You need WezTerm installed and the ability to spawn panes via the wezterm cli. Optional workspace and pane-management patterns, along with bat-based previews, are supported for readable file display.

Does WezTerm support managing multiple panes and workspaces for code review?▼

WezTerm supports orchestrating multiple panes and workspaces for review, monitoring, or troubleshooting. You can open a dedicated window showing current project context and prompt in chat for immediate review.

What is the best way to show project context in a separate terminal window during chat-based decisions?▼

The best way is to centralize visually presenting contextual content in a dedicated WezTerm window. This non-blocking display shows file contents and logs to inform decisions without breaking your conversation.

Why does my chat flow pause when displaying large file excerpts, and can WezTerm fix this?▼

Chat flows pause when display mechanisms block the main thread. WezTerm fixes this by exposing a non-blocking display that spawns separate panes to present large file excerpts and contextual content externally.