ソース情報
- リポジトリ
- lornshrimp/Lorn.NovelWriteSkills
- ソースの最終更新活動
- 2026年6月26日 14:47
- 検出された SKILL.md の言語
- 英語
- スター
- 215
- フォーク
- 39
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SKILL.md を表示中
SKILL.md
ソースの指示 · 読み取り専用プレビュー- name
- deep-research-add-items
- description
- Add items (research objects) to existing research outline.
- allowed-tools
- Bash, Read, Write, Glob, WebSearch, Task, AskUserQuestion
- user-invocable
- false
<!-- ===== Layer 1: 永久缓存 ===== -->
# Research Add Items - Supplement Research Objects
## Trigger
`/research-add-items`
## Workflow
### Step 1: Auto-locate Outline
Find `*/outline.yaml` file in current working directory, auto-read.
### Step 2: Get Supplement Sources in Parallel
Simultaneously:
- **A. Ask user**: What items to supplement? Any specific names?
- **B. Ask if Web Search needed**: Launch agent to search for more items?
### Step 3: Merge and Update
- Append new items to outline.yaml
- Display to user for confirmation
- Avoid duplicates
- Save updated outline
## Output
Updated `{topic}/outline.yaml` file (in-place modification)
GitHubで見る