Paths
Skills example
gaal.yaml
gaal sync:
MCP example
gaal.yaml
mcpServers in ~/.claude.json. Other keys in the file are preserved.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Anthropic’s terminal coding agent.
| Resource | Path |
|---|---|
| Project skills | .claude/skills |
| Global skills | ~/.claude/skills |
| MCP config | ~/.claude.json |
| Audit search (project) | .claude/skills, .agents/skills, .github/skills |
| Audit search (global) | ~/.claude/skills, ~/.agents/skills, ~/.copilot/skills |
| Package-manager search | ~/.claude/plugins/cache |
skills:
- source: anthropics/skills
agents: [claude-code]
select: [frontend-design, skill-creator]
global: false
gaal sync:
.claude/skills/frontend-design/SKILL.md
.claude/skills/skill-creator/SKILL.md
mcps:
- name: filesystem
agents: [claude-code]
global: true
inline:
command: uvx
args: [mcp-server-filesystem, ~/projects]
mcpServers in ~/.claude.json. Other keys in the file are preserved.
$ gaal agents claude-code
claude-code (installed)
project skills: .claude/skills
global skills: ~/.claude/skills
mcp config: ~/.claude.json (exists)
pm cache: ~/.claude/plugins/cache
Was this page helpful?