一键导入
meta-orchestrator
When multiple skills need coordinated activation → manage skill activation, conflict arbitration, strategy, and audit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
When multiple skills need coordinated activation → manage skill activation, conflict arbitration, strategy, and audit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
When prompt, tool, or agent logic changes need regression testing → run eval benchmarks to detect regressions or improvements.
When a task can be parallelized (bulk code review, multi-module refactor, batch analysis) → split into subtasks running in isolated git worktrees via multiple workers.
When the user wants to research academic papers → search ArXiv, extract PDFs, summarize/review/Q&A, generate experiment code.
When you need to interact with web pages using the user's logged-in browser → control Chrome via @playwright/cli daemon, reusing cookies/session with persistent tabs.
When user needs AnyGenIO content generation → unified CLI for task execution with progressive disclosure.
When you need to persist files (reports, docs, evidence) beyond the session → create/query/delete durable artifacts.
| name | meta-orchestrator |
| description | When multiple skills need coordinated activation → manage skill activation, conflict arbitration, strategy, and audit. |
| triggers | {"intent_patterns":["meta.?skill|元技能|skill orchestration|技能联动|governance"],"context_signals":{"keywords":["skills","orchestrator","governance","联动"]},"confidence_threshold":0.7} |
| priority | 10 |
| requires_tools | ["bash"] |
| max_tokens | 300 |
| cooldown | 30 |
| capabilities | ["orchestrate_skills","skill_linkage","skill_governance"] |
| governance_level | high |
| activation_mode | auto |
| depends_on_skills | [] |
| produces_events | ["workflow.skill.meta.route_selected","workflow.skill.meta.link_executed","workflow.skill.meta.rollback_applied"] |
| requires_approval | false |
统一技能控制平面:根据策略执行技能筛选、依赖排序、联动关系输出、风险摘要。
python3 skills/meta-orchestrator/run.py plan --skills '[{"name":"reminder-scheduler","score":0.8}]' --proactive_level medium
python3 skills/meta-orchestrator/run.py summarize --plan '{"selected_skills":["meta-orchestrator"]}'