academic-research
Systematic academic literature search with source prioritization and APA 7th edition citations. Use when the user needs to research a topic with scholarly sources, verify claims with academic backing, find peer-reviewed evidence, compile research findings, or generate properly cited reports. Triggers: "research [topic]", "what does the research say about...", "find studies on...", "verify this claim...", "literature review", "academic sources for...", "peer-reviewed evidence", "scholarly articles about...", "evidence-based", "cite sources for...". This skill provides basic APA citation capabilities; for advanced citation work (complex source types, edge cases, batch formatting), consider the `apa-style-citation` skill which offers enhanced citation expertise.
NPX Install
npx skill4agent add romanmesicek/agent-skills academic-researchTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Academic Research Skill
Research Workflow
1. Search Strategy (Execute in Order)
site:scholar.google.com [topic]site:pubmed.ncbi.nlm.nih.gov [topic]site:semanticscholar.org [topic]site:arxiv.org [topic]
site:edu [topic] researchsite:gov [topic]site:who.int OR site:un.org [topic]
- Verify author credentials before citing
- Cross-reference with academic sources
2. Classify & Tag Sources
- - single source only
[UNVERIFIED] - - sources disagree
[CONFLICTING] - - potential commercial bias
[INDUSTRY SOURCE] - - not peer-reviewed
[PREPRINT] - - >5 years old in fast-moving field
[OUTDATED] - - primary source not accessed
[SECONDARY]
3. Generate Report
# Research Report: [Topic]
**Query:** [question]
**Date:** [YYYY-MM-DD]
## Executive Summary
[2-3 paragraph synthesis]
## Methodology
- Search queries used
- Databases searched
- Inclusion/exclusion criteria
## Findings
### [Theme 1]
[Content with inline citations (Author, Year)]
## Source Quality Assessment
| Source | Type | Priority | Notes |
|--------|------|----------|-------|
## Uncertainties and Limitations
- [conflicts, gaps, biases]
## References
[APA 7th edition, alphabetized]APA Citation Basics
- Journal: Author, A. (Year). Title of article. Journal Name, Vol(Issue), pp–pp. https://doi.org/xxx
- Website: Author. (Year, Month Day). Title. Site Name. https://url
- Report: Organization. (Year). Title of report. https://url
Note: For advanced citation work (complex source types, legal/media citations, batch formatting), theskill provides enhanced expertise.apa-style-citation
Quality Checklist
- All claims have citations
- Source hierarchy followed (prioritize peer-reviewed)
- Conflicts noted with marker
[CONFLICTING] - Uncertainties section populated
- References complete in APA format
Core Rules
- Never fabricate sources - if no evidence exists, say so
- Acknowledge limitations - be transparent about gaps
- Maintain objectivity - present conflicting evidence fairly
- Prioritize recency - prefer recent sources unless historical context needed
- Weight by priority - higher priority sources trump lower when conflicting
Scripts
python scripts/research_agent.py generate-queries "topic"python scripts/research_agent.py classify-url "https://..."