AI Agent prompts for deep paper reading — auto-routes to benchmark, methodology, or survey/opinion analysis frameworks. Works with Cursor, Claude Code, Codex, and OpenCode.
# AI Reading Skills 让 AI Agent 深度阅读论文和博客的 prompt 集合。根据内容类型自动路由到对应的分析框架。 ## 安装 ```bash npx skills add Ayanami0730/paper-read-skill -g ``` 或手动复制 `skills/` 目录下的子文件夹到 `~/.cursor/skills/`。 ## 包含的 Skills ### Paper Analysis 根据论文类型自动路由分析框架: - **Benchmark 论文**:评测数据集与评估框架的深度剖析 - **方法/算法论文**:模型架构、训练策略与技术创新的全面分析 - **综述/观点/博客**:论点结构、覆盖完整性与批判性审视 ### Blog Reading (NEW) 根据博客类型自动路由分析框架,以中文自然语言段落输出(禁用 markdown 列表): - **技术研究型**:深入解读技术原理、评估创新程度与证据强度 - **产品发布型**:穿透营销叙事、提炼真实技术进步与用户价值 - **行业观点型**:解构论证逻辑、识别立场偏见、补充反方声音 - **案例故事型**:区分公关包装与真实经验、提取可迁移模式 ## 工具需求 各 agent 自带的 web fetch 工具即可获取论文和博客内容,无需额外配置 Firecrawl 等付费抓取服务。 ## 兼容的 Agent Cursor · Claude Code · Codex · OpenCode ## License MIT
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.