new · git:20260611.179bca1 · 2026-06-11 · sha256 b82385af69422895
new git:20260611.179bca1A
Immutable. This exact content is served forever at /api/v1/blob/b82385af69422895.
---
name: new
description: 空白技能脚手架模板,复制后修改 name/description/body 即可使用
user-invocable: true
---
# 新技能模板
> 这是 **new** 脚手架技能。创建新技能时,可复制本文件结构并替换下方占位内容。
## 技能目标
<!-- 用 1–2 句话说明本技能要帮用户完成什么 -->
请在此描述技能目标。
## 上下文
- 工作区:<%= workspacePath %>
- 用户参数:${arguments}
## 执行步骤
1. <!-- 第一步 -->
2. <!-- 第二步 -->
3. <!-- 第三步 -->
## 输出要求
- 使用简体中文回复(除非用户要求其他语言)
- 步骤执行完毕后给出简短总结
## 注意事项
- <!-- 约束、禁止事项、工具使用提示 -->
---
**创建新技能时**:将 frontmatter 中的 `name`、`description` 改为实际值,并删除本说明段落。