wsh:visual-feedback

Create terminal overlays and panels for visual status and guidance.

5|2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/deepgram/wsh --skill wsh-visual-feedback
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wsh:visual-feedback
Source: https://github.com/deepgram/wsh/tree/main/skills/wsh/visual-feedback
Command: npx skills add https://github.com/deepgram/wsh --skill wsh-visual-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide structured visual cues inside a terminal to communicate status, warnings, or context without disrupting the current work.

Core Features & Use Cases

  • Overlays: floating text positioned near relevant output to deliver quick hints, alerts, or context.
  • Panels: persistent bars at the top or bottom that reserve space for ongoing status or summaries.
  • Lifecycle & styling: supports z-order, region writes, and in-place updates to keep visuals coherent and non-intrusive.

Quick Start

Create an overlay or panel to begin communicating information visually in the active terminal session.

Frequently Asked Questions about wsh:visual-feedback

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

FAQPage Schema
How do I display terminal overlays for status updates without disrupting the current work?▼

Terminal overlays provide structured visual cues like floating text and persistent panels to convey status and guidance without disrupting the current work. They use positioning, sizing, and z-order to remain non-intrusive.

What is the best way to show persistent status panels in a terminal UI?▼

Persistent status panels in a terminal UI are displayed as bars at the top or bottom of the screen. They reserve space for ongoing status summaries and support in-place region writes for coherent displays.

Can I dynamically update terminal visual feedback during real-time workflows?▼

Yes, terminal visual feedback supports dynamic updates during real-time workflows. You can perform in-place region writes and manage the lifecycle of overlays and panels to ensure reliable, non-disruptive visuals.

Does terminal visual feedback support z-order and positioning for multiple overlays?▼

Terminal visual feedback supports z-order, x and y positioning, and sizing for multiple overlays. This allows you to layer floating text and panels effectively without obscuring relevant output.

When should I use terminal overlays instead of standard text output for debugging sessions?▼

Use terminal overlays during debugging sessions when you need to provide hints, alerts, or context near relevant output without interrupting the primary process. They communicate status visually in a non-disruptive manner.