/asplos-camera-ready
Use when converting an ASPLOS acceptance or Major Revision decision into a publishable ACM paper within the six-week window — de-anonymization, ACM rights and template obligations, the revision change note, artifact-appendix integration and badge placement, and Digital Library
$ npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill asplos-camera-ready --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/asplos-camera-ready
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when converting an ASPLOS acceptance or Major Revision decision into a publishable ACM paper within the six-week window — de-anonymization, ACM rights and template obligations, the revision change note, artifact-appendix integration and badge placement, and Digital Library
SKILL.md
asplos-camera-ready.SKILL.mdname: asplos-camera-ready
description: Use when converting an ASPLOS acceptance or Major Revision decision into a publishable ACM paper within the six-week window — de-anonymization, ACM rights and template obligations, the revision change note, artifact-appendix integration and badge placement, and Digital Library metadata checks.
ASPLOS Camera-Ready
The camera-ready deadline at ASPLOS 2027 sits roughly **six weeks after notification** — verified indirectly, via the CFP's statement that Major Revisions are resubmitted "at the camera ready deadline (6 weeks from notification)" (checked 2026-07-08; the exact date and page allowance for camera-ready are 待核实 and arrive with the acceptance email). The window is shared by two very different tasks, so the first step is knowing which track you are on.
Two tracks through the same deadline
| Track | What is due | Judged by | |---|---|---| | **Accepted paper** | Final, de-anonymized, ACM-formatted PDF + forms | Publication staff + shepherd if assigned (shepherding for 2027: 待核实) | | **Major Revision** | The *revised submission* — still a reviewed document | The program committee, as a submission on record |
Do not apply camera-ready instincts to a Major Revision: it stays within submission rules (anonymity unless told otherwise — confirm in the decision letter), and its companion document is a **change note keyed to the decision letter**, item by item, with pointers to where each required change landed. If this revision follows an earlier revision, the note describes deltas relative to the *previous revision*, per the CFP's revision-counts-as-submission rule.
De-anonymization, done as a diff
Reversing double-blind is not just adding an author block. Work from the submission-time anonymity sweep, inverting each entry:
- Restore author names, affiliations, and emails in the ACM template's format.
- Convert third-person self-citations back to natural first-person where it reads
better — and check none of them still says "the authors of [12]" about yourself.
- Restore acknowledgments and grant numbers; keep the **GenAI disclosure** placed
per ACM policy (immediately before References when in Acknowledgments).
- Re-point anonymized supplemental citations to their real, now-citable targets.
- Replace neutralized infrastructure descriptions with the real testbed identity
where confidentiality allows.
# residue sweep on the final PDF
pdftotext final.pdf - | grep -niE 'anonym|blind|supplemental material \[|placeholder' | head
pdfinfo final.pdf | grep -iE 'author|creator' # metadata now SHOULD name you
ACM-specific obligations
- The **rights form** drives the copyright block: complete it early, because the
generated rights text must be pasted into the paper before the final build, and DOI/ISBN metadata follows from it.
- Verify title and author-list **exact match** between the rights form, the PDF,
and the submission system — mismatches stall Digital Library ingestion and corrupt citation records for years.
- ASPLOS proceedings publish in the ACM DL in multiple volumes per edition under
the multi-cycle model; your cycle determines your volume. Production workflow details (TAPS or classic, camera-ready page allowance) for 2027: 待核实 with the acceptance instructions.
Artifact integration
Camera-ready is when artifact evaluation converges with the paper (`asplos-artifact-evaluation`):
- The **Artifact Appendix** is finalized against the actual archived artifact —
its dependency list is a promise readers will act on.
- **Badges** earned (Available / Functional / Reproducible) are attached by the
authors or ACM; confirm placement follows the 2027 instructions rather than copying a previous year's badge layout.
- The archival deposit (DOI-issuing repository) must be public before the paper
claims it; a dead artifact link in the DL is permanent embarrassment.
Six-week sequence
1. **Day 0-2:** read the decision letter twice; extract every instruction and deadline into a checklist; identify track (accept vs revision). 2. **Week 1:** rights form; template migration; de-anonymization diff. 3. **Weeks 2-4:** shepherd/letter-required edits; final artifact deposit; appendix sync. For revisions: the required experiments, and nothing speculative. 4. **Week 5:** full residue sweep; metadata check; co-author read of the exact PDF. 5. **Week 6:** upload with margin; confirm the system shows the final version; archive the tagged source.
Presentation and registration obligations for 2027 (who must attend Heraklion, April 11-15, 2027; fees; remote options) were 待核实 at pack-check time — read the acceptance email's requirements before booking or skipping travel.
Final-build quality gate
Run on the exact PDF going to production, not the working draft:
- Fonts embedded; figures vector where possible; colors legible in grayscale
(the DL's print-view and many readers' printers are unforgiving).
- Every cross-reference resolves — a "Figure ??" in the published record is
permanent, unlike in a submission.
- The bibliography still satisfies the full-name/DOI rules after camera-ready
additions (new "since submission" citations arrive malformed by default).
- Appendix/artifact pointers updated from submission-time wording ("anonymous
supplemental material") to their published targets.
- Title capitalization, author ordering, and affiliation strings match what
co-authors expect to see indexed — this is the last moment ordering disputes can be resolved quietly.
After publication: the unglamorous checklist
- Verify the DL landing page within days of proceedings release: PDF correct,
authors ordered, badges displayed, artifact link resolving. Ingestion errors fixed early are emails; fixed late they are erratum processes.
- Keep the archived artifact's README pointing at the DOI-versioned release,
and route post-publication fixes to a new tagged version rather than mutating
Read more
name: asplos-camera-ready description: Use when converting an ASPLOS acceptance or Major Revision decision into a publishable ACM paper within the six-week window — de-anonymization, ACM rights and template obligations, the revision change note, artifact-appendix integration and badge placement, and Digital Library metadata checks.
ASPLOS Camera-Ready
The camera-ready deadline at ASPLOS 2027 sits roughly **six weeks after notification** — verified indirectly, via the CFP's statement that Major Revisions are resubmitted "at the camera ready deadline (6 weeks from notification)" (checked 2026-07-08; the exact date and page allowance for camera-ready are 待核实 and arrive with the acceptance email). The window is shared by two very different tasks, so the first step is knowing which track you are on.
Two tracks through the same deadline
| Track | What is due | Judged by | |---|---|---| | **Accepted paper** | Final, de-anonymized, ACM-formatted PDF + forms | Publication staff + shepherd if assigned (shepherding for 2027: 待核实) | | **Major Revision** | The *revised submission* — still a reviewed document | The program committee, as a submission on record |
Do not apply camera-ready instincts to a Major Revision: it stays within submission rules (anonymity unless told otherwise — confirm in the decision letter), and its companion document is a **change note keyed to the decision letter**, item by item, with pointers to where each required change landed. If this revision follows an earlier revision, the note describes deltas relative to the *previous revision*, per the CFP's revision-counts-as-submission rule.
De-anonymization, done as a diff
Reversing double-blind is not just adding an author block. Work from the submission-time anonymity sweep, inverting each entry:
- Restore author names, affiliations, and emails in the ACM template's format.
- Convert third-person self-citations back to natural first-person where it reads
better — and check none of them still says "the authors of [12]" about yourself.
- Restore acknowledgments and grant numbers; keep the **GenAI disclosure** placed
per ACM policy (immediately before References when in Acknowledgments).
- Re-point anonymized supplemental citations to their real, now-citable targets.
- Replace neutralized infrastructure descriptions with the real testbed identity
where confidentiality allows.
# residue sweep on the final PDF pdftotext final.pdf - | grep -niE 'anonym|blind|supplemental material \[|placeholder' | head pdfinfo final.pdf | grep -iE 'author|creator' # metadata now SHOULD name you
ACM-specific obligations
- The **rights form** drives the copyright block: complete it early, because the
generated rights text must be pasted into the paper before the final build, and DOI/ISBN metadata follows from it.
- Verify title and author-list **exact match** between the rights form, the PDF,
and the submission system — mismatches stall Digital Library ingestion and corrupt citation records for years.
- ASPLOS proceedings publish in the ACM DL in multiple volumes per edition under
the multi-cycle model; your cycle determines your volume. Production workflow details (TAPS or classic, camera-ready page allowance) for 2027: 待核实 with the acceptance instructions.
Artifact integration
Camera-ready is when artifact evaluation converges with the paper (`asplos-artifact-evaluation`):
- The **Artifact Appendix** is finalized against the actual archived artifact —
its dependency list is a promise readers will act on.
- **Badges** earned (Available / Functional / Reproducible) are attached by the
authors or ACM; confirm placement follows the 2027 instructions rather than copying a previous year's badge layout.
- The archival deposit (DOI-issuing repository) must be public before the paper
claims it; a dead artifact link in the DL is permanent embarrassment.
Six-week sequence
1. **Day 0-2:** read the decision letter twice; extract every instruction and deadline into a checklist; identify track (accept vs revision). 2. **Week 1:** rights form; template migration; de-anonymization diff. 3. **Weeks 2-4:** shepherd/letter-required edits; final artifact deposit; appendix sync. For revisions: the required experiments, and nothing speculative. 4. **Week 5:** full residue sweep; metadata check; co-author read of the exact PDF. 5. **Week 6:** upload with margin; confirm the system shows the final version; archive the tagged source.
Presentation and registration obligations for 2027 (who must attend Heraklion, April 11-15, 2027; fees; remote options) were 待核实 at pack-check time — read the acceptance email's requirements before booking or skipping travel.
Final-build quality gate
Run on the exact PDF going to production, not the working draft:
- Fonts embedded; figures vector where possible; colors legible in grayscale
(the DL's print-view and many readers' printers are unforgiving).
- Every cross-reference resolves — a "Figure ??" in the published record is
permanent, unlike in a submission.
- The bibliography still satisfies the full-name/DOI rules after camera-ready
additions (new "since submission" citations arrive malformed by default).
- Appendix/artifact pointers updated from submission-time wording ("anonymous
supplemental material") to their published targets.
- Title capitalization, author ordering, and affiliation strings match what
co-authors expect to see indexed — this is the last moment ordering disputes can be resolved quietly.
After publication: the unglamorous checklist
- Verify the DL landing page within days of proceedings release: PDF correct,
authors ordered, badges displayed, artifact link resolving. Ingestion errors fixed early are emails; fixed late they are erratum processes.
- Keep the archived artifact's README pointing at the DOI-versioned release,
and route post-publication fixes to a new tagged version rather than mutating
Stanford REAP × CoPaper.AI · 由斯坦福实证方法论团队精选与维护 访问 copaper.ai 微信:CoPaper.AI 按 11 个主流学科板块覆盖 经管与商科 社会科学 人文学科 数学与物理科学 生命科学 医学与健康 工程与技术 计算机科学与 AI 体育科学 点击任一学科名可跳转到对应说明;每类下的代表子领域在正文总览中完整列出。下方封面墙按 venue 导航,完整分类见覆盖一览。 🧭 布局指南 · 📚 Skill Pack 一览 · ⚡ 如何使用 · 🧪 自动实证
Other skills on awesome-journal-skills.
- /aaai-artifact-evaluation
Use when packaging AAAI code, data, multimedia appendices, technical appendices, reproducibility evidence, and post-acceptance artifact releases without violating double-blind or immutable-supplement rules.
Open skill - /aaai-author-response
Use when drafting an AAAI author response (rebuttal) under the single short character-limited author-feedback window, the no-URL rule, no-new-results guidance, AI-generated-review handling, and the AAAI two-phase review process where Phase-2 papers receive one feedback round
Open skill - /aaai-camera-ready
Use when preparing an accepted AAAI paper for camera-ready source submission to AAAI Press, including proceedings page limits, two-column template compliance, copyright transfer, purchased extra technical pages, deanonymization, registration, oral or poster presentation, and
Open skill - /aaai-experiments
Use when designing or auditing AAAI experiments for the broad-AI program committee, including baselines, ablations, statistical significance, robustness, human evaluation, AI-for-Social-Impact and alignment/safety evidence, compute and cost reporting, and
Open skill - /aaai-related-work
Use when positioning an AAAI paper's novelty against archival work, contemporaneous arXiv or workshop papers, and AAAI/IJCAI/NeurIPS/ICML/ICLR neighbors across the broad AI scope, while staying inside AAAI's dual-submission and AI-as-source policy constraints and writing a
Open skill - /aaai-reproducibility
Use when strengthening an AAAI paper's reproducibility checklist (placed after references), experimental traceability, seed and hyperparameter reporting, compute and cost disclosure, dataset access and licensing, code/data ZIP readiness, and the claim-to-evidence map that
Open skill

