Agent Skills: gwt PTY Communication

PTY based communication tools for Project Mode orchestration (Lead/Coordinator/Developer).

UncategorizedID: akiojin/llmlb/gwt-pty-communication

Install this agent skill to your local

pnpm dlx add-skill https://github.com/akiojin/llmlb/tree/HEAD/.gemini/skills/gwt-pty-communication

Skill Files

Browse the full folder contents for gwt-pty-communication.

Download Skill

Loading file tree…

.gemini/skills/gwt-pty-communication/SKILL.md

Skill Metadata

Name
gwt-pty-communication
Description
PTY based communication tools for Project Mode orchestration (Lead/Coordinator/Developer).

gwt PTY Communication

Use gwt terminal commands as the transport for agent-to-agent communication.

Commands

  • send_keys_to_pane: send text to a specific pane.
  • send_keys_broadcast: send text to all running panes.
  • capture_scrollback_tail: read pane output for status/progress.
  • list_terminals: list active pane ids.
  • close_terminal: stop a pane when escalation is needed.

Notes

  • Prefer targeted send_keys_to_pane for deterministic orchestration.
  • Use capture_scrollback_tail before sending follow-up instructions.

Environment

  • GWT_PROJECT_ROOT: absolute path to the project root. PTY commands are scoped to the caller's project; panes belonging to other projects are not visible or accessible.
  • GWT_PANE_ID: pane ID of the current terminal session.
  • GWT_BRANCH: branch name of the current session.
  • GWT_AGENT: agent name of the current session.