operator-substitutions

Using Toolsmith functions instead of raw JavaScript operators and methods (&&, ||, !, .length, ===, etc.). Use when writing conditionals, comparisons, logic operations, or working with collections. Prefer Toolsmith functions to reduce cognitive load and improve readability.

$ 설치

git clone https://github.com/site-bender/sitebender /tmp/sitebender && cp -r /tmp/sitebender/.claude/skills/operator-substitutions ~/.claude/skills/sitebender

// tip: Run this command in your terminal to install the skill