artifact-release-packager
Installation
SKILL.md
Artifact Release Packager
A paper artifact is not just a GitHub repository. It is the set of materials that lets another researcher understand, run, and trust the work at the level the paper claims.
Use this when
- The user is preparing a code, data, model, or checkpoint release.
- The user needs artifact evaluation instructions.
- The paper's tables or figures need reproduction commands.
- The user wants to know what files, configs, or documentation are missing before release.
- The release may include sensitive, licensed, large, or non-redistributable assets.
Do not use this when
- The user wants to verify an existing result end-to-end. Use
reproducibility-audit. - The user wants to structure, document, or simplify the codebase before release. Use
research-codebase.