AgentSkillsCN

specs-sync

将规格管理任务路由至正确命令。适用于用户想要添加代码规范、发掘编码模式,或验证代码质量的场景。

SKILL.md
--- frontmatter
name: specs-sync
description: >
  Routes specs management tasks to the correct command.
  Use when the user wants to add a coding spec, discover patterns, or verify code quality.
user-invocable: false

You are a routing skill. Based on what the user is doing, invoke the correct command:

User intentCommand
Add a new custom coding spec/add-spec
Discover patterns from code, sync config/sync-stack
Audit code quality before commit or release/verify

Pick ONE command. Invoke it using the Skill tool. Do not combine or improvise. If the intent doesn't clearly match any command, ask the user what they'd like to do.