Agent skill

cvpr-related-work

Use when building the related-work section and positioning for a CVPR paper, covering literature that moves at arXiv speed, concurrent-work etiquette, the CVPR/ICCV/ECCV sibling triangle, double-blind self-citation, verifying that cited "CVPR papers" are actually CVPR papers, and defining deltas against the true nearest neighbors.

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill cvpr-related-work --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: CVPR-Skills/skills/cvpr-related-work/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

# CVPR Related Work At CVPR the related-work problem is not scarcity but velocity: the field's literature updates weekly on arXiv, the venue itself accepted 4,090 papers in the 2026 edition alone, and reviewers are drawn from a 25,000-person pool that includes the authors of whatever you forgot to cite. Position precisely or be positioned by Reviewer 2. ## Five shelves to cover | Shelf | What reviewers check | Failure smell | |---|---|---| | Canonical lineage | The 2–3 ancestors of your method family | Reinventing a 2019 module under a new name | | Current SOTA | The methods atop your benchmark's leaderboard *now* | Comparing only against year-old baselines | | Nearest neighbors | The 2–3 papers a hostile reviewer calls "the same" | No explicit delta stated | | Cross-venue siblings | ICCV/ECCV/NeurIPS/WACV/3DV/SIGGRAPH work on the task | Treating CVPR citations as the whole field | | Concurrent arXiv | Preprints within a few months of the deadline | Pretending they don't exist | The nearest-neighbor shelf deserves half the section's words. For each: one sentence of credit, one sentence of mechanism difference, one sentence of consequence ("because [24] rebuilds the volume per frame

What's inside
Steps it walks through
  1. Five shelves to cover
  2. Concurrent work, CVPR norms
  3. Double-blind self-citation
  4. Cite the version of record, and verify the venue
  5. A positioning paragraph that does its job
  6. Sizing and placement
  7. Positioning under fire: rebuttal-time related work
  8. Reverify each cycle
  9. Output format
Commands it runs
Bibliography hygiene pass
grep -c '@' refs.bib                                    # how big is the problem
grep -A2 'archivePrefix\|eprint' refs.bib | grep -B2 '20(1|2)[0-9]' | head
grep -in 'cvpr\|iccv\|eccv' refs.bib | awk -F: '{print $1}' | head
More from Awesome-Journal-Skills
All skills →
About this skill
What does the cvpr-related-work skill do?

Use when building the related-work section and positioning for a CVPR paper, covering literature that moves at arXiv speed, concurrent-work etiquette, the CVPR/ICCV/ECCV sibling triangle, double-blind self-citation, verifying that cited "CVPR papers" are actually CVPR papers, and defining deltas against the true nearest neighbors.

How do I install it?

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