Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub kosmoche/claude-plugins --plugin experiment-logHow this skill is triggered — by the user, by Claude, or both
Slash command
/experiment-log:exp-statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
展示当前科研实验的状态信息。
Resumes paused code experiments by listing them, checking out git branches, loading configs/results history/git logs, summarizing progress/metrics/patterns, and prompting for next iteration or loop.
Provides standard experiment folder structure with templates for config.yaml, report.md, reproduce.py, and pre-flight checklist. Use to create or validate research experiment directories.
Generates CTO-level project status from git log/status and key docs (README, TODO, CLAUDE.md). Summarizes shipped work, progress, blocks, next steps for standups or 'where are we' queries.
Share bugs, ideas, or general feedback.
展示当前科研实验的状态信息。
确认 .claude/experiment-log.md 存在,若不存在提示运行 /experiment-log:exp-init。
读取 .claude/project.md:
读取 .claude/plan.md:
读取 .claude/experiment-log.md,展示:
若为 git 仓库(git rev-parse --is-inside-work-tree):
git status --porcelain 是否有输出)git branch --list 'exp/*')用简洁的格式输出,例如:
当前实验:exp-003 对比正则化方法
进度:3/5 步骤已完成
分支:exp/003-regularization
实验历史:共 3 个(2 已完成,0 已中止,1 进行中)
Git:分支 exp/003-regularization,有未提交更改