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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 changes between acceptance and print
- ACM pipeline specifics
- Reconciling the reviewed and final versions
- Artifact and badge coupling
- Metadata coherence sweep
- Final-week sequence
- Presentation logistics
- Output format
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'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.