github OthmanAdi/planning-with-files v2.4.1
v2.4.1 - Fix Folder Structure

latest releases: v2.36.3, v2.36.2, v2.36.1...
3 months ago

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-files

Restart Claude Code and try /planning-with-files

Fixes #39

Don't miss a new planning-with-files release

NewReleases is sending notifications on new releases.