research-add-items

Merge supplemental research items into an existing outline.yaml file.

203|27|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/franklee16/academic-research-skills --skill research-add-items-franklee16
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-add-items
Source: https://github.com/franklee16/academic-research-skills/tree/main/literature-review/Deep-Research-skills-master/skills/research-codex-en/research-add-items
Command: npx skills add https://github.com/franklee16/academic-research-skills --skill research-add-items-franklee16

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of incomplete research outlines by helping you add missing research objects (items) without manually reworking your entire plan.

Core Features & Use Cases

  • Auto-locates your existing outline: Finds and reads the */outline.yaml file in the current working directory.
  • Guided supplementation: Prompts you for which items to add and optionally runs a web-search agent to discover additional items.
  • Safe merge and updates: Appends new items while avoiding duplicates, then saves the updated outline.yaml in place for confirmation.

Quick Start

Tell the assistant what research items you want to add to your current outline, and ask it whether it should run a web search to find additional items.

Frequently Asked Questions about research-add-items

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add new research objects to an existing YAML outline without creating duplicates?

To add research objects to a YAML outline without duplicates, the system automatically locates your outline.yaml file, merges your supplemental items alongside optional web-search discoveries, and deduplicates during the update process. It then writes the merged results back to the same file.

Can I use web search to discover additional items when expanding my research plan?

Yes, web search can be used to discover additional items when expanding a research plan. The system optionally runs a web-search agent in parallel with your manually specified supplements to find missing research objects, appending them to your outline.yaml file.

What is the best way to update an academic research outline with missing items?

The best way to update an academic research outline with missing items is through a guided merge process that appends new research objects to your outline.yaml file. It collects your specified supplements and optional web-search results, deduplicates them, and saves the updated outline in place.

Does the outline merge process require a specific YAML file structure in my working directory?

The outline merge process requires an existing outline.yaml file located within your current working directory. The system automatically finds and reads this file to append new research objects, so you must have this file structure established before adding items.

Why does my research outline update fail when the outline file is missing?

Research outline updates fail when the file is missing because the system relies on automatically locating and reading an existing outline.yaml file in the current working directory to append new items. Ensure the file exists in your active directory before starting the merge.