-
- Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Summary
The skill directories under .claude/skills/ are currently placed side by side.
To make the structure easier to navigate and maintain, consolidate the related skill files into a single parent folder instead of keeping them parallel at the top level.
Current Situation
- Each skill is currently placed directly under
.claude/skills/ - Related skills are spread across many sibling directories
- The flat layout makes the skill set harder to scan as it grows
Proposal
- Introduce a single parent folder for this skill group
- Move the existing skill directories under that folder
- Verify that LLM tools can still discover and recognize the skill files after the directory structure changes
Example:
- Before:
.claude/skills/<skill-name>/SKILL.md - After:
.claude/skills/unity-loop-cli/<skill-name>/SKILL.md
Acceptance Criteria
- Skill directories are consolidated under a single parent folder
- The skill files are still recognized correctly by the relevant LLM tools after the move
- Any required configuration or documentation changes for tool compatibility are identified and updated
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels