Agent skill

soda-submission

Use when preparing or auditing a SODA (ACM-SIAM Symposium on Discrete Algorithms) submission — the no-page-limit full-version norm, the title-page abstract, 11-point single-column letter format, lightweight double-blind rules, HotCRP entry, and the July AoE deadline with its summary-rejection triggers.

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill soda-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: 7 KB
Bundled scripts: none
Path: SODA-Skills/skills/soda-submission/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

# SODA Submission Anchor cycle: SODA 2027, the ACM-SIAM Symposium on Discrete Algorithms in Philadelphia, January 24-27, 2027, jointly sponsored by the SIAM Activity Group on Discrete Mathematics and ACM SIGACT. Facts below were checked 2026-07-08 against the SIAM SODA27 submission page (read via search rendering; `siam.org` refused direct fetches) and `soda27.hotcrp.com`. The 2027 paper deadline is **July 9, 2026, anywhere on Earth** — if you are reading this in early July 2026, the clock is already inside the final week. Re-verify every number on the live SIAM page for any later cycle. ## Submit the full version — SODA means it SODA imposes **no page limit** and the CFP encourages authors to submit the full version of the paper. This inverts the instinct trained by page-capped venues: - Do not amputate proofs to look "conference-length." A SODA submission missing a proof invites the referee to assume the gap is real. - The document still needs an act structure. Committee members triage hundreds of submissions; the ones they champion make the result and the technique graspable before page 5, with the complete proofs behind that front matter. - The title page carries the title plus

What's inside
Steps it walks through
  1. Submit the full version — SODA means it
  2. Format floor (2027 wording)
  3. Lightweight double-blind, SODA flavor
  4. Prior and concurrent work constraints
  5. HotCRP mechanics
  6. The final 48 hours, hour-ordered
  7. Failure triage
  8. Output format
Commands it runs
pdfinfo paper.pdf | grep -iE 'author|title|producer'   # metadata leaks
pdffonts paper.pdf | awk 'NR>2 && $5=="no"'            # unembedded fonts
pdftotext paper.pdf - | grep -inE 'full version|supplementary|anonym'
pdftotext paper.pdf - | grep -inE 'acknowledg|grant no|we thank'
More from Awesome-Journal-Skills
All skills →
About this skill
What does the soda-submission skill do?

Use when preparing or auditing a SODA (ACM-SIAM Symposium on Discrete Algorithms) submission — the no-page-limit full-version norm, the title-page abstract, 11-point single-column letter format, lightweight double-blind rules, HotCRP entry, and the July AoE deadline with its summary-rejection triggers.

How do I install it?

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