.agents/skills and ~/.agents/skills conventions; MCP config lives under ~/.warp/launch_configurations/mcp.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-first terminal.
.agents/skills and ~/.agents/skills conventions; MCP config lives under ~/.warp/launch_configurations/mcp.json.
| Resource | Path |
|---|---|
| Project skills | .agents/skills (generic fallback) |
| Global skills | ~/.agents/skills (generic fallback) |
| MCP config | ~/.warp/launch_configurations/mcp.json |
| Audit search (project) | .agents/skills, .github/skills, .claude/skills |
| Audit search (global) | ~/.agents/skills, ~/.warp/skills, ~/.copilot/skills |
skills:
- source: anthropics/skills
agents: [warp]
global: true # → ~/.agents/skills (shared)
mcps:
- name: filesystem
agents: [warp]
global: true
inline:
command: uvx
args: [mcp-server-filesystem, ~/projects]
Was this page helpful?