ai-paper-reader
✓深度解析 AI 论文,生成可直接发布的专业阅读笔记
Installation
SKILL.md
class HSTULayer(nn.Module): def forward(self, x): Pointwise Projection projected = F.silu(self.projin(x)) u, v, q, k = projected.split([...], dim=-1)
Spatial Aggregation (不是 Softmax!) attn = F.silu(q @ k.T + self.relbias) out = self.norm(attn @ v) u
| 嵌入式图片 | 作者插入的 PNG/JPEG | getimages() | | 矢量图形 | 架构图、流程图等绘制的图形 | clusterdrawings() |
深度解析 AI 论文,生成可直接发布的专业阅读笔记 Source: frostant/awesome-claude-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/frostant/awesome-claude-skills --skill ai-paper-reader- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is ai-paper-reader?
深度解析 AI 论文,生成可直接发布的专业阅读笔记 Source: frostant/awesome-claude-skills.
How do I install ai-paper-reader?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/frostant/awesome-claude-skills --skill ai-paper-reader Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/frostant/awesome-claude-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01