Agent skill · Content & Marketing

webconf-camera-ready

Use when preparing a Web Conference (WWW) camera-ready after acceptance, covering the uniform 12-page/8-content proceedings budget, de-anonymization and restored acknowledgements, ACM e-rights and TAPS production, ACM Open cost exposure, author registration, and the artifact-badging submission that rides along with the final files.

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

# Web Conference Camera-Ready The 2026 notification-to-camera-ready gap was twelve days (January 13 to January 25, 2026) — short enough that de-anonymization, rights forms, registration, and artifact deposit must be prepared *before* the decision arrives. Everything below is anchored to the 2026 edition; the ACM pipeline steps are the publisher's standard flow and the WWW-specific instructions arrive by email after acceptance, so treat the sequence as fixed and the details as 待核实 until that email lands. ## The proceedings budget is a different shape Accepted papers all receive the same maximum length: **12 pages, of which 8 are content pages**, in the ACM Digital Library. Note what did *not* change from submission: the content allowance. Unlike venues that grant an extra page for addressing reviews, the 2026 Web Conference held content at 8 pages, so every rebuttal promise ("we will add baseline B to Table 2") must be paid for by cutting something. Budget the cuts when writing the rebuttal, not after acceptance. | Task | Depends on | Can be done before notification? | |---|---|---| | De-anonymized source with author block | acmart, no `anonymous` option | Yes — keep a parallel bran

What's inside
Steps it walks through
  1. The proceedings budget is a different shape
  2. De-anonymization sweep
  3. ACM production pipeline (e-rights → TAPS → DL)
  4. Registration and presentation
  5. The artifact rider
  6. Edge cases the twelve days do not forgive
  7. Twelve-day sequence
  8. Output format
Commands it runs
Sanity greps on the de-anonymized LaTeX before TAPS upload
grep -rn "anonymous\|Anonymized\|redacted\|our institution" *.tex   # leftovers
grep -rn "\\\\documentclass" main.tex   # 'anonymous' and 'review' options removed?
grep -c "orcid" main.tex                # one per author expected in acmart
pdfinfo main.pdf | grep -i "author\|title"  # metadata restored, not "anonymous"
More from Awesome-Journal-Skills
All skills →
About this skill
What does the webconf-camera-ready skill do?

Use when preparing a Web Conference (WWW) camera-ready after acceptance, covering the uniform 12-page/8-content proceedings budget, de-anonymization and restored acknowledgements, ACM e-rights and TAPS production, ACM Open cost exposure, author registration, and the artifact-badging submission that rides along with the final files.

How do I install it?

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