Agent skill · Design & Presentation

fast-submission

Use when auditing a USENIX FAST submission for HotCRP readiness, covering the choice between the Spring and Fall deadlines, abstract registration, the USENIX two-column template and 12-page (long) / 6-page (short) limit excluding references, double-blind anonymization, the artifact-availability story, and desk-reject triage before the AoE cutoff.

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

# FAST Submission Run this audit before uploading to the FAST HotCRP site. FAST — the USENIX Conference on File and Storage Technologies — publishes **open access via USENIX**, reviews **double-blind**, and runs **two deadlines a year**. The first decision you make is not about the PDF but about *which deadline* you are aiming at. Every number below was read from the FAST '26/'27 calls on 2026-07-09 via search renderings of the `usenix.org` URLs (see `resources/official-source-map.md`); treat them as a one-cycle snapshot and reopen the live call first. ## Pick the deadline first FAST '27 runs a **Spring** deadline (17 Mar 2026) and a **Fall** deadline (15 Sep 2026), each with its own HotCRP instance, author-response window, and notification date. Consequences: - Choose by readiness, not habit: a study that will be steady-state-solid in August targets **Fall**; do not rush it into a Spring slot it will fail. - Register at the **right** HotCRP site — the Spring and Fall instances are different URLs; an abstract registered on the wrong one does not carry over. - As of 2026-07-09 the live actionable target is the **FAST '27 Fall deadline, 15 Sep 2026**. ## Register the abstract early F

What's inside
Steps it walks through
  1. Pick the deadline first
  2. Register the abstract early
  3. Format and page limit
  4. Double-blind sweep
  5. Availability story at submission time
  6. Desk-risk triage
  7. Final-week order of operations
  8. Reverify each cycle
  9. Output format
Commands it runs
Mechanical pass on the submission PDF and any anonymized artifact archive
pdfinfo paper.pdf | grep -Ei 'author|creator|producer'
pdftotext paper.pdf - | grep -nEi 'github\.com/[a-z0-9-]+|zenodo\.org/record|our (system|lab|group)|acknowledg|grant' | head
unzip -l artifact.zip | grep -Ei '\.git/|\.DS_Store|/home/|/Users/|hostname' | head
grep -rni 'university\|@[a-z0-9.]*\.edu\|internal cluster\|<companyname>' artifact/ --include='*.md' | head
More from Awesome-Journal-Skills
All skills →
About this skill
What does the fast-submission skill do?

Use when auditing a USENIX FAST submission for HotCRP readiness, covering the choice between the Spring and Fall deadlines, abstract registration, the USENIX two-column template and 12-page (long) / 6-page (short) limit excluding references, double-blind anonymization, the artifact-availability story, and desk-reject triage before the AoE cutoff.

How do I install it?

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