Agent skill · Code Review & Quality

eurosys-camera-ready

Use when converting an accepted EuroSys paper into its ACM proceedings version — flipping acmart out of review/anonymous mode, restoring authors and acknowledgments, completing ACM rights and metadata steps, attaching sysartifacts badges, and meeting the single camera-ready date that serves both the spring and fall cohorts.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill eurosys-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: 5 KB
Bundled scripts: none
Path: EuroSys-Skills/skills/eurosys-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

# EuroSys Camera Ready Use this after a EuroSys acceptance (direct or via a satisfied revision). EuroSys proceedings are published by ACM and land in the ACM Digital Library (`dl.acm.org/conference/eurosys`, confirmed 2026-07-08). For the 2027 edition, a single camera-ready date around March 5, 2027 was reported for both decision cohorts — that date comes from a third-party calendar, so treat it as 待核实 and take the controlling date from the acceptance email and the conference site. ## What changes between acceptance and print | Dimension | Submission state | Proceedings state | |---|---|---| | Template mode | `sigplan,review,anonymous` | `sigplan` final mode per author kit | | Page 1 identity | Paper ID | Full author block with affiliations | | Acknowledgments | Forbidden | Restored: funders, grants, shepherd thanks | | Self-citations | Third person | Natural voice where clearer | | Artifact links | Anonymized mirrors | Public DOI-backed archive | | Rights | None | ACM eRights form, CCS concepts, keywords | Because the template flip changes line breaks and float placement, never assume the accepted PDF's pagination survives: rebuild, then re-inspect every figure, table, and listing

What's inside
Steps it walks through
  1. What changes between acceptance and print
  2. ACM pipeline specifics
  3. Reconciling the reviewed and final versions
  4. Artifact and badge coupling
  5. Metadata coherence sweep
  6. Final-week sequence
  7. Presentation logistics
  8. Output format
Commands it runs
Sanity pass on the final build before upload
pdffonts camera.pdf | awk 'NR>2 && $(NF-2)=="no" {print "UNEMBEDDED:", $1}'
pdfinfo camera.pdf | grep -E 'Pages|Page size'
More from Awesome-Journal-Skills
All skills →
About this skill
What does the eurosys-camera-ready skill do?

Use when converting an accepted EuroSys paper into its ACM proceedings version — flipping acmart out of review/anonymous mode, restoring authors and acknowledgments, completing ACM rights and metadata steps, attaching sysartifacts badges, and meeting the single camera-ready date that serves both the spring and fall cohorts.

How do I install it?

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