cc-defensive-programming

Installation
SKILL.md

Skill: cc-defensive-programming

STOP - Never Skip

Check Why Critical
No executable code in assertions Code disappears in production builds
No empty catch blocks Silently swallows bugs that compound
External input validated Security vulnerabilities, data corruption

CRISIS TRIAGE (2 minutes)

Production down? Use this prioritized subset:

Immediate (30 seconds each)

  1. Is external input validated at entry point? If no → add validation NOW
  2. Any empty catch blocks hiding the real error? If yes → add logging, find root cause
Related skills

More from ryanthedev/code-foundations

Installs
29
GitHub Stars
243
First Seen
Feb 26, 2026