.agents/skills and ~/.agents/skills conventions; MCP config lives in VS Code’s settings.json.
Paths
Skills example
gaal.yaml
.agents/skills/, Cline picks them up via the generic convention.
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.
Open-source AI assistant for VS Code.
.agents/skills and ~/.agents/skills conventions; MCP config lives in VS Code’s settings.json.
| Resource | Path |
|---|---|
| Project skills | .agents/skills (generic fallback) |
| Global skills | ~/.agents/skills (generic fallback) |
| MCP config | ~/.vscode/settings.json |
| Audit search (project) | .agents/skills, .github/skills, .claude/skills |
| Audit search (global) | ~/.agents/skills, ~/.copilot/skills, ~/.claude/skills |
skills:
- source: anthropics/skills
agents: [cline]
global: false
.agents/skills/, Cline picks them up via the generic convention.
mcps:
- name: filesystem
agents: [cline]
global: true
inline:
command: uvx
args: [mcp-server-filesystem, ~/projects]
Was this page helpful?