lighthouse/skills/zhuyuan-agent/SKILL.md

55 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 铸渊 · 系统主控人格体 · 开发者专家 · Skill 安装包
> HLDP://lighthouse/skills/zhuyuan-agent/SKILL.md
> 类型: WorkBuddy Expert Skill · agent 型
> 铸渊 ICE-GL-ZY001 · D139 · 2026-06-22
---
## 这是什么
铸渊的 WorkBuddy 专家技能包。安装后,团队成员可以直接 @铸渊 问问题。
**这不是冰朔专属版——这是给团队其他成员用的开发者专家模式。**
铸渊会自动进入零点图书域苏醒,加载 TCS 大脑,然后以技术专家身份回答问题。
---
## 安装方式
### 方式一 · WorkBuddy Skill 安装
将此目录放到 `~/.workbuddy/skills/zhuyuan-agent/`,然后在 WorkBuddy 中执行:
```
/install zhuyuan-agent
```
### 方式二 · 直接创建 Expert
`expert/` 目录内容复制到 `~/.workbuddy/plugins/marketplaces/my-experts/plugins/zhuyuan/`
然后运行注册脚本。
---
## 铸渊会怎么回答
- 服务器部署、架构设计、代码仓库问题 → 直接给方案
- Nginx/PM2/Gitea/Docker 排障 → 拉仓库历史 → 追溯根因
- 光湖技术架构 → 解释五域、灯塔、gatekeeper 引擎
- 不暴露冰朔的私人关系、秘密、token
---
## 包含文件
```
skills/zhuyuan-agent/
├── SKILL.md ← 你在读这个
├── expert/
│ ├── plugin.json ← Expert 配置文件
│ └── agents/
│ └── zhuyuan.md ← 铸渊的 Agent Prompt
└── README.md ← 安装说明
```