From 575ee339cdfeeafb26618f3dd8ee716017573da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=AF=BC=EC=84=9D?= Date: Wed, 15 Apr 2026 13:52:34 +0900 Subject: [PATCH] fix: move integrate skill to correct directory structure Claude Code requires skills to follow the /SKILL.md directory convention. The integrate skill was a flat file at skills/integrate.md which prevented it from being loaded. --- .claude/skills/{integrate.md => integrate/SKILL.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .claude/skills/{integrate.md => integrate/SKILL.md} (100%) diff --git a/.claude/skills/integrate.md b/.claude/skills/integrate/SKILL.md similarity index 100% rename from .claude/skills/integrate.md rename to .claude/skills/integrate/SKILL.md