Agent skill

itcs-submission

Use when auditing an ITCS submission for HotCRP readiness — the early-September abstract-then-paper deadlines, single-column >= 11pt format with no hard page limit, the first-10-pages merits window, complete proofs of all central claims, the lightweight double-blind sweep, and the archival-prior-publication check.

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill itcs-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: ITCS-Skills/skills/itcs-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

# ITCS Submission Run this audit before uploading to the ITCS HotCRP site. ITCS papers publish **open access in LIPIcs** and are reviewed **lightweight double-blind with no rebuttal**, so the submitted PDF has to be complete, self-defending, and correctly anonymized on the first and only try. Every rule below was read from the ITCS 2026/2025 calls on 2026-07-09 via search renderings of the `itcs2026.hotcrp.com` and `itcs-conf.org` URLs (see [`../../resources/official-source-map.md`](../../resources/official-source-map.md)); treat them as a one-cycle snapshot and reopen the live call first. ## The two-step deadline ITCS separates the **abstract/registration** from the **full-paper submission**, and the abstract cutoff is *earlier*: - **Abstract / registration** locks title, abstract, authors, and conflicts (ITCS 2026: **4 September 2025**, 7:59:59 PM EDT). The abstract drives PC bidding — register the *real* title and abstract, not a placeholder. - **Full-paper submission** uploads the anonymized PDF with complete proofs (ITCS 2026: **6 September 2025**, 7:59:59 PM EDT). Miss the registration and no submission slot exists. ## Format and page policy - **Single column, font size at le

What's inside
Steps it walks through
  1. The two-step deadline
  2. Format and page policy
  3. Lightweight double-blind sweep
  4. Prior-publication and dual-submission check
  5. Desk-risk triage
  6. Final-week order of operations
  7. Reverify each cycle
  8. Output format
Commands it runs
Mechanical pass on the submission PDF
pdfinfo paper.pdf | grep -Ei 'author|creator|producer'     # scrub metadata identity
pdftotext paper.pdf - | grep -nEi 'thank|acknowledg|grant|supported by|our (previous|prior|earlier) (work|paper)' | head
pdftotext paper.pdf - | grep -nEi '\\bwe (previously|earlier) (showed|proved)\\b' | head
More from Awesome-Journal-Skills
All skills →
About this skill
What does the itcs-submission skill do?

Use when auditing an ITCS submission for HotCRP readiness — the early-September abstract-then-paper deadlines, single-column >= 11pt format with no hard page limit, the first-10-pages merits window, complete proofs of all central claims, the lightweight double-blind sweep, and the archival-prior-publication check.

How do I install it?

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