From ed771a9b1f5a83fa9c7f10dcd43de8ef7beaec25 Mon Sep 17 00:00:00 2001 From: yi-ge Date: Sun, 8 Mar 2026 15:38:59 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20task-management=20=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E6=8C=89=E9=9C=80=E5=8A=A0=E8=BD=BD=EF=BC=88disable-m?= =?UTF-8?q?odel-invocation:=20true=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 与 Claude Code 的 skills 加载机制对齐:默认不将完整内容注入 system prompt, 改为通过 Skill 工具按需加载,节省 token 消耗。 Co-Authored-By: Claude Opus 4.6 --- skills/task-management/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/task-management/SKILL.md b/skills/task-management/SKILL.md index e634230..3ae8a5f 100644 --- a/skills/task-management/SKILL.md +++ b/skills/task-management/SKILL.md @@ -1,11 +1,11 @@ --- name: task-management description: 创建、分配和跟踪任务,支持多 Agent 编排与进度追踪,确保每个任务被正确的 Agent 执行并按时完成。Use when 用户需要创建任务、指定执行者、查看任务进度,或需要协调多个 Agent 协作完成复杂任务。 -version: "1.1.0" +version: "1.2.0" type: procedural risk_level: low status: enabled -disable-model-invocation: false +disable-model-invocation: true tags: [task, management, orchestration] metadata: author: desirecore