Agent skill

eurosys-supplementary

Use when deciding what lives outside a EuroSys paper's 12 technical pages — free reference pages, whether the current round permits appendices or supplementary uploads, anonymized artifact repositories linked from the submission, and extended technical reports — without moving decision-critical evidence out of the reviewed pages.

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

# EuroSys Supplementary Use this when a EuroSys draft overflows its 12 pages of technical content. The governing fact (EuroSys 2027 CFP, rendered 2026-07-08): the budget is 12 pages of technical content **plus unlimited reference pages**. Whether the current round accepts appendices beyond the references, or a separate supplementary upload in HotCRP, is per-cycle policy that was not verifiable on 2026-07-08 — 待核实 in the live CFP and the HotCRP submission form before relying on either. ## The four shelves | Shelf | Review status | What belongs there | |---|---|---| | 12 technical pages | Fully reviewed, the paper | Design, key mechanisms, headline evaluation, honest limitations | | Reference pages | Free, always allowed | Bibliography only — never technical content disguised as notes | | Anonymized artifact repo | Reviewer-optional | Code, configs, full result sets, extra graphs, raw logs | | Extended tech report / appendix | Only if the round permits (待核实) | Proofs, protocol details, exhaustive parameter sweeps | The iron rule across all shelves: **a reviewer who reads only the 12 pages must be able to accept the paper.** Anything reviewer-optional is corroboration, not argument. I

What's inside
Steps it walks through
  1. The four shelves
  2. What systems reviewers push outward — and what they don't
  3. Anonymized repository mechanics
  4. Reference-page hygiene
  5. Micro-example: a 13.5-page draft
  6. Overflow triage, in order
  7. Coordination with the review timeline
  8. Output format
Commands it runs
Build an identity-clean mirror rather than sanitizing in place
git clone --depth 1 file:///lab/systemX systemX-anon && cd systemX-anon
rm -rf .git && grep -rInE 'university|lab-name|@|githubusercontent' . | less
fix hits, then publish to an anonymous host (e.g., an anonymized-repo service)
More from Awesome-Journal-Skills
All skills →
About this skill
What does the eurosys-supplementary skill do?

Use when deciding what lives outside a EuroSys paper's 12 technical pages — free reference pages, whether the current round permits appendices or supplementary uploads, anonymized artifact repositories linked from the submission, and extended technical reports — without moving decision-critical evidence out of the reviewed pages.

How do I install it?

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