Files
graphify/graphify/command-kilo.md
T
alacasse a8005c218a feat: add Kilo Code support (#512)
Adds Kilo Code as a supported platform: native skill + /graphify command, install/uninstall, and a .kilo tool.execute.before plugin (mirroring the OpenCode integration).

JSONC config is handled non-destructively - existing .kilo/kilo.jsonc is read but never rewritten; automated plugin registration goes to kilo.json, preserving user comments (addresses the Qodo review flag).

Verified locally: full suite 1525 passed, install/uninstall smoke test works.
2026-06-01 16:05:07 +01:00

407 B

description
description
Build or query a graphify knowledge graph

Invoke the graphify skill immediately.

Pass the full /graphify argument string through unchanged. If no arguments were supplied, treat the target path as ..

Examples:

  • /graphify
  • /graphify src --update
  • /graphify query "what connects auth to billing?"

Do not answer from raw files before handing off to the graphify skill.