.kilocode/skills; MCP config lives under ~/.kilocode/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.
Kilo Code AI assistant.
.kilocode/skills; MCP config lives under ~/.kilocode/mcp.json.
| Resource | Path |
|---|---|
| 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:
- source: anthropics/skills
agents: [kilo]
global: false
mcps:
- name: filesystem
agents: [kilo]
global: true
inline:
command: uvx
args: [mcp-server-filesystem, ~/projects]
Was this page helpful?