Agent skill

micro-camera-ready

Use when a MICRO paper is accepted and the camera-ready is due — the nine-week July-to-September window in the 2026 cycle, de-anonymization and acknowledgments restoration, keeping the all-author reference rule, integrating rebuttal promises, the optional post-AE artifact appendix, and IEEE/ACM publication logistics.

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill micro-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: MICRO-Skills/skills/micro-camera-ready/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

# MICRO Camera-Ready For the 2026 cycle: notification July 7, camera-ready **September 11, 2026** — nine weeks, with artifact evaluation (see `micro-artifact-evaluation`) running inside the same span and the symposium following in Athens, Oct 31 – Nov 4. This skill turns the acceptance email into a correct published record. ## The nine-week plan | Weeks | Work | |---|---| | 1 | Re-read reviews cold; extract every fix promised in the rebuttal into a tracked worklist | | 2–4 | Execute the worklist: new runs promised, clarified methodology text, corrected figures | | 3–6 | Artifact evaluation submission and evaluator support (parallel track) | | 7 | De-anonymization pass + acknowledgments + final reference audit | | 8 | Publisher formatting, copyright/rights forms, metadata | | 9 | Buffer; upload early — September 11 is also the AE endgame in recent cycles | ## De-anonymization is an additive diff, not a rewrite Produce the camera-ready as a reviewed diff against the accepted PDF: - Author block, affiliations, ORCIDs in. - **Acknowledgments restored** — people, funding agencies, grant numbers were *required to be absent* at submission (2026 guidelines), so they are easy to forget perm

What's inside
Steps it walks through
  1. The nine-week plan
  2. De-anonymization is an additive diff, not a rewrite
  3. Page arithmetic changes
  4. Publication and indexing facts worth knowing
  5. Presentation pipeline (the deadline after the deadline)
  6. Post-camera-ready checklist
  7. Metadata that outlives the conference
  8. Output format
Commands it runs
guardrails on the final build
latexdiff accepted.tex camera.tex > diff.tex && pdflatex diff.tex   # human-review the delta
grep -n "et al" references.bib && echo "STILL banned at camera-ready: expand authors"
grep -inE "anonym|under review|blind" camera.tex                    # stale scaffolding
pdftotext camera.pdf - | grep -iE "acknowledg" || echo "MISSING acknowledgments?"
More from Awesome-Journal-Skills
All skills →
About this skill
What does the micro-camera-ready skill do?

Use when a MICRO paper is accepted and the camera-ready is due — the nine-week July-to-September window in the 2026 cycle, de-anonymization and acknowledgments restoration, keeping the all-author reference rule, integrating rebuttal promises, the optional post-AE artifact appendix, and IEEE/ACM publication logistics.

How do I install it?

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