Skip to main content

explicit-primitive-conversion

Stars1
Forks0
UpdatedJuly 6, 2026 at 01:32

Use when converting a value to int, float, str, or bool in Python โ€” about to write int(x), float(x), str(x), bool(x), a bare `if x:` / `x or default` on a value where None, 0, or "" mean different things, or filter(None, xs).

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly