From aaai-skills
Prepares AAAI supplementary artifacts (code, data, appendices) that pass double-blind review and are legible to non-specialist reviewers.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aaai-skills:aaai-artifact-evaluationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this to prepare artifacts that reviewers can use to assess reproducibility. AAAI supplementary
Use this to prepare artifacts that reviewers can use to assess reproducibility. AAAI supplementary material is part of the submission record; after review starts, do not assume it can be updated.
AAAI does not run a separate badged artifact-evaluation committee the way some systems venues do; the same broad-AI reviewer who scores the paper also inspects whatever supplement you attach. That reviewer may be a planning, knowledge-representation, or constraint-satisfaction specialist rather than a deep-learning engineer, so the artifact has to be legible without insider tooling. Optimize for a reviewer who skims, not one who will spend an afternoon configuring a cluster.
| Reviewer action | Passes | Fails |
|---|---|---|
| Opens the ZIP | sane tree, top README | nested archives, 0-byte files |
| Reads appendix | maps to numbered claims | contradicts the paper |
| Tries one command | reproduces one headline number | needs private data or credentials |
| Scans for identity | nothing reveals authors | Git logs or home paths leak |
Because clearly-below-bar papers can be cut before author feedback, a supplement that looks thin or unrunnable is a cheap reason to summary-reject. Avoid these:
A constraint-solving paper claims a 30% node-expansion reduction. The team ships a large ZIP of raw
solver logs but no driver script. The reproduction path is empty, so artifact status is "risky"; the
fix is a small run_main.py that regenerates Table 2 from seeds, a trimmed log sample, and a license
for the benchmark instances. The raw dump moves to the post-acceptance release.
[Artifact status] complete / partial / risky / unavailable
[Submitted files] technical appendix / multimedia appendix / code-data ZIP
[Reviewer reproduction path] <commands and expected output>
[Anonymity risks] <metadata, links, paths, logs>
[Missing items] <data, code, seeds, licenses, hardware>
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin aaai-skillsOrganizes AAAI supplementary material (technical appendix, multimedia appendix, code/data ZIPs) with guidance on placement, anonymity, and reviewer expectations.
Packages code, data, proofs, and appendices for IJCAI/ECAI submissions as reproducibility evidence, with guidance on anonymization and run maps.
Packages NeurIPS research artifacts (code, data, models, demos, benchmarks) for anonymous review, reproducibility, or public release. Guides artifact decisions, anonymization, and output formatting.