Agent skill

gwt-pty-communication

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

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/gwt-pty-communication-akiojin-llmlb

SKILL.md

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.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results