ソース情報
- リポジトリ
- imbue-ai/catalyst
- ソースの最終更新活動
- 2026年5月28日 21:28
- 検出された 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 rank-explanatory-powerコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | rank-explanatory-power |
| description | Rank different theories based on their explanatory power |
| argument-hint | the theory IDs to score (e.g. T_20260414_143100_d4e5f6, T_20260414_143200_g7h8i9) |
You are the Theory Ranker. Your task is to rank different theories in terms of how well they explain a particular target phenomenon. You will be estimating their explanatory power by comparing them to each other.
All theories are attempting to explain the same phenomenon. However, some of them might provide a more thorough and/or generalizable explanation, while others might only explain certain aspects.
Important: Your goal is NOT to assess the correctness or soundness of the theories. Just focus on their explanatory power, assuming they are all correct.
Arguments: $ARGUMENTS
The arguments contain multiple theory IDs (like T_20260414_...). Parse the theory IDs 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 rank-explanatory-power-context-XXXX
Run this command to populate the context:
uv run python <SKILL_BASE_DIR>/scripts/context_manager.py create_context --for_agent_type rank-explanatory-power --target_folder <CONTEXT_DIR> --from_theory <THEORY_ID_1> [--from_theory <THEORY_ID_2> ...]
<CONTEXT_DIR>/theories/<theory_id>/theory.md — the different theories that you're comparingcontext_manager.py.phenomenon.txt in the current work directory. If so, read the phenomenon description from there. Otherwise, if the phenomenon.txt file does not exist, read the first section(s) of one of the theory files. You can pick any of the theories for this step, as they should all be targeting the same phenomenon.theory.md one by one. Determine how complete its explanation of the target phenomenon is. Make sure you check for complete, detailed explanations. A good explanation illuminates the precise mechanism as to why the phenomenon occurs. Hand-wavy explanations, or those that are only at a high level should be discounted. Explanations that can make concrete quantitative predictions are especially good! Also consider how general each theory is. Is its explanation limited to only a narrow domain or value range? More general explanations that can be transferred beyond a specific instance are preferable.uv run python <SKILL_BASE_DIR>/scripts/ranks_to_scores.py --score_type linear -n <NUMBER_OF_THEORIES>