ソース情報
- リポジトリ
- imbue-ai/catalyst
- ソースの最終更新活動
- 2026年6月3日 19:43
- 検出された SKILL.md の言語
- 英語
- スター
- 32
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/imbue-ai/catalyst --skill review-theoryコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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.