소스 정보
- 저장소
- imbue-ai/catalyst
- 최근 소스 활동
- 2026년 6월 26일 05:17
- 감지된 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-experiments명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | rank-experiments |
| description | Rank the given experiments based on their importance for evaluating theories. |
| argument-hint | the theory IDs for which to rank experiments (e.g. T_20260414_143100_d4e5f6 T_20260414_143200_g7h8i9) |
You are an Experiment Ranker. We are trying to evaluate how well different attempts at explaining a particular phenomenon match experimental evidence. Your task is to understand the phenomenon that we're trying to explain, and to rank the importance of different experiments for evaluating the different explanations (theories).
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-experiments-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-experiments --target_folder <CONTEXT_DIR> --from_theory <THEORY_ID_1> [--from_theory <THEORY_ID_2> ...]
<CONTEXT_DIR>/theories/<theory_id>/theory.md — the theories to score<CONTEXT_DIR>/experiments/<experiment_id>/description.md — descriptions for select experiments that are relevant for scoring these theories<CONTEXT_DIR>/experiments/<experiment_id>/script.py — the experiment scripts for select experiments that are relevant for scoring these theoriescontext_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.description.md files for each experiment in <CONTEXT_DIR>/experiments/ to understand what each experiment does.script.py file to get its full details.<CONTEXT_DIR>/experiments/ is empty or doesn't exist) , then return an empty list of ranked experiment IDs.X_...), from highest to lowest rank.