en un clic
double-or-nothing
Double a number or return zero, chosen at random.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Double a number or return zero, chosen at random.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Prepares a Python package for PyPI release by updating the version, building, and verifying the distribution.
Prepare a release by updating the version, building, and verifying the distribution.
| name | double-or-nothing |
| description | Double a number or return zero, chosen at random. |
Double a number or return zero, chosen at random.
$ARGUMENTS
Get a number from the user if one wasn't already provided.
Decide randomly to either double this number or return zero.
Write the result to a file called resulting-number.txt in the current directory.