Skip to content

Consolidate skill directories under a single parent folder #808

@hatayama

Description

@hatayama

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions