一键导入
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.