no-hardcoding

Forbid hardcoded values in code. Use this when reviewing code, writing new features, or when magic numbers/strings are detected. Enforces constants, env variables, and config files.

$ 설치

git clone https://github.com/Doyajin174/myskills /tmp/myskills && cp -r /tmp/myskills/.public/skills/no-hardcoding ~/.claude/skills/myskills

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