Agent skill · Design & Presentation

pldi-camera-ready

Use when turning an accepted PLDI paper into its PACMPL Issue PLDI article — de-anonymization, acmsmall journal formatting, ACM rights and open-access handling, delivering every author-response commitment, and coordinating the Zenodo artifact and June conference presentation.

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

# PLDI Camera-Ready Since 2023, "camera-ready" at PLDI means producing a **journal article**: accepted papers appear as PACMPL (Proceedings of the ACM on Programming Languages), Issue PLDI — Vol 7 for 2023, Vol 8 for 2024, Vol 9 for 2025 (SIGPLAN blog 2022-08-08 and ACM DL, read 2026-07-08). The conference talk in June is downstream of the article, not the other way around: the 2025 wording invited PACMPL Issue PLDI authors to present, without requiring it. Recheck the current instructions — the 2026 camera-ready deadline itself was not visible in accessible renderings (待核实). ## What changes at acceptance | Submission state | Camera-ready state | |---|---| | Anonymous, third-person self-citations | Real authors, ORCIDs, affiliations, acknowledgements, grants restored | | "We will..." sentences in the response | Delivered text, tables, and proofs — reviewers may verify | | acmsmall draft with review margins | acmsmall with ACM rights block, CCS concepts, and final metadata | | Code on an anonymous mirror | Artifact heading to Zenodo with a DOI (see `pldi-artifact-evaluation`) | | No fee questions | Open-access handling under ACM's model | ## Open access, concretely PACMPL is Gold Op

What's inside
Steps it walks through
  1. What changes at acceptance
  2. Open access, concretely
  3. The de-anonymization pass
  4. PACMPL metadata checklist
  5. Coordinate the three deliverables
  6. Output format
Commands it runs
git diff submission..camera-ready -- paper/ | grep -E '^\+' | \
grep -viE 'author|orcid|acknowledg|grant|funding|\\cite' && \
echo "WARNING: content drift beyond identity restoration"
More from Awesome-Journal-Skills
All skills →
About this skill
What does the pldi-camera-ready skill do?

Use when turning an accepted PLDI paper into its PACMPL Issue PLDI article — de-anonymization, acmsmall journal formatting, ACM rights and open-access handling, delivering every author-response commitment, and coordinating the Zenodo artifact and June conference presentation.

How do I install it?

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