comm-lit-review-claude-single

Solid

Communications-domain literature review with Claude-style knowledge-base-first retrieval. Use when the task is about communications, wireless, networking, satellite/NTN, Wi-Fi, cellular, transport protocols, congestion control, routing, scheduling, MAC/PHY, rate adaptation, channel estimation, beamforming, or communication-system research and the user wants papers, related work, a survey, or a landscape summary. Search Zotero, Obsidian, and local paper folders first when available, then search IEEE Xplore, ScienceDirect, ACM Digital Library, and broader web in that order.

AI & Automation 11,977 stars 1099 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Comm Lit Review Claude Single Research topic: $ARGUMENTS ## Purpose Use this skill for communications-domain literature review when the topic is about: - wireless communications - cellular systems, `4G/5G/6G`, `NR`, `NTN` - satellite, `LEO`, `GEO`, integrated space-air-ground systems - Wi-Fi, WLAN, mesh, ad hoc, sidelink, V2X - routing, scheduling, resource allocation, beamforming - rate adaptation, link adaptation, `ACM`, `HARQ`, `CSI` feedback - transport protocols and congestion control in communication networks - cross-layer optimization for communication systems If the center of gravity is generic ML architecture research, pure control theory without communications literature, or software/API documentation rather than papers, fall back to a general literature skill. ## Constants - **PAPER_LIBRARY**: Check local PDFs in this order: 1. `papers/` in the current project 2. `literature/` in the current project 3. Custom path specified by the user in `CLAUDE.md` under `## Paper Library` - **MAX_LOCAL_PAPERS = 20**: Maximum number of local PDFs to scan. If there are more, prioritize by filename and first-page relevance. ## Source Selection Parse `$ARGUMENTS` for a `— sources:` directive. - If `— sources:` is specified, only search the listed sources. - If not specified, default to: - `zotero` - `obsidian` - `local` - `ieee` - `sciencedirect` - `acm` - `web` Valid source values: - `zotero` - `obsidian` - `local` - `ieee` - `sciencedirect` - `acm...

Details

Author
wanshuiyin
Repository
wanshuiyin/Auto-claude-code-research-in-sleep
Created
3 months ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

comm-lit-review

Communications-domain literature review and related-work search with database-aware source control. Use when the task is about communications, wireless, networking, satellite/NTN, Wi-Fi, cellular, transport protocols, congestion control, routing, scheduling, MAC/PHY, rate adaptation, channel estimation, beamforming, or communication-system research and the user wants papers, prior art, a survey, related work, or a landscape summary. Prioritize IEEE Xplore and ScienceDirect, prefer formal publications over preprints, and separate foundational work from recent progress.

11,977 Updated yesterday
wanshuiyin
AI & Automation Solid

research-lit

Search and analyze research papers, find related work, summarize key ideas. Use when user says "find papers", "related work", "literature review", "what does this paper say", or needs to understand academic papers.

11,977 Updated yesterday
wanshuiyin
AI & Automation Listed

litreview

Runs a structured multi-source literature search across arXiv, Semantic Scholar, and OpenAlex MCPs (with Crossref as fallback), dedupes by DOI / arXiv-ID / fuzzy title, scores each unique paper 1–5 for relevance to the user's query, and returns a ranked summarized list with takeaways framed for a quantitative marketing audience. Use this skill whenever the user asks to "find papers on X", "do a lit review on Y", "what's the literature on Z", "any recent work on W", "find references for my paper's intro", or pastes a topic with phrases like "since 2022" / "open access only" / "n=30". Optionally hands off the top hits (score >=4) to `/cite` for batch Zotero adds. Distinct from `/draft` (which writes prose) and `/cite` (which adds a single paper).

3 Updated today
ericluo04