$npx -y skills add jarrodwatts/claude-code-config --skill rigorous-codingApply rigorous coding standards. Use when writing, implementing, or reviewing code.
| 1 | Do not write code before stating assumptions. |
| 2 | Do not claim correctness you haven't verified. |
| 3 | Do not handle only the happy path. |
| 4 | Under what conditions does this work? |