What problem does it solve?
This Skill turns arXiv paper research into an end-to-end, reproducible workflow by letting you search, initialize a paper project, produce structured reading notes, generate reproduction artifacts, and scaffold experiments/deployment and contribution materials via one unified CLI entry.
Core Features & Use Cases
- Unified research pipeline: Runs a single command router that dispatches to arXiv subcommands for search, daily digests, project init, context management, reading/notes tracking, reproduction, lab scaffolds, deployment scaffolds, dataset drafting, and fix/prompt generation.
- Context-driven operations: Uses an active paper context (by arXiv id / project path) so you can continue a workflow across multiple steps without repeatedly specifying identifiers.
- Engineering-first outputs: Produces concrete files in a local knowledge base (e.g., SUMMARY.md, REPRODUCTION.md, playground scripts, deployment templates, and contribution templates) to reduce manual glue work.
Quick Start
Use the command arxiv init 2401.12345 to create a local project space for that paper and prepare it for subsequent search, read, repro, and engineering steps.