用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7 --skill experiment-status命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | experiment-status |
| description | Check status of running autonomous experiment loops |
Check the current status of your autonomous experiment agent.
Claude Code: /experiment-status
Claude Code: /experiment-status --project /path/to/project
Codex: $experiment-status
PROJECT_BRIEF.md — show the research goalMEMORY_LOG.md — show key results and recent decisions.cycle_counter — show how many cycles completedHUMAN_DIRECTIVE.md exists (pending directive)If execution.mode=ssh, controller state still comes from the local project
directory, but PID checks, training logs, and GPU status come from the
configured remote host.
# Experiment Status — my-project
## Goal
Train ViT-B/16 on ImageNet to 78%+ accuracy
## Progress
- Cycles completed: 4
- Current best: 78.3% (Exp004, ViT-B/16 + cosine + mixup)
- Status: TRAINING (PID 12345, GPU 0, running 3.2h)
## Latest Training Log
Epoch 45/90 | loss: 2.134 | acc: 77.1% | lr: 1.2e-4
## Recent Decisions
1. [04-08 14:45] Target reached with mixup, trying stronger augmentation
2. [04-08 06:00] Cosine schedule helped, adding regularization
## Pending Directive
None (drop a file at workspace/HUMAN_DIRECTIVE.md to intervene)