plugins/gwt/skills/gwt-pty-communication/SKILL.md
PTY based communication tools for Project Mode orchestration (Lead/Coordinator/Developer).
npx skillsauth add akiojin/gwt gwt-pty-communicationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use gwt terminal commands as the transport for agent-to-agent communication.
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.send_keys_to_pane for deterministic orchestration.capture_scrollback_tail before sending follow-up instructions.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.tools
Create distinctive, production-grade terminal user interfaces. Use when building TUI components with ratatui, CLI output styling, or xterm.js terminal rendering. Triggers: 'design TUI', 'terminal UI', 'TUIデザイン', 'ターミナルUI', 'ratatui widget'
testing
Semantic search over SPEC Issues (GitHub Issue cache at ~/.gwt/cache/issues/) using vector embeddings. Use when searching for existing specs, finding related specs, checking for duplicate specs, or determining which spec owns a scope. Mandatory preflight before gwt-discussion when the work may need a SPEC owner. Use when user says 'search specs', 'find related specs', 'check for duplicate specs', or asks which spec owns a scope.
testing
Mandatory preflight before gwt-discussion, gwt-register-issue, and gwt-fix-issue. Use proactively before creating any SPEC or Issue owner or before reusing an existing one. Searches SPEC Issues, GitHub Issues, and project files via ChromaDB. Triggers: 'search', 'find related', 'check duplicates'.
business
Use when the user wants to register new work from a bug report, idea, or task description and an existing GitHub Issue number is not already known.