用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/AndrewSmigaj/OpenLLMRI --skill probe命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | probe |
| description | Design a new probe experiment — interactive co-design of sentence set and probe guide |
The user brings an experiment concept — not just a target word, but a semantic question. Example: "I want to probe 'want' in suicide letters vs everyday desire."
Ask the user:
Establish a name following the convention: {target_word}_{semantic_concept}_v{N}
Examples: tank_polysemy_v3, want_suicide_framing_v1, knife_safety_v2
This name becomes:
sentence_set_name in session metadata)Based on the semantic contrast, propose N groups. Each group needs:
Present to user for feedback. Iterate.
Read data/sentence_sets/GUIDE.md for documented confounds in existing experiments. Ask:
Propose orthogonal category dimensions. Common axes:
Each sentence will be labeled along these axes in its categories dict.
How to classify the model's generated continuation. These go in output_axes:
Create the sentence set JSON with:
Show user for approval before bulk generation.
Create data/sentence_sets/{category}/{name}.md containing:
Fill out the full sentence set (100+ per group). Follow quality rules from data/sentence_sets/GUIDE.md:
group field matches parent group labelRun backend validation or manually check:
data/sentence_sets/GUIDE.md for quality rules, schema format, confound documentationdata/sentence_sets/ for naming and structure examplesdocs/PIPELINE.md for what happens after experiment design (capture → categorize → analyze)