Agent skill · Data & Analytics

cvpr-camera-ready

Use when preparing the final version of an accepted CVPR paper, covering de-anonymization, the dataset-release-by-camera-ready obligation, CVF open access versus the IEEE Xplore version of record, oral/highlight/poster preparation at conference scale, and arXiv/preprint synchronization after acceptance.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill cvpr-camera-ready --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: CVPR-Skills/skills/cvpr-camera-ready/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

# CVPR Camera-Ready Use this after a CVPR acceptance (decisions landed February 20 in the 2026 cycle, conference in early June). The verified 2026 publication pipeline is described below; the *mechanical* camera-ready details for any given year — exact deadline, page allowance, IEEE forms — were not fetchable at check time and are 待核实: read the instructions email and the current Author Guidelines before building the final PDF. ## Where the paper actually ends up Accepted CVPR papers are published twice, and the two copies serve different audiences: - **CVF open access** (`openaccess.thecvf.com`): free to everyone, posted around the conference; the file is the accepted version apart from a watermark. This is the copy the field reads and the one bibliography tools usually find first. - **IEEE Xplore**: the version of record, under IEEE Computer Society co-sponsorship. Institutional reporting and some citation databases key off this one. There is no author-side publication fee; costs ride on registration. Consequence for you: the PDF you upload at camera-ready *is* the artifact of record in both channels — there is no copy-editing pass to catch your mistakes. ## De-anonymization witho

What's inside
Steps it walks through
  1. Where the paper actually ends up
  2. De-anonymization without breakage
  3. The dataset clause has a deadline
  4. Oral, highlight, or poster: what changes
  5. Final-PDF quality assurance
  6. Synchronizing the public record
  7. Reverify each cycle (all 待核实 for the current year)
  8. Output format
Commands it runs
Release-readiness probe, run from a machine outside your institution
curl -sIL https://<dataset-host>/<archive> | grep -Ei 'HTTP|content-length'
sha256sum downloaded_archive.tar.gz          # matches the checksum printed in the repo?
python3 - <<'EOF'
More from Awesome-Journal-Skills
All skills →
About this skill
What does the cvpr-camera-ready skill do?

Use when preparing the final version of an accepted CVPR paper, covering de-anonymization, the dataset-release-by-camera-ready obligation, CVF open access versus the IEEE Xplore version of record, oral/highlight/poster preparation at conference scale, and arXiv/preprint synchronization after acceptance.

How do I install it?

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