Agent skill · AI & Agents

podc-reproducibility

Use when making an ACM PODC paper's result independently checkable — reproducibility for a proofs venue, not an artifact venue. Covers a self-contained proof appendix, an explicit and checkable model/assumption box, honest handling of any optional simulation, and keeping the full version (with proofs) in sync with the 10-page camera-ready.

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill podc-reproducibility --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: PODC-Skills/skills/podc-reproducibility/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

# PODC Reproducibility "Reproducibility" at a proofs venue means a reader can **independently verify the theorem**. PODC has **no artifact track** and no ACM badge program, so there is nothing to package for evaluators — the deliverable that makes your result checkable is a **self-contained proof** and an **honest model box**. This skill translates the open-science instinct into what actually matters at PODC. ## What "checkable" means here A PODC result is reproducible when a competent reader, given only your submission and its full version, can: 1. Read the **model box** and know exactly what network, timing, fault, adversary, randomness, and cost-measure assumptions are in force. 2. Follow every proof to its base cases and cited lemmas **without needing an external file, a private note, or a "details omitted"**. 3. Confirm that each theorem holds in the stated model and nowhere relies on a stronger assumption. ## The self-contained proof appendix Because the 10-page merits budget cannot hold full proofs, the **full version** (submitted as the paper, and later posted to arXiv) carries them. Make it self-contained: ```text [Every lemma stated] each lemma the main theorem uses appea

What's inside
Steps it walks through
  1. What "checkable" means here
  2. The self-contained proof appendix
  3. The model/assumption box is the reproducibility contract
  4. Optional simulations: transparent, not load-bearing
  5. Keeping the full version in sync
  6. Common failures
  7. Output format
More from Awesome-Journal-Skills
All skills →
About this skill
What does the podc-reproducibility skill do?

Use when making an ACM PODC paper's result independently checkable — reproducibility for a proofs venue, not an artifact venue. Covers a self-contained proof appendix, an explicit and checkable model/assumption box, honest handling of any optional simulation, and keeping the full version (with proofs) in sync with the 10-page camera-ready.

How do I install it?

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