Flags
Plus all global flags.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List registered coding agents and detection status.
gaal agents [name] [flags]
| Flag | Default | Description |
|---|---|---|
-i, --installed | off | Show only agents detected on this machine. |
$ gaal agents
NAME INSTALLED PROJECT_SKILLS GLOBAL_SKILLS MCP_CONFIG
claude-code yes .claude/skills ~/.claude/skills ~/.claude.json
cursor yes .agents/skills ~/.cursor/skills ~/.cursor/mcp.json
codex yes .agents/skills ~/.codex/skills ~/.codex/config.toml
github-copilot no .github/skills ~/.copilot/skills ~/.vscode/settings.json
windsurf no .windsurf/skills ~/.codeium/windsurf/skills ~/.codeium/windsurf/mcp_settings.json
…
$ gaal agents claude-code
claude-code (installed)
source: built-in
project skills: .claude/skills
global skills: ~/.claude/skills
mcp config: ~/.claude.json (exists)
audit search (project):
.claude/skills, .agents/skills, .github/skills
audit search (global):
~/.claude/skills, ~/.agents/skills, ~/.copilot/skills
package-manager search:
~/.claude/plugins/cache
gaal agents -o json
Was this page helpful?