-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathllms.txt
More file actions
40 lines (27 loc) · 2.41 KB
/
Copy pathllms.txt
File metadata and controls
40 lines (27 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# AI Reading Skills
> AI Agent prompts for deep reading of papers and blog posts. Auto-routes to type-specific analysis frameworks.
## What this is
A set of structured prompts (Agent Skills) that guide AI coding assistants through rigorous analysis of academic papers and tech blog posts. Supports multiple content types with specialized frameworks for each.
## Install
```
npx skills add Ayanami0730/paper-read-skill -g
```
Or manually copy `skills/` subdirectories to `~/.cursor/skills/`.
## Compatible agents
Cursor, Claude Code, OpenAI Codex, OpenCode
## Skills included
### Paper Analysis
Type-specific analysis for benchmark, methodology, and survey/opinion papers. Features contributor tracing, critical analysis, literature network building, and LaTeX metrics explanation. For papers published in or submitted to top journals (Nature/Science/Cell family), an additional journal-reading layer (journal-nature.md) is overlaid on top of the technical framework: publication strategy (preprint-to-final evolution, paper-family / co-timed companions, author-list institutional composition), Abstract sentence-cluster breakdown, Introduction paragraph-function map, figure design and per-figure screenshot analysis, methodological honesty and reproducibility, impact and dissemination, and top-journal paradigm critique.
### Blog Reading
Type-specific analysis for tech blogs: technical-research, product-launch, industry-opinion, and case-story. Outputs in natural Chinese prose paragraphs (no markdown lists). Features narrative deconstruction, evidence strength assessment, and transferable insight extraction.
## Files
- skills/paper-analysis/SKILL.md: Paper analysis routing logic and shared instructions
- skills/paper-analysis/prompts/benchmark.md: Benchmark paper framework
- skills/paper-analysis/prompts/methodology.md: Methodology paper framework
- skills/paper-analysis/prompts/survey-opinion.md: Survey and opinion paper framework
- skills/paper-analysis/prompts/journal-nature.md: Top-journal (Nature/Science/Cell) overlay framework
- skills/blog-reading/SKILL.md: Blog reading routing logic and shared instructions
- skills/blog-reading/prompts/technical-research.md: Technical research blog framework
- skills/blog-reading/prompts/product-launch.md: Product launch blog framework
- skills/blog-reading/prompts/industry-opinion.md: Industry opinion blog framework
- skills/blog-reading/prompts/case-story.md: Case story blog framework