frontmatter PAR AVION

Skills

Skills .kimi-code/skills/*/SKILL.md Vendor docs

frontmatter

name type required meaning concept
arguments string
Named parameters; a string array or whitespace-separated string (e.g., `arguments: target mode`). Once declared, readable in the body as `$<name>`
docs ↗
description string
One-line summary the model uses to decide when to invoke. Required in directory-form `SKILL.md`; flat `.md` falls back to the first non-empty body line (up to 240 characters)
docs ↗
disableModelInvocation string
If `true`, blocks automatic model invocation. Also accepts `disable-model-invocation`, `disable_model_invocation`
docs ↗
name string
Skill name (case-insensitive). Required in directory-form `SKILL.md`; flat `.md` uses the filename
docs ↗
type string
Skill type: `prompt` (default), `inline` (same as `prompt`), `flow` (manual invocation only). Other values are skipped
docs ↗
whenToUse string
Description of when the Skill should be triggered. Also accepts `when-to-use` and `when_to_use`
docs ↗