| name | description | compatibility | |
|---|---|---|---|
|
Helps prepare and submit popcorn-cli GPU Mode solutions. Use when users ask to set up a project, create a submission template, or run/register submissions. |
Intended for popcorn-cli repositories with README.md and shell access. |
Use this skill when the user is working on Popcorn CLI submissions and needs a reliable flow from setup to submit.
- Ensure the project has a
submission.pyfile with POPCORN directives. - Register once with
popcorn register discord(orgithub) if.popcorn.yamlis missing. - Use
popcorn submit submission.pyfor interactive mode, orpopcorn submit --no-tui ...for scripts/CI. - Use
popcorn submissions list/show/deleteto inspect previous runs.
{{AUTHENTICATION_SECTION}}
{{COMMANDS_SECTION}}
{{SUBMISSION_FORMAT_SECTION}}
- Keep submissions as a single Python file.
- Prefer POPCORN directives (
#!POPCORN leaderboard ...,#!POPCORN gpu ...) so defaults are embedded. - Use
testorbenchmarkmode beforeleaderboardsubmissions when iterating.