Agent skill · Data & Analytics

ppopp-related-work

Use when writing or auditing a PPoPP paper's related-work and positioning, covering the parallel-programming literature lanes (concurrent data structures, runtimes/schedulers, GPU/accelerators, memory models, parallel algorithms), delta-first comparison against the nearest competitor, double-blind self-citation, and separating PPoPP work from CGO/PLDI/POPL/SC neighbors.

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ppopp-related-work --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: PPoPP-Skills/skills/ppopp-related-work/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

# PPoPP Related Work Position the paper against the parallel-programming literature, not the whole of systems. A PPoPP reviewer is an expert in your subarea and will know the two or three works you must beat. The job is **delta-first**: state precisely what your structure/runtime/algorithm does that the nearest prior parallel-programming work does not, in measurable terms. ## Cover the right lanes Map your contribution onto the PPoPP literature lanes and cover the ones you touch: - **Concurrent data structures** — lock-free/wait-free lists, maps, queues, skip lists; progress guarantees; memory reclamation (hazard pointers, epoch-based, RCU). - **Runtimes and schedulers** — work-stealing, task graphs, futures, fork/join, load balancing, parallel-loop scheduling. - **GPU and accelerator programming** — kernel design, occupancy/divergence, heterogeneous scheduling, memory movement, warp-level primitives. - **Memory models and concurrency correctness** — weak-memory reasoning, race detection, linearizability checking, verified concurrency. - **Parallel algorithms in practice** — graph, sparse, numerical kernels; locality/NUMA engineering. - **Parallel languages/compilers-for-parallelis

What's inside
Steps it walks through
  1. Cover the right lanes
  2. Delta-first, in measurable terms
  3. The nearest-competitor test
  4. Double-blind self-citation
  5. Separating PPoPP from its neighbors in the prose
  6. Common failures
  7. Output format
More from Awesome-Journal-Skills
All skills →
About this skill
What does the ppopp-related-work skill do?

Use when writing or auditing a PPoPP paper's related-work and positioning, covering the parallel-programming literature lanes (concurrent data structures, runtimes/schedulers, GPU/accelerators, memory models, parallel algorithms), delta-first comparison against the nearest competitor, double-blind self-citation, and separating PPoPP work from CGO/PLDI/POPL/SC neighbors.

How do I install it?

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