用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vamseeachanta/workspace-hub --skill agent-teams-1-create-team命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | agent-teams-1-create-team |
| description | Sub-skill of agent-teams: 1. Create team (+5). |
| version | 1.0.0 |
| category | workspace-hub |
| type | reference |
| scripts_exempt | true |
TeamCreate(team_name="my-work", description="Implementing WRK-205")
TaskCreate(subject="Build SKILLS_GRAPH.yaml", description="...", activeForm="Building graph YAML")
TaskCreate(subject="Script diverged canonical_ref", description="...", activeForm="Scripting canonical refs")
Task(
subagent_type="general-purpose",
name="graph-builder",
team_name="my-work",
prompt="You are graph-builder. Check TaskList for your work..."
)
Task(
subagent_type="Bash",
name="script-runner",
team_name="my-work",
prompt="You are script-runner. Check TaskList for your work..."
)
TaskUpdate(taskId="1", owner="graph-builder", status="in_progress")
TaskUpdate(taskId="2", owner="script-runner", status="in_progress")
While teammates work, the main orchestrator stays available for user messages.
Use run_in_background=True for long tasks. Check progress with TaskList.
SendMessage(type="shutdown_request", recipient="graph-builder", content="Work complete")
SendMessage(type="shutdown_request", recipient="script-runner", content="Work complete")
# After both confirm shutdown:
TeamDelete()