research-external
SolidExternal research workflow for docs, web, APIs - NOT codebase exploration
AI & Automation 3,809 stars
297 forks Updated 4 months ago MIT
Install
Quality Score: 86/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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 do you want to research?"
header: "Topic"
options: [] # Free text input
```
Examples of good answers:
- "How to use Prisma ORM with TypeScript"
- "Best practices for error handling in Python"
- "React vs Vue vs Svelte for dashboards"
### Phase 3: Library Details...
Details
- Author
- parcadei
- Repository
- parcadei/Continuous-Claude-v3
- Created
- 5 months ago
- Last Updated
- 4 months ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
research-external
External research workflow for docs, web, APIs - NOT codebase exploration
501 Updated yesterday
vibeeval AI & Automation Solid
research
Deep research on a topic — use when investigating unfamiliar domains, answering complex questions requiring multiple sources, or when an evaluation flags something for deeper analysis
77 Updated today
WingedGuardian AI & Automation Listed
researcher
Research external libraries, APIs, and best practices, with evidence.
71 Updated yesterday
antonbabenko