Roo-Code/src/services
roomote[bot] a266834ee2
feat: add support for .agents/skills directory (#11181)
* feat: add support for .agents/skills directory

This change adds support for discovering skills from the .agents/skills
directory, following the Agent Skills convention for sharing skills
across different AI coding tools.

Priority order (later entries override earlier ones):
1. Global ~/.agents/skills (shared across AI coding tools, lowest priority)
2. Project .agents/skills
3. Global ~/.roo/skills (Roo-specific)
4. Project .roo/skills (highest priority)

Changes:
- Add getGlobalAgentsDirectory() and getProjectAgentsDirectoryForCwd()
  functions to roo-config
- Update SkillsManager.getSkillsDirectories() to include .agents/skills
- Update SkillsManager.setupFileWatchers() to watch .agents/skills
- Add tests for new functionality

* fix: clarify skill priority comment to match actual behavior

* fix: clarify skill priority comment to explain Map.set replacement mechanism

---------

Co-authored-by: Roo Code <roomote@roocode.com>
2026-02-05 16:40:06 -08:00
..
browser Add some functionality to @roo-code/core for the cli (#10584) 2026-01-09 13:05:15 -08:00
checkpoints feat(web): redesign Slack page Featured Workflow section with YouTube… (#10880) 2026-01-21 22:47:42 -05:00
code-index fix(code-index): remove deprecated text-embedding-004 and migrate to gemini-embedding-001 (#11038) 2026-02-02 22:30:07 -05:00
command feat: add optional mode field to slash command front matter (#10344) 2025-12-26 17:17:54 -08:00
glob fix: prevent stack overflow in codebase indexing for large projects (#7712) 2025-09-05 14:51:38 -04:00
marketplace Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
mcp feat: add wildcard support for MCP alwaysAllow configuration (#10948) 2026-01-24 22:42:47 -05:00
mdm Refactor the extension bridge (#7515) 2025-08-29 00:28:38 -07:00
ripgrep fix: respect nested .gitignore files in search_files (#8804) 2025-10-24 16:16:22 -04:00
roo-config feat: add support for .agents/skills directory (#11181) 2026-02-05 16:40:06 -08:00
search Consistently use Package.name for better support of the nightly app (#9240) 2025-11-13 15:07:14 -05:00
skills feat: add support for .agents/skills directory (#11181) 2026-02-05 16:40:06 -08:00
tree-sitter chore: remove XML tool calling support (#10841) 2026-01-20 20:25:08 -05:00