con un clic
double-or-nothing
Double a number or return zero, chosen at random.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Double a number or return zero, chosen at random.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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.