feat: migrate all skills from Claude session: SKILL.md

This commit is contained in:
Zac Gaetano 2026-06-02 22:45:50 -04:00
parent 3a1fec409d
commit 475bbc7fb4

View file

@ -0,0 +1,14 @@
---
name: systematic-debugging
description: Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
---
# Systematic Debugging
## Overview
Random fixes waste time and create new bugs. Quick patches mask underlying issues.
**Core principle:** ALWAYS find root cause before attempting fixes. Symptom fixes are failure.
**Violating the letter of this process is violating the spirit of debugging.**