research-add-items
Add items (research objects) to existing research outline.
pinned to #e5479f8updated 2 months ago
Ask your AI client: “install skills/research-add-items”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/research-add-itemsmetahub onboarded this repo on the author's behalf.
If you own github.com/Weizhena/Deep-Research-skills on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
1,619
Last commit
2 months ago
Latest release
published
- #claude-code
- #claude-code-skills
- #deep-research-agent
- #gpt-skills
- #llm-agent
- #opencode
- #opencode-skills
- #research
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.e5479f8· 2 months ago
Behavioral checks ran but aren't published for this artifact; the static checks above ran at publish time.
Documentation
4 passed1 warningDescription qualitywarn
8 words · 58 chars — skills use the description as their trigger; aim higher
Aim for 15+ words and include trigger phrases like “use this skill when …”.
README is present and substantial
5,486 chars · 7 sections · 11 code blocks
Tags / topics declared
8 total — claude-code, claude-code-skills, deep-research-agent, gpt-skills, llm-agent, opencode (+2)
README has usage / example sections
found: Installation
Homepage / docs URL declared
no homepage declared (registry will use the repo URL) — info-only, not blocking
Release history
1- releasecurrente5479f8warn2 months ago
Contents
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)
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/research-add-items