fix(skill): use yaml block scalar for ccs-delegation description

This commit is contained in:
kaitranntt
2025-12-05 14:55:01 -05:00
parent ff3599d108
commit 26154c3e13
+7 -1
View File
@@ -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
---