Editor integration
xskill config --init automatically adds a $schema field to settings.json:
{
"$schema": "https://xskill.gcli.cn/xskill.schema.json",
...
}
Most JSON editors (VSCode, Neovim with jsonls, etc.) will automatically load the schema from this URL and provide validation and autocompletion.