Agent skill · Security

osdi-submission

Use when running the final pre-upload audit of an OSDI submission on HotCRP — the December registration and full-paper deadlines at 2:59 pm PST, the 12-page/no-appendix check, institution-level double-blind rules, the renamed-system requirement, track choice, and the eight-submission author cap.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill osdi-submission --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: OSDI-Skills/skills/osdi-submission/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

# OSDI Submission Run this audit before touching the HotCRP upload form. Every rule below is the OSDI '26 cycle as read on 2026-07-08 (`osdi26.usenix.hotcrp.com` plus the CFP); treat the numbers as one year's snapshot and reopen the current CFP before acting. ## The two December gates, in Pacific time OSDI '26 split the deadline in two, and both were **2:59 pm PST** — USENIX's local afternoon convention, not AoE midnight: - **Registration (Dec 4, 2025):** title, abstract, authors, and **track** (Research or Operational Systems) created in HotCRP. Unregistered papers cannot be submitted a week later, full stop. - **Full submission (Dec 11, 2025):** the final anonymized PDF uploaded and marked complete. HotCRP "complete" status is the state that counts — a draft sitting in the form is not a submission. Convert 2:59 pm PST to every coauthor's time zone in writing. It is 10:59 pm in London, 6:59 am *the next day* in Beijing — the single most common OSDI logistics error is an AoE reflex from ML venues. ## Format gate (rejection-grade) | Check | OSDI '26 rule | |---|---| | Body length | ≤ 12 pages, single-spaced, **including figures and tables** | | References | Unlimited extra pages | |

What's inside
Steps it walks through
  1. The two December gates, in Pacific time
  2. Format gate (rejection-grade)
  3. Anonymity gate: OSDI's two distinctive rules
  4. Policy gate
  5. HotCRP field hygiene
  6. Why this audit is terminal at OSDI
  7. Final sequence
  8. Output format
Commands it runs
Mechanical sweep on the exact PDF you will upload
pdftotext paper.pdf - | grep -nEi 'OLDNAME|github\.com|gitlab|acknowledg|grant' | head
pdfinfo paper.pdf | grep -Ei 'author|creator|producer'      # metadata identity
pdffonts paper.pdf | head                                    # embedded, expected fonts
figures often embed usernames in paths: check figure sources too
grep -rnEi 'home/|Users/|OLDNAME' figures/ *.tex | head
More from Awesome-Journal-Skills
All skills →
About this skill
What does the osdi-submission skill do?

Use when running the final pre-upload audit of an OSDI submission on HotCRP — the December registration and full-paper deadlines at 2:59 pm PST, the 12-page/no-appendix check, institution-level double-blind rules, the renamed-system requirement, track choice, and the eight-submission author cap.

How do I install it?

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