arxiv-search/SKILL.md
Search arXiv preprint repository for research papers in physics, mathematics, computer science, quantitative biology, finance, and statistics. Use when finding academic papers, preprints, ML research, scientific publications. Triggers: arxiv, preprint, research paper, academic paper, scientific literature.
npx skillsauth add deevsdeevs/agent-system arxiv-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search the arXiv preprint repository for scholarly articles across physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, and economics.
# Basic search (auto-selects best implementation)
${CLAUDE_PLUGIN_ROOT}/arxiv_search "transformer attention mechanism"
# Limit results
${CLAUDE_PLUGIN_ROOT}/arxiv_search "protein folding" --max-papers 5
The skill auto-detects the best available implementation:
uv + arxiv package or python3 + arxiv are availablecurl + awk - works everywhere, no dependenciesTo enable Python implementation:
uv pip install arxiv
| Argument | Required | Default | Description |
|----------|----------|---------|-------------|
| query | Yes | - | Search query string |
| --max-papers | No | 10 | Maximum papers to retrieve |
Returns formatted results with:
Papers are separated by blank lines for readability.
Machine learning research:
${CLAUDE_PLUGIN_ROOT}/arxiv_search "large language models reasoning" --max-papers 5
Physics papers:
${CLAUDE_PLUGIN_ROOT}/arxiv_search "quantum computing error correction"
Statistics and methods:
${CLAUDE_PLUGIN_ROOT}/arxiv_search "bayesian inference neural networks"
Common categories for reference:
development
This skill should be used when the user asks about "market microstructure", "exchange mechanics", "order book", "auction", "NBBO", "Reg NMS", "trading venue", "halt", "LULD", "tick size", "maker-taker", "price-time priority", "SIP", "direct feed", "TRF", "wholesaler", "PFOF", "best execution", "trade-through", "ISO", "opening cross", "closing cross", "NOII", "ITCH", "OUCH", or mentions specific exchanges (Nasdaq, NYSE, CME, Binance, SHFE, DCE, CZCE, CFFEX, INE, etc.). For Chinese futures: "CTP", "综合交易平台", "夜盘", "night session", "看穿式监管", "position limits", "持仓限额", queue position in Chinese markets, or Chinese product codes (rb, cu, sc, if, ic, i, j, ta, ma, etc.). Provides hierarchical venue expertise for research and debugging trading systems.
development
This skill should be used when the user asks about Polars DataFrame library (Apache Arrow) for Python or Rust. Triggers: "polars expressions", "lazy vs eager", "scan_parquet streaming", "convert pandas to polars", "pyspark to polars", "kdb to polars", "group_by_dynamic", "rolling_mean", "polars window functions", "asof join", "polars GPU", "polars parquet", "LazyFrame". Time series: OHLCV resampling, rolling windows, financial data patterns. Performance: native expressions over map_elements, early projection, categorical types, streaming.
testing
Run research orchestration for data quality, factor geometry, hypothesis validation, and incident forensics. Use when you need SHIP/KILL/ITERATE decisions with strict validation. Triggers: mft-strategist, data-sentinel, factor-geometer, skeptic, forensic-auditor, research pipeline, hypothesis validation, post-mortem.
development
Use when building Go applications requiring concurrent programming, microservices architecture, or high-performance systems. Invoke for goroutines, channels, Go generics, gRPC integration.