feat: 添加 4 个全局技能到 builtin 通道

- 新增 builtin-skills.json 清单
- 添加 create-agent / delete-agent / discover-agent / update-agent SKILL.md
- 添加 _protected-paths.yaml 共享配置
- 与捆绑源版本一致,启用 Phase 2 热更新通道

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-25 09:10:44 +08:00
parent b09592338c
commit 15e8d1f0c8
6 changed files with 1151 additions and 0 deletions

8
builtin-skills.json Normal file
View File

@@ -0,0 +1,8 @@
{
"skills": [
"create-agent",
"delete-agent",
"discover-agent",
"update-agent"
]
}