Agent skill
gwt-pty-communication
PTY based communication tools for Project Mode orchestration (Lead/Coordinator/Developer).
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-2
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_panefor deterministic orchestration. - Use
capture_scrollback_tailbefore 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?