一键导入
CodexExample-CSTShift
CodexExample-CSTShift 收录了来自 ChaoNyu 的 4 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Use this skill to create or update a weekly research report. It applies when the user wants a Monday-Sunday weekly update, wants runs grouped into a single report, or needs new run summaries generated from `./runs/` before the weekly report in `./weekly/` is created.
Use this skill for experiment run drafting when the user starts with `Run Python:`, `Slurm job:`, or `Create run:`. It applies when Codex should prepare run-specific code, scaffolding, and execution instructions without launching long-running jobs by default.
Use this skill to generate or revise a run summary inside a completed run folder in a single research repo. It applies when the user wants a concise research summary written to `./runs/<run_id>/summary.md` using logs, artifacts, selected figures, tables, and optional user comments.
Use this skill when the user asks to plot something, make a figure, generate a visualization, or create a chart using Python. It applies to run-based work where each plot should live in its own Python script, with plot-style parameters exposed as ALL_CAP variables at the top and a first-pass PNG generated by running the script.