skills/research-add-items/SKILL.md
Append new items (research objects) to an in-progress research outline's `outline.yaml` — sourced from your direct input, a web-search agent, or both. Use mid-`/research-outline` when you've realised the items list is incomplete (a new competitor surfaced, an important historical entry was missed, a category needs broader coverage) before running `/research-deep`, so the new items are part of the parallel deep pass instead of needing a separate run.
npx skillsauth add julianobarbosa/claude-code-skills research-add-itemsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
In-place updates outline.yaml with additional research objects.
/research-add-items
/research-outline → ► /research-add-items ◄ → /research-deep → /research-report
Reachable any time after /research-outline has produced outline.yaml, but most useful before /research-deep so the new items get researched in the same parallel pass.
Glob */outline.yaml from the current working directory. Read it to know the existing items (avoid duplicates) and the current execution config.
These two sources are gathered sequentially (AskUserQuestion blocks waiting on the user; web search can run in the background after). Do them in this order:
AskUserQuestion: "Which items do you want to add? Any specific names?" — capture whatever the user already has in mind.AskUserQuestion: "Should I also run a web-search agent for more candidates?" — if yes, launch a research subagent via the Task tool (subagent_type: general-purpose, run_in_background: true) seeded with the topic, the existing items list, and any items the user named in step 1 (so suggestions don't duplicate).outline.yaml.AskUserQuestion for which to accept.name (required), category (optional), description (optional, short).Append accepted items to outline.yaml, preserving existing structure. Save in place.
/research-outline)items:
- name: <item>
category: <optional>
description: <optional, short>
Updated {topic}/outline.yaml — in-place modification, user confirms before save.
GPT-4 and GPT 4 (different by one character) are not detected as duplicates. Eyeball the merged list before saving if you suspect near-duplicates./research-deep has already run are not auto-researched. You either need to re-run /research-deep (its Step 2 resume check will skip already-completed items and only fan out the new ones), or research the new items manually.outline.yaml.execution.batch_size controls how many deep agents /research-deep runs in parallel. If you add many items at once, you may want to bump batch_size here too — but that's outside this skill's scope; edit outline.yaml directly or re-run /research-outline's Step 4 prompts.testing
Brief description of what this skill does. Include specific triggers - when should Claude use this skill? Example triggers, file types, or keywords that indicate this skill applies.
tools
Manage and troubleshoot PATH configuration in zsh. Use when adding tools to PATH (bun, nvm, Python venv, cargo, go), diagnosing "command not found" errors, validating PATH entries, or organizing shell configuration in .zshrc and .zshrc.local files.
tools
Zabbix monitoring system automation via API and Python. Use when: (1) Managing hosts, templates, items, triggers, or host groups, (2) Automating monitoring configuration, (3) Sending data via Zabbix trapper/sender, (4) Querying historical data or events, (5) Bulk operations on Zabbix objects, (6) Maintenance window management, (7) User/permission management
development
Operate YouTube Music via natural language. Search songs, artists, albums, playlists, lyrics, charts, recommendations, and control playback. Browse personal library, manage playlists, rate tracks, and inspect account info. Use this skill whenever the user asks about YouTube Music, wants to play music, manage playlists, search by song or artist name, inspect lyrics, or control playback.