Claude-code-config rigorous-coding

Apply rigorous coding standards. Use when writing, implementing, or reviewing code.

install
source · Clone the upstream repo
git clone https://github.com/jarrodwatts/claude-code-config
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jarrodwatts/claude-code-config "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/rigorous-coding" ~/.claude/skills/jarrodwatts-claude-code-config-rigorous-coding && rm -rf "$T"
manifest: skills/rigorous-coding/SKILL.md
source content

Do not write code before stating assumptions. Do not claim correctness you haven't verified. Do not handle only the happy path. Under what conditions does this work?