mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 04:18:05 +00:00
fix(skill): use yaml block scalar for ccs-delegation description
This commit is contained in:
@@ -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
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user