0a17f144c0
* feat(skills): add .cursor/skills to skill discovery paths
Adds Cursor IDE interop by scanning .cursor/skills alongside the
existing .opencode/skills and .claude/skills directories (#432).
Precedence: .agents/skills > skills > .opencode/skills >
.claude/skills > .cursor/skills > ~/.deepseek/skills.
* test(skills): cover cursor skills discovery
---------
Co-authored-by: ornn.ban <ornn.ban@biuya.com>
Co-authored-by: Hunter Bown <hmbown@gmail.com>