ablation-planner
Use when main results pass result-to-claim (claim_supported=yes or partial) and ablation studies are needed for paper submission.
Search and analyze research papers, find related work, summarize key ideas. Use when user says "find papers", "related work", "literature review", "what does this paper say", or needs to understand academic papers.
$ npx -y skills add wanshuiyin/Auto-claude-code-research-in-sleep --skill research-lit --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/research-litContext preview
The summary Claude sees to decide when to auto-load this skill.
Search and analyze research papers, find related work, summarize key ideas. Use when user says "find papers", "related work", "literature review", "what does this paper say", or needs to understand academic papers.
name: research-lit description: Search and analyze research papers, find related work, summarize key ideas. Use when user says "find papers", "related work", "literature review", "what does this paper say", or needs to understand academic papers. argument-hint: "[paper-topic-or-url]" allowed-tools: Bash(*), Read, Glob, Grep, WebSearch, WebFetch, Write, Agent, mcp__zotero__*, mcp__obsidian-vault__*
Research topic: $ARGUMENTS
1. `papers/` in the current project directory 2. `literature/` in the current project directory 3. Custom path specified by user in `CLAUDE.md` under `## Paper Library`
> 💡 Overrides: > - `/research-lit "topic" — paper library: ~/my_papers/` — custom local PDF path > - `/research-lit "topic" — sources: zotero, local` — only search Zotero + local PDFs > - `/research-lit "topic" — sources: web` — only search the web (skip all local) > - `/research-lit "topic" — sources: web, semantic-scholar` — also search Semantic Scholar for published venue papers (IEEE, ACM, etc.) > - `/research-lit "topic" — sources: all, deepxiv` — use default sources plus DeepXiv > - `/research-lit "topic" — arxiv download: true` — download top relevant arXiv PDFs > - `/research-lit "topic" — arxiv download: true, max download: 10` — download up to 10 PDFs
This skill checks multiple sources **in priority order**. All are optional — if a source is not configured or not requested, skip it silently.
Parse `$ARGUMENTS` for a `— sources:` directive:
Examples:
/research-lit "diffusion models" → all (default, no S2) /research-lit "diffusion models" — sources: all → all (default, no S2) /research-lit "diffusion models" — sources: zotero → Zotero only /research-lit "diffusion models" — sources: zotero, web → Zotero + web /research-lit "diffusion models" — sources: local → local PDFs only /research-lit "topic" — sources: obsidian, local, web → skip Zotero /research-lit "topic" — sources: web, semantic-scholar → web + S2 API (IEEE/ACM venue papers) /research-lit "topic" — sources: deepxiv → DeepXiv only /research-lit "topic" — sources: all, deepxiv → default sources + DeepXiv /research-lit "topic" — sources: all, semantic-scholar → all + S2 API /research-lit "topic" — sources: exa → Exa only (broad web + content extraction) /research-lit "topic" — sources: all, exa → default sources + Exa web search /research-lit "topic" — sources: gemini → Gemini only (AI-powered broad discovery) /research-lit "topic" — sources: all, gemini → default sources + Gemini discovery /research-lit "topic" — sources: gemini, semantic-scholar → Gemini + S2 (broad discovery + venue metadata) /research-lit "topic" — sources: openalex → OpenAlex only (open citation graph + institutions) /research-lit "topic" — sources: semantic-scholar, openalex → S2 + OpenAlex (complementary metadata)
| Priority | Source | ID | How to detect | What it provides | |----------|--------|----|---------------|-----------------| | 1 | **Zotero** (via MCP) | `zotero` | Try calling any `mcp__zotero__*` tool — if unavailable, skip | Collections, tags, annotations, PDF highlights, BibTeX, semantic search | | 2 | **Obsidian** (via MCP) | `obsidian` | Try calling any `mcp__obsidian-vault__*` tool — if unavailable, skip | Research notes, paper summaries, tagged references, wikilinks | | 3 | **Local PDFs** | `local` | `Glob: papers/**/*.pdf, literature/**/*.pdf` | Raw PDF content (first 3 pages) | | 4 | **Web search** | `web` | Always available (WebSearch) | arXiv, Semantic Scholar, Google Scholar | | 5 | **Semantic Scholar API** | `semantic-scholar` | `$S2_FETCHER` resolves (canonical name `semantic_scholar_fetch.py`, per integration-contract §2) | Published venue papers (IEEE, ACM, Springer) with structured metadata: citation counts, venue info, TLDR. **Only runs when explicitly requested** via `— sources: semantic-scholar` or `— sources: web, semantic-scholar` | | 6 | **DeepXiv CLI** | `deepxiv` | `$DEEPXIV_FETCHER` resolves (canonical name `deepxiv_fetch.py`, per integration-contract §2) **and** `deepxiv` CLI present (`command -v deepxiv`) | Progressive paper retrieval: search, brief, head, section, trending, web search. **Only runs when explicitly requested** via `— sources: deepxiv` or `— sources: all, deepxiv` | | 7 | **Exa Search** | `exa` | `$EXA_FETCHER` resolve
· · · · · · -orange?style=flat) · · 💬 Join Community · 💡 Use ARIS as a skill-based workflow in Claude Code / Codex CLI / Cursor / Trae / Antigravity / GitHub Copilot CLI / OpenClaw / DeepSeek Harness, or get the full experience with the standalone ARIS-Code
Use when main results pass result-to-claim (claim_supported=yes or partial) and ablation studies are needed for paper submission.
Quick single-paper lookup via AlphaXiv LLM-optimized summaries with tiered source fallback. Use when user says "explain this paper", "summarize paper", pastes…
Analyze ML experiment results, compute statistics, generate comparison tables and insights. Use when user says "analyze results", "compare", or needs to…
Search, download, and summarize academic papers from arXiv. Use when user says "search arxiv", "download paper", "fetch arxiv", "arxiv search", "get paper…
Autonomously improve a generated paper via GPT-6-Astra xhigh review → implement fixes → recompile, for 2 rounds. Use when user says \"改论文\", \"improve paper\",…
Autonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop…