← Browse

@agentchengfeng/skills

A

chengfeng / AI产品自由 原创维护的论文解读 Skills 下载入口。通过一条 npx 命令从 GitHub 安装最新版到 Claude Code 或 Codex。

skillclaude

Install

agr install @agentchengfeng/skills --target claude

Writes 8 files into .claude/skills/, pinned to git-375fb094.

  • .claude/skills/skills/.gitignore
  • .claude/skills/skills/.npmignore
  • .claude/skills/skills/CITATION.cff
  • .claude/skills/skills/LICENSE
  • .claude/skills/skills/NOTICE.md
  • .claude/skills/skills/README.md
  • .claude/skills/skills/SKILL.md
  • .claude/skills/skills/package.json

Document


name: 成峰论文Skills description: chengfeng / AI产品自由 原创维护的论文解读 Skills 下载入口。通过一条 npx 命令从 GitHub 安装最新版到 Claude Code 或 Codex。 version: 0.1.0

paper-reading-skills 下载说明

这是 chengfeng / AI产品自由 原创维护的论文解读 Skills 下载入口。

它会从 GitHub 安装最新版 paper-reading Skill 到 Claude Code / Codex 的本地 skills 目录。

安装命令:

npx -y github:Agentchengfeng/paper-reading-skills install

源码地址:

https://github.com/Agentchengfeng/paper-reading-skills

安装后会把最新版 Skills 下载到:

~/.claude/skills/paper-reading
~/.codex/skills/paper-reading

检查安装状态:

npx -y github:Agentchengfeng/paper-reading-skills doctor

这个 Skill 用来读论文、技术报告、arXiv PDF 或论文 repo。它不是单纯翻译论文,而是先抓研究目的,再拆问题链、机制链和证据链,最后整理成能继续追问、补充和进知识库的中文材料。

请以 GitHub 仓库为最新来源;如果转载、二次发布或改造,请保留原作者和源码链接。

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-375fb094d5ea2026-07-31