来源信息
- 仓库
- lornshrimp/Lorn.NovelWriteSkills
- 最近来源活动
- 2026年6月26日 14:47
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 211
- 分支
- 39
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
正在显示 SKILL.md
SKILL.md
来源说明 · 只读预览- name
- deep-research-add-fields
- description
- Add field definitions to existing research outline.
- allowed-tools
- Bash, Read, Write, Glob, WebSearch, Task, AskUserQuestion
- user-invocable
- false
<!-- ===== Layer 1: 永久缓存 ===== -->
# Research Add Fields - Supplement Research Fields
## Trigger
`/research-add-fields`
## Workflow
### Step 1: Auto-locate Fields File
Find `*/fields.yaml` file in current working directory, auto-read existing fields definitions.
### Step 2: Get Supplement Source
Ask user to choose:
- **A. User direct input**: User provides field names and descriptions
- **B. Web Search**: Launch agent to search common fields in this domain
### Step 3: Display and Confirm
- Display suggested new fields list
- User confirms which fields to add
- User specifies field category and detail_level
### Step 4: Save Update
Append confirmed fields to fields.yaml, save file.
## Output
Updated `{topic}/fields.yaml` file (in-place modification, requires user confirmation)
在 GitHub 查看