Skip to content

Commit b221a16

Browse files
committed
Quote SKILL.md description values to fix GitHub YAML frontmatter rendering
1 parent 1afe142 commit b221a16

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/cortex-code/skills/cortex-router/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: cortex-router
3-
description: Auto-routing skill loaded by the prompt filter hook. Routes Snowflake-related operations to Cortex Code CLI. Not for direct invocation — use $cortex-run instead.
3+
description: "Auto-routing skill loaded by the prompt filter hook. Routes Snowflake-related operations to Cortex Code CLI. Not for direct invocation — use $cortex-run instead."
44
license: Proprietary. See LICENSE.md for complete terms
55
user-invocable: false
66
metadata:

plugins/cortex-code/skills/cortex-run/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: cortex-run
3-
description: ONLY load this skill when the user explicitly types $cortex-run or /cortex-run. NEVER load this skill from auto-routing hooks or keyword matching. For auto-routed prompts, use cortex-code:cortex-router instead.
3+
description: "ONLY load this skill when the user explicitly types $cortex-run or /cortex-run. NEVER load this skill from auto-routing hooks or keyword matching. For auto-routed prompts, use cortex-code:cortex-router instead."
44
license: Proprietary. See LICENSE.md for complete terms
55
user-invocable: true
66
metadata:

plugins/cortex-code/skills/cortex-setup/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: cortex-setup
3-
description: Install Snowflake CLI and Cortex Code CLI. Use when cortex is not installed, when the user asks to set up Cortex Code, or when routing fails because the CLI is missing. Triggers: setup cortex, install cortex, cortex not found, CLI not installed, set up snowflake.
3+
description: "Install Snowflake CLI and Cortex Code CLI. Use when cortex is not installed, when the user asks to set up Cortex Code, or when routing fails because the CLI is missing. Triggers: setup cortex, install cortex, cortex not found, CLI not installed, set up snowflake."
44
license: Proprietary. See LICENSE.md for complete terms
55
---
66

0 commit comments

Comments
 (0)