Agent skill

iccv-supplementary

Use when planning or auditing ICCV supplementary material under the same-day paper-plus-supplement deadline, covering what moves out of the 8-page body, parallel production of videos and code from February onward, double-blind hygiene inside the archive, and making depth material navigable for reviewers who choose to open it.

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill iccv-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: ICCV-Skills/skills/iccv-supplementary/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 984 · +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

# ICCV Supplementary Material Since the 2025 cycle, ICCV collects the supplement **at the paper deadline** — one upload event in early March (March 7, 2025, 11:59pm HST; announced as a deliberate process change that also shortened the decision timeline). That single scheduling fact rewrites supplement strategy: there is no packaging week after the paper freezes, so the supplement is a parallel product with its own owner from February, or it is a casualty. ## What the same-day rule changes in practice | Old two-deadline habit | Same-day reality | |---|---| | "Ship the paper, then render videos next week" | Videos render while the paper is still being edited — reserve machines for both | | Supplement absorbs deadline-night leftovers | Anything unfinished at the deadline simply does not exist for reviewers | | Code scrubbed after the PDF freezes | Identity scan runs on paper *and* archive the same night | | Supplement pointers checked at leisure | "See Suppl. C" written on deadline day points at a section that must already exist | Practical rule: the supplement's content list is frozen when the paper's section structure freezes (about two weeks out), and from then on the archive only

What's inside
Steps it walks through
  1. What the same-day rule changes in practice
  2. Division of labor with the 8 pages
  3. Anonymity inside the archive
  4. Structure for a seven-minute visit
  5. Failure gallery: the credibility purchase
  6. Recurring archive defects
  7. Reverify each cycle
  8. Output format
Commands it runs
Same-night sweep across the whole supplement
unzip -l supplement.zip | grep -viE '^\s*(Archive|Length|----)' | grep -iE 'user|home|<labname>'
ffprobe -v quiet -show_format videos/main_comparison.mp4 | grep -i 'artist\|author\|comment'
grep -rniE 'wandb|slurm|/nfs/|@(gmail|edu)' code/ --include='*.py' --include='*.yaml' | head
exiftool figures/*.png 2>/dev/null | grep -i 'author\|copyright' | head
More from Awesome-Journal-Skills
All skills →
About this skill
What does the iccv-supplementary skill do?

Use when planning or auditing ICCV supplementary material under the same-day paper-plus-supplement deadline, covering what moves out of the 8-page body, parallel production of videos and code from February onward, double-blind hygiene inside the archive, and making depth material navigable for reviewers who choose to open it.

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill iccv-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 984 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