Agent skill · Data & Analytics

corl-supplementary

Use when assembling CoRL supplementary material — the strongly encouraged overview video under the 250 MB cap and roughly three minutes, the optional appendix inside the same PDF that reviewers need not read, code and data attachments, and anonymization of everything, with the PMLR no-video rule shaping camera-ready plans.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill corl-supplementary --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: CoRL-Skills/skills/corl-supplementary/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 909 · +31 this week
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# CoRL Supplementary Material CoRL supplementary material splits into three channels with different rules and different reader guarantees: the **appendix** (same PDF, optional reading), the **supplementary upload** (files and the venue's signature overview video), and — after acceptance — **external hosting**, because the PMLR proceedings pipeline does not take videos at all. Content placed in the wrong channel either never gets seen or violates a rule. ## Channel rules (2026 cycle, corl.org, read 2026-07-08) | Channel | 2026 rule | Reader guarantee | |---|---|---| | Appendix | Optional; follows references in the same PDF; uncounted against the 8 pages | Reviewers are **not required** to read it | | Supplementary file(s) | Encouraged for further details; video ≤ 250 MB (strict), ~3 min suggested | Also optional reading; must be anonymous | | External links during review | Only if fully anonymous — the URL included | Assume most reviewers won't click | | Camera-ready / PMLR | **No video as supplementary**; host video/code/data externally, link from the main text or a project page | Permanent record; plan durable hosting | The uniform consequence of "optional reading": nothing decisi

What's inside
Steps it walks through
  1. Channel rules (2026 cycle, corl.org, read 2026-07-08)
  2. The video: evidence, not advertisement
  3. The appendix: overflow with a contract
  4. Code and data attachments during review
  5. Camera-ready transition (the PMLR pivot)
  6. Assembly checklist
Commands it runs
Fit the strict 250 MB cap without shredding quality (H.264 target ~8 Mbps)
ffmpeg -i raw_cut.mp4 -c:v libx264 -preset slow -b:v 8M -maxrate 10M \
stat -c '%s bytes' overview_anon.mp4          # verify < 250*1024*1024
Frame-level anonymity spot check: export stills every 5 s and eyeball them
ffmpeg -i overview_anon.mp4 -vf fps=1/5 frames/check_%03d.png
More from Awesome-Journal-Skills
All skills →
About this skill
What does the corl-supplementary skill do?

Use when assembling CoRL supplementary material — the strongly encouraged overview video under the 250 MB cap and roughly three minutes, the optional appendix inside the same PDF that reviewers need not read, code and data attachments, and anonymization of everything, with the PMLR no-video rule shaping camera-ready plans.

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill corl-supplementary --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Awesome-Journal-Skills, a repository with 909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going