paper2code — Orchestration You are executing the paper2code skill. This file governs the high-level flow. Each stage dispatches to a detailed reasoning protocol in . Do NOT skip stages. Do NOT combine stages. Execute them in order. Parse arguments Extract from the user's input: - : the arxiv paper ID (e.g., ). Strip any URL prefix. - : one of (default), , . - : one of (default), , . If the user provided a full URL like , extract the ID . If the user provided a versioned ID like , keep the version. Set up working directory Create a temporary working directory: This is where intermediate artifa…