mirror of
https://github.com/OthmanAdi/planning-with-files.git
synced 2026-04-26 00:16:01 +03:00
[GH-ISSUE #5] Double-Nested Directory Structure #1
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/planning-with-files#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @satyambuilds on GitHub (Jan 7, 2026).
Original GitHub issue: https://github.com/OthmanAdi/planning-with-files/issues/5
The repo has a nested structure:
planning-with-files/ ← Repo root
└── planning-with-files/ ← Skill folder (same name!)
├── SKILL.md
├── reference.md
└── examples.md
When users follow the README installation instructions:
cd ~/.claude/skills
git clone https://github.com/OthmanAdi/planning-with-files.git
They get: ~/.claude/skills/planning-with-files/planning-with-files/SKILL.md
But Claude Code likely expects: ~/.claude/skills/planning-with-files/SKILL.md
Solution: Either:
@jucor commented on GitHub (Jan 7, 2026):
Duplicate of #1 , solved by pull request #3 .
@OthmanAdi commented on GitHub (Jan 8, 2026):
Fixed by PR #9 - directory structure is now correct with plugin format.