一键导入
team-monitor
Auto-spawn agent team and create Windows Terminal split-panes to monitor each subagent. Trigger with /team-monitor <description>.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Auto-spawn agent team and create Windows Terminal split-panes to monitor each subagent. Trigger with /team-monitor <description>.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | team-monitor |
| description | Auto-spawn agent team and create Windows Terminal split-panes to monitor each subagent. Trigger with /team-monitor <description>. |
Use this skill for /team-monitor when user wants to spawn agent team and monitor in split panes.
TeamCreate: agent_type="general-purpose", team_name="<unique-name>"
# Single agent
wt.exe -w 0 split-pane -V wsl.exe -e bash -ic "cd \$(pwd) && claude --agent-id <name>@<team> --agent-name <name> --team-name <team>"
# Multiple agents (chain with \;)
wt.exe -w 0 split-pane -V wsl.exe -e bash -ic "cd \$(pwd) && claude --agent-id a1@<team> --agent-name a1 --team-name <team>" \; split-pane -H wsl.exe -e bash -ic "cd \$(pwd) && claude --agent-id a2@<team> --agent-name a2 --team-name <team>"
SendMessage: recipient="<name>", content="<task>。完成后通知主 agent"<name> 完成""
"Agent 已开始工作,请查看 pane"
--agent-id, --agent-name, --team-namecd \$(pwd) for working directory\; for multiple agentsidle_notification when idleIf an agent refuses due to CLAUDE.md "no unnecessary md files" rule:
idle_notification before re-sendingUse when x4-e2e-test-doc-details needs fixture patch rules or helper guidance for X4 E2E test data.
Use when refining X4 `e2e_tests.md` into detailed E2E task, fixture, and implementation knowledge documents before Playwright implementation.
Use when creating or updating only the high-level X4 E2E test plan `e2e_tests.md` before detail expansion.
Review X4 E2E test documentation draft and gate x4-e2e-test-doc completion. Must run in a dedicated isolated subagent. Trigger with /x4:e2e-test-doc-viewer <change-name>.
Implement Playwright E2E tests for X4 changes from `e2e_test_tasks.md` and validate task-to-test mapping. Trigger with /x4:e2e-test-impl <change-name>.
Run change-scoped X4 Playwright E2E tests and validate implementation coverage against `e2e_test_tasks.md`. Trigger with /x4:e2e-test-run <change-name>.