Loading...
Loading...
Coordinate a research task by choosing the right workflow and dispatching to specialized agents. Use when the user has a broad or complex research request that may involve multiple steps.
npx skill4agent add collaborative-deep-research/agent-papers-cli research-coordinatorgeneral-purposepapersearch1. Read the skill file: .claude/skills/deep-research/SKILL.md
2. Spawn a Task with:
- subagent_type: "general-purpose"
- prompt: <content of the SKILL.md, with $ARGUMENTS replaced by the actual topic>| Workflow | Skill file | Best for |
|---|---|---|
| Deep Research | | "What do we know about X?", exploring a new area |
| Literature Review | | "Survey the literature on X", related work sections |
| Fact Check | | "Is it true that X?", verifying claims |
Task 1: /deep-research <sub-topic A>
Task 2: /literature-review <sub-topic B>
Task 3: /fact-check <specific claim>uv pip install -e .paperpaper outline <ref> # Show heading tree
paper read <ref> [section] # Read full paper or specific section
paper skim <ref> --lines N --level L # Headings + first N sentences
paper search <ref> "query" # Keyword search within a paper
paper info <ref> # Show metadata
paper goto <ref> <ref_id> # Jump to ref (s3, e1, c5)paper-searchpaper-search env # Check API key status
paper-search google web "query" # Google web search (Serper)
paper-search google scholar "query" # Google Scholar search (Serper)
paper-search semanticscholar papers "query" # Academic paper search
paper-search semanticscholar snippets "query" # Text snippet search
paper-search semanticscholar citations <id> # Papers citing this one
paper-search semanticscholar references <id> # Papers this one references
paper-search semanticscholar details <id> # Full paper metadata
paper-search pubmed "query" [--limit N] # PubMed biomedical search
paper-search browse <url> # Extract webpage content