Critical Fix: Folder Structure Issue
The Problem:
The repo had TWO skill folders:
./skills/planning-with-files/✅ Correct./planning-with-files/❌ Duplicate causing conflicts
This confused Claude Code's skill discovery and prevented /planning-with-files from appearing.
The Fix:
Removed the duplicate ./planning-with-files/ folder. Now ONLY ./skills/planning-with-files/ exists.
SKILL.md is restored to original:
- ✅
hooks:restored - ✅
version:restored - ✅
user-invocable:restored - ✅
allowed-tools:restored
How to Update
rm -rf ~/.claude/plugins/cache/planning-with-files
claude plugins install OthmanAdi/planning-with-filesRestart Claude Code and try /planning-with-files
Fixes #39