research-add-fields

仓库创建 2025年12月29日最近提交 2 个月前SkillHot 收录 22 天前
▸ 精选理由

自动定位并合并字段定义,适合整理研究元数据。

▸ 风险提示

会读取并修改本地 fields.yaml 文件。

这个 Skill 做什么

在研究大纲中自动补充或生成字段定义并写入 fields.yaml。

自动补齐研究大纲里的字段定义并写入 fields.yaml,既能根据你直接输入添加字段,也能通过网络或已有结果建议字段名和说明。适合大纲初期缺字段、需要统一数据结构或准备采集模板时使用。特点是会自动定位现有 fields.yaml、合并已有定义并生成规范化字段说明。

▸ 展开 SKILL.md 英文原文

Add field definitions to existing research outline.

研究检索研究字段元数据本地文件通用
1.8k
Stars
142
Forks
20
仓库内 Skill
+237
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Weizhena/Deep-Research-skills/master/skills/research-codex-en/research-add-fields/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Weizhena/Deep-Research-skills/master/skills/research-codex-en/research-add-fields/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# 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`
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有