ai4math-paper-reading
Route AI4Math paper-reading tasks to the appropriate bundled skill package.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Route AI4Math paper-reading tasks to the appropriate bundled skill package.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when extracting reusable AI4Math research skills from papers, especially PDF-to-SkillCard workflows, paper triage, PDF preparation, proof-pattern extraction, and cross-paper SkillCard synthesis for a coding-agent-neutral paper-to-skill workflow.
Cluster, deduplicate, generalize, and rank proof-pattern SkillCandidates or SkillCards extracted from multiple papers. Use when a coding agent should synthesize single-paper extractions into a domain method map, merged SkillCards, and a synthesis report for an AI4Math skill library.
Search for papers that may provide new methods, new theory, sharper bounds, different assumptions, proof techniques, lower bounds, abstractions, or cross-domain transfers for a math research direction. Use when a coding agent should look beyond nearest-neighbor related work and generate innovation_candidates.json with reasons and risks.
Download open-access research-paper PDFs selected from reading_plan.json, candidate_papers.json, or innovation_candidates.json. Use when a coding agent should save paper.pdf, metadata.json, and a bilingual download report for confirmed paper IDs without bypassing paywalls, and before PDF-to-Markdown conversion or paper-to-skill extraction.
Extract reusable mathematical research skills from Markdown papers, especially proof-pattern skills such as descent lemmas, inequality relaxations, telescoping bounds, error decompositions, Lyapunov arguments, concentration bounds, Galerkin/Cea arguments, Aubin-Nitsche duality, and Lax-Milgram well-posedness. Use when a coding agent is asked to turn a math paper, proof, theorem section, convergence analysis, stability analysis, or error analysis into SkillCandidate JSON, SkillCard YAML, or a paper-to-skill report without relying on external LLM APIs.
Run the complete AI4Math paper-to-skill workflow from a user-provided PDF or Markdown paper. Use when a coding agent should preserve the original paper, convert PDF to paper.md when needed, extract proof-pattern SkillCandidates and SkillCards with line evidence, and optionally route reviewed cards into cross-paper synthesis.
| name | ai4math-paper-reading |
| description | Route AI4Math paper-reading tasks to the appropriate bundled skill package. |
Use this repository as a routing layer for mathematical paper-reading workflows.
skills/paper-to-skill/: run the full paper-to-skill workflow, including
PDF preparation, triage, extraction, and synthesis. Read SKILL.md and
README.md before use.skills/math-paper-reading/: paper-reading assistant modules. Start with
SKILL.md, README.md, and agent_router.md.Prefer package-local instructions over this router when running a concrete workflow.