go-cli-terminal-experience

Installation
SKILL.md

Go CLI Terminal Experience

Make interaction an explicit mode, not an accidental consequence of where the process runs. Preserve stable data and failure contracts underneath rich output.

Core Workflow

  1. Identify the caller and choose human, plain, or structured mode.
  2. Detect terminal capabilities separately for stdin, stdout, and stderr.
  3. Define stable stdout data, stderr diagnostics, and noninteractive behavior.
  4. Add color, prompts, progress, or a dashboard only in compatible modes.
  5. Propagate cancellation and treat a downstream closed pipe as normal completion.
  6. Test terminals, redirection, CI, agents, accessibility controls, and interruption.

Read Next

Installs
1
Repository
lvtd-llc/skills
GitHub Stars
1
First Seen
Aug 30, 2026
go-cli-terminal-experience — lvtd-llc/skills