Agent skill · Data & Analytics

vldb-experiments

Use when designing or auditing the evaluation of a VLDB paper, covering workload and dataset realism at scale, competitor tuning fairness, scalability curves versus single points, tail-latency and throughput reporting, ablations that isolate the mechanism, and the loss-case disclosure PVLDB reviewers look for first.

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

# VLDB Experiments Use this before the evaluation section hardens. At this venue the experiments *are* the argument: a PVLDB reviewer typically flips from the introduction straight to the plots and decides how skeptically to read everything else. ## What the evaluation must establish Four distinct burdens, each needing its own experiments: 1. **The problem exists** — measure the baseline failing on a credible workload before showing your fix. 2. **The mechanism causes the gain** — ablate your components; a monolithic "our system vs. theirs" plot proves selection, not mechanism. 3. **The gain survives scale** — curves along data size, cluster size, and concurrency, not one configuration chosen after the fact. 4. **The cost is known** — measure where your design loses and say so. ## Workload realism ladder | Rung | Example | Reviewer credit | |---|---|---| | Micro-benchmark | single operator, synthetic keys | Mechanism insight only | | Standard benchmark | TPC-style, YCSB, JCC-H-class | Comparable, but "benchmark-only" is a known flag | | Benchmark + skew/drift | standard suite with realistic distributions | Solid | | Trace or production-derived | replayed real workload | Strongest,

What's inside
Steps it walks through
  1. What the evaluation must establish
  2. Workload realism ladder
  3. Baseline fairness protocol
  4. Reporting floor
  5. Ablation and sweep matrix
  6. Scale honesty
  7. Output format
More from Awesome-Journal-Skills
All skills →
About this skill
What does the vldb-experiments skill do?

Use when designing or auditing the evaluation of a VLDB paper, covering workload and dataset realism at scale, competitor tuning fairness, scalability curves versus single points, tail-latency and throughput reporting, ablations that isolate the mechanism, and the loss-case disclosure PVLDB reviewers look for first.

How do I install it?

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