用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/deathrashed/agents --skill team命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Control the in-app Browser for opening, navigating, inspecting visible or interactive page state, clicking, typing, screenshots, and local web testing. It can have existing signed-in sessions. For semantic operations on linked resources, prefer a purpose-built connector, API, or CLI when available.
Control the user's Chrome browser for tasks that depend on existing Chrome state: tabs, logged-in sessions, or extensions. Prefer purpose-built connectors, APIs, or CLIs when available.
Control local Mac apps through Computer Use for tasks that require reading or operating app UI. Prefer purpose-built connectors, APIs, or CLIs when available.
基于 SOC 职业分类
正在显示 SKILL.md
| name | team |
| description | Run OmG's full team lifecycle with optional dynamic team assembly and verify/fix loops. |
Coordinate the request with OmG agents.
Task: $ARGUMENTS
Execution protocol (staged):
team-assemble first..omg/state/session-lock.json, then load .omg/state/workspace.json and .omg/state/reasoning.json when available.team-plan: Delegate decomposition to omg-planner and architecture checks to omg-architect, including lane-health and isolation risks.team-prd: Delegate scope lock and acceptance criteria to omg-product.taskboard: Sync compact task ledger before first implementation slice (priority-aware with null-safe default p2).team-exec: Delegate implementation slices to omg-executor with explicit lane/subagent context and terse success reporting.team-verify: Delegate validation to omg-reviewer and omg-verifier (include anti-slop quality check plus lane/handoff evidence).team-fix: If verification fails, delegate root-cause and patches to omg-debugger + omg-executor.State handling:
.omg/state/session-lock.json may update shared workflow artifacts..omg/state/workflow.md, .omg/state/taskboard.md, or .omg/state/workspace.json; write session-local drafts under .omg/state/sessions/[session-slug]/ and report merge needs..omg/state/workflow.md with stage status and open blockers..omg/state/taskboard.md as the compact source of truth for ready, blocked, done, and verified tasks only for the lock-owning orchestration session.p0 -> p3) + task-id tie-breaker..omg/state/workspace.json as the compact source of truth for lane ownership, cleanliness, trust, and handoff readiness only for the lock-owning orchestration session..omg/state/team-assembly.md.Final report format:
Pipeline Summary, Team Assembly, Critical Path Status, Stage Results, Work Completed, Validation, and Open Items.