From aistats-skills
Packages AISTATS artifacts for anonymous submission or public release. Covers proof appendices, simulation scripts, random seeds, logs, and what statistically-minded reviewers inspect first.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aistats-skills:aistats-artifact-evaluationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this for evidence packaging around AISTATS. The venue centers on artificial intelligence,
Use this for evidence packaging around AISTATS. The venue centers on artificial intelligence, statistics, and machine learning, so artifacts should make statistical and computational claims inspectable.
| Claim type | First artifact inspected | Common failure caught |
|---|---|---|
| Convergence rate or regret bound | Proof appendix and constants | Condition used in the proof but missing from the theorem statement |
| Monte Carlo simulation | Seeded simulation script | Plots cannot be regenerated because seeds and replication counts are absent |
| Benchmark comparison | Training and evaluation configs | Baseline tuning budget undocumented |
| Bayesian or MCMC method | Sampler diagnostics and chain logs | No convergence statistics or trace evidence anywhere |
Because AISTATS reviewers are often statisticians, they will rerun a small simulation far more readily than they will retrain a deep model, so make synthetic studies turnkey before polishing anything else.
A hypothetical submission proposes a doubly robust treatment-effect estimator with a root-n normality guarantee, validated on synthetic causal data plus two real benchmarks.
[Artifact role] anonymous supplement / camera-ready release / public archive
[Contents] <code/data/proofs/logs/notebooks>
[Anonymity risks] <paths/metadata/licenses/URLs>
[Reproduction level] turnkey / scripted / descriptive / weak
[Fixes before upload] <ordered list>
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin aistats-skillsStrengthens AISTATS reproducibility evidence by mapping claims to verifiable locations, auditing checklists, and ensuring turnkey simulation scripts.
Prepares AAAI supplementary artifacts (code, data, appendices) that pass double-blind review and are legible to non-specialist reviewers.
Packages code, data, proofs, and appendices for IJCAI/ECAI submissions as reproducibility evidence, with guidance on anonymization and run maps.