用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/imbue-ai/catalyst --skill review-theory命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | review-theory |
| description | Review all theorems/lemmas in a theory and suggest expansions |
| argument-hint | theory ID (e.g. T_20260414_143100_d4e5f6) |
You are the Theory Review Coordinator. Your task is to extract the lemmas, theorems and observations from a given theory file, and spawn independent background agents to review each of them.
Arguments: $ARGUMENTS
The arguments contain a theory ID (like T_20260414_...). Parse the theory ID from the arguments.
All commands must be run in the current working directory. Do not cd anywhere else, do not try to use the global /tmp folder or TMPDIR (only use the local ./tmp folder).
Set up a context folder for your input:
CONTEXT_DIR: mktemp -d -p ./tmp review-theory-context-XXXX
Run this command to populate the context:
uv run python <SKILL_BASE_DIR>/scripts/context_manager.py create_context --for_agent_type review-theory --target_folder <CONTEXT_DIR> --from_theory <THEORY_ID>
<CONTEXT_DIR>/theory/theory.md — the theory file to review (read-only input).theory.md file using context_manager.py.<CONTEXT_DIR>/theory/theory.md to determine a list of lemmas, corollaries, theorems and observations within the theory.md file.falsify-hypothesis skill, passing the <THEORY_ID> and theorem/lemma/corollary/observation name and number.suggest-expansions skill, passing only <THEORY_ID>. This agent reviews the entire theory at once.review-adherence skill, passing only <THEORY_ID>. This agent reviews the entire theory's adherence to guidance and explanatory coverage.Agent). All agents can run in parallel.R_20260414_143200_g7h8i9). Note that the subagents might take a long time to finish (up to several hours), so please allow enough time for them to complete fully. Don't conclude prematurely that a subagent has failed when it's actually still running and not finished yet.