Agent skill

isca-supplementary

Use when deciding what accompanies an ISCA submission beyond the 11 reviewed pages — what must live inside the page budget because reviewers see nothing else, how to use fully anonymized artifact links under the double-blind rules, staging material for the revision window, and planning post-acceptance release.

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

# ISCA Supplementary Strategy ISCA's verified 2026 format was spare: a printable PDF of at most 11 pages of text plus unlimited references, uploaded to HotCRP. The public guidelines described no separate supplementary-file channel and no appendix regime — the only sanctioned overflow surface they mention is a **fully anonymized artifact link** inside the paper. Strategy at this venue is therefore not "what goes in the supplement" but **"what earns a place in the only document reviewers are given"** — and what waits, staged, for the revision window and the camera-ready. ## Triage: the four destinations for every piece of material | Material | Destination | Why | |---|---|---| | Anything a claim depends on (mechanism detail, methodology, headline evidence, overheads) | The 11 pages | Reviewers judge the submission PDF; content elsewhere is invisible at decision time | | Full config dumps, per-workload result tables, extra sweeps | Anonymized artifact repo, referenced once | Available to the curious without spending pages; not assumed read | | Experiments anticipating likely objections | Staged, unpublished — ready for the rebuttal/revision window | The 2026 process let authors add ev

What's inside
Steps it walks through
  1. Triage: the four destinations for every piece of material
  2. What the anonymized link may carry — and what it may not
  3. Fitting evidence into 11 pages without hiding it
  4. The staging shelf: supplementary material in time, not space
  5. After acceptance: the release ladder
  6. Failure modes specific to this venue's spareness
  7. Quick triage output
Commands it runs
Identity scrub of the anonymous artifact mirror before submission
git -C mirror log --format='%an %ae' | sort -u          # commit identities
grep -rniE 'university|institute|\.edu|corp|@[a-z-]+\.(com|org)' \
mirror/ --include='*.md' --include='*.txt' | head
grep -rn '/home/\|/Users/\|hostname\|slurm' mirror/ | head
zip -r artifact-mirror.zip mirror/ -x '*.git*'          # if a file drop is used
More from Awesome-Journal-Skills
All skills →
About this skill
What does the isca-supplementary skill do?

Use when deciding what accompanies an ISCA submission beyond the 11 reviewed pages — what must live inside the page budget because reviewers see nothing else, how to use fully anonymized artifact links under the double-blind rules, staging material for the revision window, and planning post-acceptance release.

How do I install it?

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