.roo/skills; MCP config lives in VS Code’s settings.json.
Paths
Skills example
gaal.yaml
MCP example
gaal.yaml
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
AI coding assistant for VS Code.
.roo/skills; MCP config lives in VS Code’s settings.json.
| Resource | Path |
|---|---|
| Project skills | .roo/skills |
| Global skills | ~/.roo/skills |
| MCP config | ~/.vscode/settings.json |
| Audit search (project) | .roo/skills, .agents/skills, .github/skills, .claude/skills |
| Audit search (global) | ~/.roo/skills, ~/.agents/skills, ~/.copilot/skills |
skills:
- source: anthropics/skills
agents: [roo]
global: false
mcps:
- name: filesystem
agents: [roo]
global: true
inline:
command: uvx
args: [mcp-server-filesystem, ~/projects]
Was this page helpful?