Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getgaal.com/llms.txt

Use this file to discover all available pages before exploring further.

Kilo Code is an AI coding assistant. Skills live under .kilocode/skills; MCP config lives under ~/.kilocode/mcp.json.

Paths

ResourcePath
Project skills.kilocode/skills
Global skills~/.kilocode/skills
MCP config~/.kilocode/mcp.json
Audit search (project).kilocode/skills, .agents/skills, .github/skills, .claude/skills
Audit search (global)~/.kilocode/skills, ~/.agents/skills, ~/.copilot/skills

Skills example

gaal.yaml
skills:
  - source: anthropics/skills
    agents: [kilo]
    global: false

MCP example

gaal.yaml
mcps:
  - name: filesystem
    agents: [kilo]
    global: true
    inline:
      command: uvx
      args: [mcp-server-filesystem, ~/projects]

Configure skills

Configure MCP servers