diff --git a/.claude/skills/verifikasi-dulu/SKILL.md b/.claude/skills/verifikasi-dulu/SKILL.md new file mode 100644 index 00000000..02ff57c1 --- /dev/null +++ b/.claude/skills/verifikasi-dulu/SKILL.md @@ -0,0 +1,11 @@ +# Verifikasi Dulu + +Use this checklist before editing a library/controller reference: + +1. Find the exact call site. +2. Confirm the library file exists. +3. Confirm the class name inside the file. +4. Check other repo usages of the same library. +5. Edit only after the pattern is confirmed. + +This skill exists to avoid guessing when a class load error or naming mismatch appears.