From 3e91ba5c46ded925250ea36744b8fbaaa33c4752 Mon Sep 17 00:00:00 2001 From: "sas.fajri" Date: Thu, 23 Apr 2026 14:32:13 +0700 Subject: [PATCH] Add verification skill --- .claude/skills/verifikasi-dulu/SKILL.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .claude/skills/verifikasi-dulu/SKILL.md 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.