Vibe Coding
Tip: Colocate Module Skills in Nested .claude/skills — They Now Auto-Load by Working Directory
As of 2.1.178, nested `.claude/skills` directories load automatically when you work on files near them, and the closest `.claude/` directory wins for agents, workflows, and output styles. Instead of one monolithic top-level skills folder, place module-specific skills next to the code they govern so context loads only where relevant. Name clashes surface as `<dir>:<name>`, so qualify skill names when subprojects overlap.
↳ Follow the thread