Agent skill · Workflow & Productivity

research-external

External research workflow for docs, web, APIs - NOT codebase exploration

parcadei3,879★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
npx skills add parcadei/Continuous-Claude-v3 --skill research-external --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 11 KB
Bundled scripts: none
Allowed tools: BashReadWriteTask
Path: .claude/skills/research-external/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,879
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# External Research Workflow Research external sources (documentation, web, APIs) for libraries, best practices, and general topics. > **Note:** The current year is 2025. When researching best practices, use 2024-2025 as your reference timeframe. ## Invocation ``` /research-external <focus> [options] ``` ## Question Flow (No Arguments) If the user types just `/research-external` with no or partial arguments, guide them through this question flow. Use AskUserQuestion for each phase. ### Phase 1: Research Type ```yaml question: "What kind of information do you need?" header: "Type" options: - label: "How to use a library/package" description: "API docs, examples, patterns" - label: "Best practices for a task" description: "Recommended approaches, comparisons" - label: "General topic research" description: "Comprehensive multi-source search" - label: "Compare options/alternatives" description: "Which tool/library/approach is best" ``` **Mapping:** - "How to use library" → library focus - "Best practices" → best-practices focus - "General topic" → general focus - "Compare options" → best-practices with comparison framing ### Phase 2: Specific Topic ```yaml question: "What specifically

What's inside
Steps it walks through
  1. Invocation
  2. Question Flow (No Arguments)
  3. Phase 1: Research Type
  4. Phase 2: Specific Topic
  5. Phase 3: Library Details (if library focus)
  6. Phase 4: Depth
  7. Phase 5: Output
  8. Summary Before Execution
  9. Focus Modes (First Argument)
  10. Options
  11. Workflow
  12. Step 1: Parse Arguments
  13. Step 2: Execute Research by Focus
  14. Step 3: Synthesize Findings
Commands it runs
Semantic search in package
If thorough depth, also grep for specific patterns
Supplement with official docs if URL known
AI-synthesized research (sonar-pro)
If comparing alternatives
Chain-of-thought for complex decisions
Deep comprehensive research
Recent developments
Scrape relevant documentation pages found in perplexity results
More from Continuous-Claude-v3
All skills →
About this skill
What does the research-external skill do?

External research workflow for docs, web, APIs - NOT codebase exploration

How do I install it?

Run `npx skills add parcadei/Continuous-Claude-v3 --skill research-external --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From parcadei/Continuous-Claude-v3, a repository with 3,879 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going