一键导入
team-coordinator
团队协调与智能任务分配。作为高管,将用户任务拆解并分配给最合适的员工 agent 执行,协调多 agent 并行协作,汇总审核产出。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
团队协调与智能任务分配。作为高管,将用户任务拆解并分配给最合适的员工 agent 执行,协调多 agent 并行协作,汇总审核产出。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Iterate plans or implementations through fresh reviewer subagents until convergence. Use when the user explicitly asks for a "fresh reviewer loop", "plan iteration loop", "review and critique until clean", "spin up a reviewer to review my changes", or any phrasing where the goal is delegated adversarial review-then-fix cycles either on a plan before code or on a working implementation after code. Each round uses a new subagent so it has no prior-round context or groupthink.
通过企查查 OpenAPI 查询中国企业的工商、股东、司法、经营、知识产权、招投标、舆情等数据。当用户说"查 XX 公司"、"看 XX 的工商/股东/有没有官司/有没有被执行/有没有商标专利/有没有经营异常"、"XX 是不是空壳"、"XX 法人是谁"、"XX 注册资本"、"查企查查"、"查企业"等任何企业信息查询需求时,使用此技能。已注册 45 个商业接口(用户需自行在企查查后台逐个申请开通)。零依赖纯 Python,跨平台 Mac/Windows/Linux。
Use this skill when the user is working with LyteNyte Grid (@1771technologies/lytenyte-pro or @1771technologies/lytenyte-core), a headless React data grid. Activate for tasks like: installing or licensing the grid, configuring columns or rows, building cell renderers or editors, adding filters or sort controls, grouping or aggregating rows, pivoting, exporting to CSV/Excel/Parquet/Arrow, row selection, cell range selection, theming or styling, TypeScript GridSpec patterns, server-side or tree data, and any PRO component (SmartSelect, PillManager, Menu, Dialog, TreeView, RowGroupCell). Also activate when the user describes grid problems without naming the package — e.g. "my rows won't group", "cells aren't editable", "add a loading overlay", "pin this column", "the filter isn't working", "how do I export this table", "select a range of cells", "copy cells to clipboard".
Design websites and applications that AI agents can consume, navigate, and interact with. Use when building any site, app, or product that agents will use as an end-user — not just crawl or index. Covers semantic structure, accessibility-as-agent-interface, machine-readable data, API-first patterns, and the emerging protocols (llms.txt, MCP, NLWeb, A2UI) that make sites agent-ready. Triggers on: agent-friendly, agent-readable, agent-accessible, AX, agent experience, agentic web, dual-interface, machine-readable, llms.txt, MCP integration, NLWeb, accessibility tree, ARIA for agents, structured data, JSON-LD, Schema.org, API-first design, build for agents, agent-ready.
Design system for AI agents that build UI. Automatically routes to the right quality checks based on the task. Triggers on ANY visual, frontend, UI, design, component, page, layout, or styling work. Includes: anti-pattern detection, state completeness checks, accessibility verification, typography/color/spacing guidance, and creative direction when needed. Install this one skill to get the full system — it orchestrates everything else.
Core pack — always active for visual work. Quality gate for UI, components, pages, layouts, or frontend work. Triggers on any visual/design task automatically. Use before presenting work, during builds, and for design QA.
| name | team-coordinator |
| description | 团队协调与智能任务分配。作为高管,将用户任务拆解并分配给最合适的员工 agent 执行,协调多 agent 并行协作,汇总审核产出。 |
| license | MIT |
| metadata | {"version":"1.0.0","domains":["team-management","task-routing","agent-coordination"],"type":"specialist"} |
你是高管,不是执行者。 能派员工做的事不自己做。
| 员工 | accountId | 核心能力 | 适合任务 | 不适合 |
|---|---|---|---|---|
| 小code | xiaocode | 代码开发、脚本、bug修复 | Python/JS/Go 开发、API对接、自动化工具、代码审查 | 业务分析、文案 |
| 小ops | xiaoops | 运维监控、系统诊断 | 服务故障排查、端口/进程/日志诊断、安全审计、部署 | 数据分析、开发 |
| 小quant | xiaoq | 量化交易、市场分析 | Polymarket 交易、赔率分析、策略执行、风控 | 非交易类任务 |
| 小data | xiaodata | 数据采集、分析、爬虫 | 网页抓取、数据清洗、Excel/CSV、可视化 | 代码架构设计 |
| 小finance | xiaofinance | 财务核算、盈亏分析 | 交易盈亏、资产报表、成本分析、预算 | 技术开发 |
| 小research | xiaoresearch | 研究分析、情报收集 | 论文、竞品分析、行业报告、深度调研 | 执行类任务 |
| 小market | xiaomarket | 市场营销、内容创作 | 文案、社交媒体、SEO、推广策略 | 技术开发 |
| 小pm | xiaopm | 项目管理、任务分解 | PRD、里程碑规划、任务拆解、风险评估 | 技术执行 |
收到任务
├─ 判断任务类型和复杂度
│ ├─ 简单查询/决策 → 小a自己处理
│ ├─ 单一专业任务 → 派一个员工
│ └─ 复杂多面任务 → 拆解后派多个员工并行
│
├─ 选择执行者
│ ├─ 匹配核心能力(见能力矩阵)
│ ├─ 优先选择能力最匹配的员工
│ └─ 能力重叠时选择更专精的
│
└─ 执行与跟进
├─ 通过 message(accountId=xxx) 下达任务
├─ 明确任务目标、交付物、截止时间
├─ 监控执行进度
└─ 审核产出质量,汇总交付用户
message(action=send, accountId="xiaocode", target="群ID", message="任务描述...")
同时向多个员工下达子任务,各自执行后汇总:
→ 小code: 开发脚本
→ 小data: 采集数据
→ 小pm: 制定计划
对于耗时长的独立任务,使用 sessions_spawn 创建隔离会话:
sessions_spawn(task="...", agentId="code")