소스 정보
- 저장소
- 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에서 보기