[GH-ISSUE #5] Double-Nested Directory Structure #1

Closed
opened 2026-03-03 18:49:52 +03:00 by kerem · 2 comments
Owner

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:

  1. Move SKILL.md, reference.md, examples.md to repo root, OR
  2. Update installation docs to handle the nested structure properly
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: 1. Move SKILL.md, reference.md, examples.md to repo root, OR 2. Update installation docs to handle the nested structure properly
kerem closed this issue 2026-03-03 18:49:52 +03:00
Author
Owner

@jucor commented on GitHub (Jan 7, 2026):

Duplicate of #1 , solved by pull request #3 .

<!-- gh-comment-id:3721153487 --> @jucor commented on GitHub (Jan 7, 2026): Duplicate of #1 , solved by pull request #3 .
Author
Owner

@OthmanAdi commented on GitHub (Jan 8, 2026):

Fixed by PR #9 - directory structure is now correct with plugin format.

<!-- gh-comment-id:3725249744 --> @OthmanAdi commented on GitHub (Jan 8, 2026): Fixed by PR #9 - directory structure is now correct with plugin format.
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/planning-with-files#1
No description provided.