.agents/skills convention; global skills live under ~/.config/agents/skills.
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.
Sourcegraph’s agentic coding tool.
.agents/skills convention; global skills live under ~/.config/agents/skills.
| Resource | Path |
|---|---|
| Project skills | .agents/skills (generic fallback) |
| Global skills | ~/.config/agents/skills |
| MCP config | ~/.config/amp/settings.json |
| Audit search (project) | .agents/skills, .github/skills, .claude/skills |
| Audit search (global) | ~/.config/agents/skills, ~/.agents/skills, ~/.copilot/skills, ~/.claude/skills |
skills:
- source: anthropics/skills
agents: [amp]
global: false
mcps:
- name: filesystem
agents: [amp]
global: true
inline:
command: uvx
args: [mcp-server-filesystem, ~/projects]
Was this page helpful?