Agent skill · Documentation

icde-supplementary

Use when preparing IEEE ICDE supplemental material for the CMT submission: what belongs in the 12-page body versus the supplement, the runnable artifact package (README, run_all.sh, run_small.sh, generators), extended experiments, and single-blind packaging that lets a reviewer assess availability without the body depending on it.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill icde-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: 4 KB
Bundled scripts: none
Path: ICDE-Skills/skills/icde-supplementary/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

# ICDE Supplementary Use this when assembling ICDE supplemental material. The supplement can support the paper, but the 12-page body must stand on its own — a reviewer must be able to accept the headline result without opening it. ## What goes where - **Body (12 pages):** the mechanism, the pseudocode, the two or three decision-critical figures, the mechanism-isolating ablation, and the cost/crossover analysis. - **Supplement:** extended sweeps, additional baselines, full workload documentation, secondary proofs or derivations, and the **runnable artifact package**. - Do **not** hide essential motivation, the core mechanism, or the primary result in the supplement; a paper whose argument lives outside the page budget reads as unreviewable. ## The runnable artifact package Because ICDE weighs **availability** in the score, treat the artifact as first-class: - A **README** that orients a reviewer in about a minute: what the system is, how to build it, and which command reproduces which figure. - `run_all.sh` (full reproduction) and `run_small.sh` (a fast subset for a reviewer without a cluster), both writing to a predictable output location. - The **workload generators** with their s

What's inside
Steps it walks through
  1. What goes where
  2. The runnable artifact package
  3. What reviewers open first
  4. Single-blind packaging
  5. Vignette: splitting an index-system paper
  6. Output format
More from Awesome-Journal-Skills
All skills →
About this skill
What does the icde-supplementary skill do?

Use when preparing IEEE ICDE supplemental material for the CMT submission: what belongs in the 12-page body versus the supplement, the runnable artifact package (README, run_all.sh, run_small.sh, generators), extended experiments, and single-blind packaging that lets a reviewer assess availability without the body depending on it.

How do I install it?

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