From 26154c3e13b14d76fee87473b84365457139c553 Mon Sep 17 00:00:00 2001 From: kaitranntt Date: Fri, 5 Dec 2025 14:55:01 -0500 Subject: [PATCH] fix(skill): use yaml block scalar for ccs-delegation description --- .claude/skills/ccs-delegation/SKILL.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.claude/skills/ccs-delegation/SKILL.md b/.claude/skills/ccs-delegation/SKILL.md index 89462939..0842d904 100644 --- a/.claude/skills/ccs-delegation/SKILL.md +++ b/.claude/skills/ccs-delegation/SKILL.md @@ -1,6 +1,12 @@ --- name: ccs-delegation -description: Auto-activate CCS CLI delegation for deterministic tasks. Parses user input, auto-selects optimal profile (glm/kimi/custom) from ~/.ccs/config.json, enhances prompts with context, executes via `ccs {profile} -p "task"` or `ccs {profile}:continue`, and reports results. Trigger: "use ccs [task]" patterns, typo/test/refactor keywords. Excludes: complex architecture, security-critical code, performance optimization, breaking changes. +description: >- + Auto-activate CCS CLI delegation for deterministic tasks. Parses user input, + auto-selects optimal profile (glm/kimi/custom) from ~/.ccs/config.json, + enhances prompts with context, executes via `ccs {profile} -p "task"` or + `ccs {profile}:continue`, and reports results. Triggers on "use ccs [task]" + patterns, typo/test/refactor keywords. Excludes complex architecture, + security-critical code, performance optimization, breaking changes. version: 3.0.0 ---