The skill directory search logic should treat everything beneath a skill boundary (a directory containing SKILL.md) as that skill's content rather than independent skill roots.
Fix: When the search finds a SKILL.md in a directory, stop recursing into that directory's subdirectories. One-line fix, no impact on the standard flat layout.
The skill directory search logic should treat everything beneath a skill boundary (a directory containing
SKILL.md) as that skill's content rather than independent skill roots.Fix: When the search finds a
SKILL.mdin a directory, stop recursing into that directory's subdirectories. One-line fix, no impact on the standard flat layout.