plugins/research/skills/research-discover/SKILL.md
Search for research papers across academic databases
npx skillsauth add jmagly/aiwg research-discoverInstall 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.
Search for relevant research papers across academic databases (arXiv, ACM, IEEE, Semantic Scholar, CrossRef).
When invoked, perform systematic literature search:
Parse Query
Select Databases
--source specified, use only that databaseExecute Search
Rank Results
Present Results
[query] - Search query (required)--source [arxiv|acm|ieee|semantic-scholar|crossref|all] - Database to search (default: all)--limit [n] - Maximum results to return (default: 10)--year-from [yyyy] - Filter results from year onwards--year-to [yyyy] - Filter results to year--min-citations [n] - Minimum citation count threshold--output [table|json|yaml] - Output format (default: table)# Basic search across all databases
/research-discover "agentic workflows LLM"
# Search specific database with filters
/research-discover "test-driven development effectiveness" --source acm --year-from 2020 --min-citations 50
# Comprehensive search with high limit
/research-discover "cognitive load theory UI design" --limit 25 --output yaml
Search Results: "agentic workflows LLM" (10 results, sorted by relevance)
┌─────┬───────────────────────────────────────────┬──────────┬───────────┬──────────┐
│ # │ Title │ Authors │ Year │ Score │
├─────┼───────────────────────────────────────────┼──────────┼───────────┼──────────┤
│ 1 │ AutoGen: Enabling Next-Gen LLM Apps... │ Wu et al.│ 2023 │ 0.95 │
│ │ DOI: 10.48550/arXiv.2308.08155 │ │ arXiv │ 234 cit. │
├─────┼───────────────────────────────────────────┼──────────┼───────────┼──────────┤
│ 2 │ The Landscape of Emerging AI Agent... │ Wang et │ 2024 │ 0.89 │
│ │ DOI: 10.48550/arXiv.2404.11584 │ │ arXiv │ 89 cit. │
├─────┼───────────────────────────────────────────┼──────────┼───────────┼──────────┤
...
Actions:
- Use /research-acquire [DOI] to download papers
- Use /research-quality [DOI] to assess source quality
- Results saved to .aiwg/research/search-cache/results-[timestamp].yaml
This command integrates with the research workflow:
/research-acquire to download selected papers/research-document to create summaries/research-quality to assess evidence quality/research-cite to generate citationsdata-ai
Report which research-corpus radar sidecars are overdue for refresh. Computes staleness (days since last refresh vs the cadence window) for every radar, sorted most-overdue-first. Runs via `aiwg corpus radar-status`.
data-ai
Aggregate research-corpus radar sidecars into a corpus or per-cluster freshness report — totals, overdue count, per-cluster / per-GRADE / per-trajectory breakdowns, an overdue table, and per-radar rationale snippets. Runs via `aiwg corpus radar-report`.
testing
Scaffold radar/freshness sidecars for research-corpus REFs. Pulls title/authors from the citation sidecar and GRADE from the analysis doc, defaults the refresh cadence from GRADE and the cluster from a corpus-local map, and stamps documentation/radar/REF-XXX-radar.md. Runs via `aiwg corpus radar-init`.
data-ai
Compute an entity's publication trajectory — per-year paper counts, topic drift, hot-streak detection (≥3 consecutive A-grade years), and career phase. Runs via `aiwg corpus profile-temporal`.