Agent Skills
› Weizhena/Deep-Research-skills
› research-add-fields
research-add-fields
GitHub该技能用于在现有研究大纲中补充字段定义。通过自动定位并读取fields.yaml文件,支持用户直接输入或网络搜索获取新字段,经确认后将新增字段追加保存至YAML文件中,以完善研究数据结构。
Trigger Scenarios
需要为现有研究主题补充新的数据字段
手动指定或搜索常见的领域相关字段
Install
npx skills add Weizhena/Deep-Research-skills --skill research-add-fields -g -y
SKILL.md
Frontmatter
{
"name": "research-add-fields",
"description": "Add field definitions to existing research outline.",
"allowed-tools": "Bash, Read, Write, Glob, WebSearch, Task, AskUserQuestion",
"user-invocable": true
}
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)
Version History
- e5479f8 Current 2026-07-24 22:31


