.agents/skills convention; global skills live under ~/.cursor/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.
AI-first code editor with native MCP support.
.agents/skills convention; global skills live under ~/.cursor/skills.
| Resource | Path |
|---|---|
| Project skills | .agents/skills (generic fallback) |
| Global skills | ~/.cursor/skills |
| MCP config | ~/.cursor/mcp.json |
| Audit search (project) | .agents/skills, .github/skills, .claude/skills |
| Audit search (global) | ~/.cursor/skills, ~/.agents/skills, ~/.copilot/skills, ~/.claude/skills |
| Package-manager search | ~/.cursor/extensions |
skills:
- source: vercel-labs/agent-skills
agents: [cursor]
global: true # → ~/.cursor/skills
mcps:
- name: filesystem
agents: [cursor]
global: true
inline:
command: uvx
args: [mcp-server-filesystem, ~/projects]
gaal agents cursor
Was this page helpful?