1.3 KiB
1.3 KiB
name, description
| name | description |
|---|---|
| reading-list | Use this when the user wants a curated reading sequence, paper shortlist, or tiered set of papers for learning or project onboarding. |
Reading List
When To Use
Use this skill for:
- getting up to speed on a topic
- onboarding into a research area
- choosing which papers to read first
- constructing a project-specific reading order
Procedure
- Start with
alpha_searchinallmode. - Inspect the strongest candidates with
alpha_get_paper. - Use
alpha_ask_paperfor fit questions like:- what problem does this really solve
- what assumptions does it rely on
- what prior work does it build on
- Classify papers into roles:
- foundational
- key recent advances
- evaluation or benchmark references
- critiques or limitations
- likely replication targets
- Order the list intentionally:
- start with orientation
- move to strongest methods
- finish with edges, critiques, or adjacent work
- Write the final list as a durable markdown artifact in
outputs/.
Pitfalls
- Do not sort purely by citations.
- Do not over-index on recency when fundamentals matter.
- Do not include papers you have not inspected at all.
Deliverable
For each paper include:
- title
- year
- why it matters
- when to read it in the sequence
- one caveat or limitation