一键导入
vr-run-experiment
Write and execute experiment code according to the experiment plan. Read config.yaml to automatically run the experiment and save results.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write and execute experiment code according to the experiment plan. Read config.yaml to automatically run the experiment and save results.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | vr-run-experiment |
| description | Write and execute experiment code according to the experiment plan. Read config.yaml to automatically run the experiment and save results. |
| user-invocable | true |
| argument-hint | ["experiment-directory"] |
Write and execute experiment code according to the experiment plan (plan.md, config.yaml).
$ARGUMENTS - Experiment directory path (e.g., experiments/experiment_20260305_llm_reasoning)
$ARGUMENTS/config.yaml$ARGUMENTS/plan.mdGenerate the following files:
run.py - Main experiment script"""
Auto-generated experiment script.
Runs the experiment according to config.yaml settings.
"""
Writing rules:
results/ directoryutils.py - Utility functions (if needed)# Add any new dependencies to the project-level pyproject.toml
uv add <package>
uv sync
uv run python $ARGUMENTS/run.py
$ARGUMENTS/
├── results/
│ ├── raw_results.json # Full raw results
│ ├── summary_stats.json # Summary statistics
│ └── experiment_log.txt # Execution log
└── run.py # Experiment script
{
"experiment": "Experiment name",
"date": "YYYY-MM-DD",
"config": { ... },
"results": [
{
"condition": "Condition name",
"trial": 1,
"metrics": { "metric1": 0.85, "metric2": 0.72 },
"metadata": { ... }
}
]
}
{
"by_condition": {
"baseline": {
"metric1": { "mean": 0.80, "std": 0.05, "min": 0.70, "max": 0.90, "n": 10 }
},
"treatment": {
"metric1": { "mean": 0.85, "std": 0.04, "min": 0.78, "max": 0.92, "n": 10 }
}
}
}
/vr-make-figures $ARGUMENTS/vr-remote-experiment $ARGUMENTSAnalyzes existing experiment results and designs/executes ablation experiments to verify the contribution of each component.
Skill for writing English text that reads as naturally human-authored, and for reviewing existing English text to detect and fix AI writing tells. Use this skill whenever the user asks to "write naturally", "remove AI tone", "make it sound human", "avoid AI tells", "de-AI", "humanize", "anti-AI writing", "sound less like ChatGPT", or any variation implying they want text free of detectable AI patterns. Also trigger when the user asks to review or edit text for AI-sounding patterns, or when they paste text and ask "does this sound like AI?" Even if the user simply says "write me a blog post" or "write an essay" without explicitly mentioning AI — if this skill is available, apply its principles by default to produce more natural prose.
Brainstorm research ideas and formulate research hypotheses. When a user presents a research topic or area of interest, explore related ideas.
Create a detailed experiment plan for a selected research idea. Define experiment variables, metrics, baselines, and datasets.
Deep literature review with multi-stage search, citation graph traversal, and full-text analysis. Uses Semantic Scholar API, arXiv HTML reading, and snowball search to produce comprehensive research landscape analysis.
Analyzes experiment results and generates publication-quality figures for papers using matplotlib.