بنقرة واحدة
double-or-nothing
Double a number or return zero, chosen at random.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Double a number or return zero, chosen at random.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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.