Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

comm-lit-review-claude-singlecomm LIT 审查 Claude single

Agent Skill

comm-lit-review-claude-single 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,740

周安装

74

GitHub Stars

7,775

下载量

610
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:comm-lit-review-claude-single(comm LIT 审查 Claude single)
来源仓库:https://github.com/wanshuiyin/auto-claude-code-research-in-sleep
仓库路径:skills/comm-lit-review-claude-single
安装命令:
npx skills add https://github.com/wanshuiyin/auto-claude-code-research-in-sleep --skill comm-lit-review-claude-single
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/wanshuiyin/auto-claude-code-research-in-sleep --skill comm-lit-review-claude-single

简介

comm-lit-review-claude-single 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于无线通信、5G/6G、卫星网络、Wi-Fi 及 V2X 等通信领域文献综述。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用该技能。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

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
  • web
  • all

If all is specified, interpret it as the full default source set.

Retrieval Order

This is a knowledge-base-first skill. Search in this order unless the user overrides it:

  1. Zotero
  2. Obsidian
  3. local papers/ and literature/
  4. IEEE Xplore
  5. ScienceDirect
  6. ACM Digital Library
  7. broader web

Graceful degradation rules:

  • If a source is unavailable, do not fail.
  • Skip it silently.
  • Continue to the next source.

External Search Policy

For external search:

  • prefer IEEE Xplore first
  • then ScienceDirect
  • then ACM
  • then broader web only when needed

Publication policy:

  • prefer peer-reviewed journals and major conferences
  • label workshop papers as workshop
  • label arXiv-only or author-hosted versions as preprint
  • if both preprint and formal version exist, cite the formal version first

Time-window policy:

  • if the user does not specify a year range, include both a short foundational set and a recent set
  • recommended split:

- foundational: before 2022 - recent: 2022 to present

Venue Priority

Within each database tier, search venue tiers in this order.

Tier A

Journals:

  • IEEE Journal on Selected Areas in Communications (JSAC)
  • IEEE/ACM Transactions on Networking (ToN)
  • IEEE Transactions on Wireless Communications (TWC)
  • IEEE Transactions on Communications (TCOM)

Conferences:

  • ACM SIGCOMM
  • USENIX NSDI
  • ACM MobiCom
  • ACM CoNEXT
  • IEEE INFOCOM

Tier B

Journals:

  • IEEE Transactions on Vehicular Technology (TVT)
  • IEEE Wireless Communications Letters (WCL)
  • IEEE Communications Letters
  • Computer Networks
  • Computer Communications
  • Ad Hoc Networks
  • Physical Communication

Conferences:

  • IEEE ICC
  • IEEE GLOBECOM
  • IEEE WCNC
  • IEEE PIMRC
  • ACM MobiHoc

Tier C

  • other relevant IEEE journals and transactions
  • other relevant Elsevier journals
  • other clearly relevant ACM conferences and workshops
  • topic-specific satellite, optical, vehicular, IoT, aerial, or edge communications venues

Usage rules:

  • start from Tier A
  • widen to Tier B if needed
  • widen to Tier C if still sparse
  • only then broaden to full web search
  • by default this is a soft priority, not a hard whitelist
  • if the user says only top venues, top journals only, or top conferences only, treat Tier A as a hard filter

Workflow

Step 0a: Search Zotero Library

Skip this step if Zotero MCP is not configured or zotero is not enabled.

If available:

  1. search by topic
  2. capture title, authors, year, venue
  3. pull user annotations, tags, or collections when present
  4. treat these as high-priority evidence because they reflect the user's existing library

Step 0b: Search Obsidian Vault

Skip this step if Obsidian MCP is not configured or obsidian is not enabled.

If available:

  1. search topic-related notes
  2. collect summaries, wikilinks, tags, and paper references
  3. treat these notes as the user's processed understanding of the topic

Step 0c: Scan Local Paper Library

Run this step if local is enabled.

  1. locate PDFs from papers/**/*.pdf and literature/**/*.pdf
  2. de-duplicate against Zotero hits when possible
  3. read the first pages of relevant PDFs
  4. extract title, authors, year, problem, method, and relevance
  5. use local hits to guide and de-duplicate later external search

Step 1: Search External Primary Sources

Use a layered search strategy. For communications topics, avoid random blog posts or tertiary summaries.

Database ladder:

  1. ieeexplore.ieee.org
  2. sciencedirect.com
  3. dl.acm.org
  4. broader web using primary publisher pages, official conference sites, DOI pages, and author-hosted copies of already-identified formal papers

Move to the next database tier only when:

  • the higher-priority tier is too sparse
  • the topic clearly publishes elsewhere
  • the user explicitly asks for broader coverage

Within each database tier:

  1. start from Tier A venues
  2. widen to Tier B if needed
  3. widen to Tier C if still sparse

Step 2: Extract Paper-Level Facts

For each relevant paper, capture:

  • Title
  • Authors
  • Year
  • Venue
  • Layer or system scope
  • Scenario and assumptions
  • Core method
  • Main result or claim
  • Limitation
  • Relevance to the user's topic
  • Source URL
  • Source origin: zotero, obsidian, local, ieee, sciencedirect, acm, or web

Favor concrete numbers, assumptions, and problem definitions over generic paraphrases.

Do not collapse transport-layer rate control and PHY/MAC rate adaptation into one bucket without saying so explicitly.

Synthesis Rules

Group papers by technical axis rather than by search order. Common groupings:

  • PHY/MAC adaptation
  • transport and congestion control
  • NTN and satellite resource management
  • cross-layer or learning-based control
  • measurement and empirical studies

When useful, explicitly separate:

  • foundational vs recent work
  • formal publications vs preprints
  • top-tier vs lower-tier venues
  • single-link vs multi-user formulations
  • simulation-only vs deployment-backed work
  • user-owned sources vs newly surfaced external papers

If evidence is weak, say so instead of smoothing it over.

Output

Use a literature table with these columns:

PaperVenueYearLayerScenarioMethodKey ResultLimitationRelevanceSource

Source should indicate where the paper came from first:

  • zotero
  • obsidian
  • local
  • ieee
  • sciencedirect
  • acm
  • web

After the table, summarize in this order:

  1. what the field is mostly trying to solve
  2. how papers cluster into 2-4 approaches
  3. what the user already had vs what was newly surfaced
  4. where the evidence is strong vs weak
  5. what research gap remains

End with Practical Takeaway:

  • dominant current approach
  • likely saturated direction
  • promising open direction

Key Rules

  • Never fail because Zotero or Obsidian MCP is missing.
  • Prefer user-owned sources first when available, but do not let them replace external validation.
  • Prefer primary formal sources over summaries or tertiary commentary.
  • Prefer IEEE and ScienceDirect first, ACM second, and only then broader web search unless the user asks otherwise.
  • Search venue tiers from top to broad within each database tier.
  • Treat venue tiers as soft ranking by default and hard constraint only when the user explicitly asks for top-only search.
  • Do not pretend a preprint is peer reviewed.
  • If the topic spans multiple layers, say that the literature itself is split across layers.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.51%
按下载量换算217

Claude

28.96%
按下载量换算177

Cursor

19.57%
按下载量换算119

Gemini CLI

8.8%
按下载量换算54

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills