Agent skill · Data & Analytics

icde-experiments

Use when designing or auditing IEEE ICDE experiments for a data-engineering paper: workload realism, tuned baselines, scale curves over single points, throughput and tail-latency with declared variance, mechanism-isolating ablations, cost/loss disclosure, and hardware reporting that satisfies a builder-heavy committee.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill icde-experiments --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-experiments/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 Experiments Use this before submission when the evaluation is not yet locked. At ICDE, the experiments are where a systems paper is won or lost; a builder-heavy committee reads them adversarially. ## Experiment audit - Map each performance claim to a **figure, table, or measured crossover** — no orphan claims. - Run **tuned baselines**, not straw men. Document the tuning budget you gave each competitor; an untuned baseline is the single most common ICDE reject trigger. - Prefer **curves over points**: show behavior across scale factors, data sizes, or contention levels, not one operating point where you happen to win. - Report **throughput and tail latency with variance** — multiple runs, and captions that say whether bars are standard deviations, confidence intervals, or percentiles. A p99 that hides behind a median is a caught omission. - Add **ablations that isolate the mechanism**: turn off the one idea and show the gain disappears, so the improvement cannot be attributed to unrelated engineering. - Disclose the **cost** of every gain: memory, write amplification, CPU, or read-latency penalty. A loss map is a credibility signal, not a weakness. - Report **hardware, OS, s

What's inside
Steps it walks through
  1. Experiment audit
  2. What experiments are for at this venue
  3. Evidence-burden table
  4. Vignette: evaluating a write-optimized index
  5. Reporting floor
  6. Output format
More from Awesome-Journal-Skills
All skills →
About this skill
What does the icde-experiments skill do?

Use when designing or auditing IEEE ICDE experiments for a data-engineering paper: workload realism, tuned baselines, scale curves over single points, throughput and tail-latency with declared variance, mechanism-isolating ablations, cost/loss disclosure, and hardware reporting that satisfies a builder-heavy committee.

How do I install it?

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