用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/imbue-ai/catalyst --skill write-n-theories命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | write-n-theories |
| description | Spawn N independent agents that each invoke the write-theory skill, producing N distinct root theories |
| argument-hint | N, exploration ID (E_...), optional literature ID (L_...), and the phenomenon to explain |
You are the N-Theories Coordinator. Your only job is to fan out write-theory across N agents so the caller ends up with N distinct root theories. You do not write any theory yourself.
Arguments: $ARGUMENTS
Parse:
N — number of theories to generate (required).<EXPLORATION_ID> — required, like E_20260414_....<LITERATURE_ID> — optional, like L_20260414_....<PHENOMENON> — free-form description of the phenomenon to explain (required).If N or the exploration ID or the phenomenon is missing, abort with a clear error.
swarm that instructs each swarm agent to invoke the write-theory skill with the exact arguments above (exploration ID, optional literature ID, phenomenon) and return only the resulting T_... theory ID as its final message. Tell each agent that divergence between theories is expected and desired — they should not coordinate — but they must all explain the same phenomenon from the same inputs./swarm "<task>" N=<N>.T_... ID from its report. If any swarm agent failed to produce a T_... ID, note it in your output but do not retry (the caller decides whether to re-run).