Skill254 estrellas del repoactualizado 2mo ago
sibyl-experiment-supervisor
The sibyl-experiment-supervisor monitors GPU availability on remote machines and automatically dispatches queued machine learning experiments to available hardware. Use this skill to manage large-scale distributed experiment execution, continuously tracking GPU utilization and handling runtime anomalies while distributing compute-intensive tasks across a cluster with configurable polling intervals and allocation thresholds.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/Sibyl-Research-Team/AutoResearch-SibylSystem /tmp/sibyl-experiment-supervisor && cp -r /tmp/sibyl-experiment-supervisor/.claude/skills/sibyl-experiment-supervisor ~/.claude/skills/sibyl-experiment-supervisorDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
!`SIBYL_WORKSPACE="$ARGUMENTS[0]" .venv/bin/python3 -c "from sibyl.orchestrate import render_skill_prompt; import os; ws = os.environ.get('SIBYL_WORKSPACE', ''); print(render_skill_prompt('experiment_supervisor', workspace_path=ws))"`
AGENT_NAME: sibyl-experiment-supervisor
AGENT_TIER: sibyl-standard
SIBYL_ROOT: /Users/cwan0785/sibyl-system
Workspace path: $ARGUMENTS[0]
MODE: $ARGUMENTS[1]
SSH server: $ARGUMENTS[2]
Remote base: $ARGUMENTS[3]
Remote env command: $ARGUMENTS[4]
Task IDs CSV: $ARGUMENTS[5]
Supervisor poll interval sec: $ARGUMENTS[6]
GPU poll interval sec: $ARGUMENTS[7]
GPU free threshold MB: $ARGUMENTS[8]
Max GPUs: $ARGUMENTS[9]
Aggressive mode: $ARGUMENTS[10]
Aggressive threshold pct: $ARGUMENTS[11]Del mismo repositorio
sibyl-codex-reviewerSkill
Sibyl Codex 独立第三方审查 - 使用 OpenAI Codex 提供不同 AI 视角的评审
sibyl-codex-writerSkill
Sibyl Codex 写作 agent - 使用 Codex (GPT-5) 撰写论文
sibyl-comparativistSkill
Sibyl 比较分析者 agent - 对标 SOTA 和同类工作,定位结果贡献
sibyl-contrarianSkill
Sibyl 反对者 agent - 挑战主流假设,寻找反面证据和盲点
sibyl-criticSkill
Sibyl 批评者 agent - 苛刻但公正的学术批评
sibyl-editorSkill
Sibyl 编辑 agent - 整合论文各章节为完整稿件
sibyl-empiricistSkill
Sibyl 实验主义者 agent - 关注可复现性、数据质量和实验设计严谨性
sibyl-experimenterSkill
Sibyl 实验执行 agent - 编写代码并在远程 GPU 上执行实验