algo-reconstruct

Installation
SKILL.md

Algorithm Reconstructor

Reconstruct methodological logic from papers and code into publication-grade LaTeX pseudocode.

Workflow

  1. Gather sources — Read paper methodology section, appendix, and source code. Prioritize paper over code.
  2. Identify novelty — Pinpoint the core contribution. Do NOT reduce it to a generic training loop.
  3. Select structure — Single unified algorithm, or multi-algorithm by stage. Adapt to paper's natural decomposition.
  4. Draft pseudocode — Follow style rules below. Use references/notation.md for symbol mapping.
  5. Compile — Run scripts/compile_algo.py on the generated .tex. Fix errors until PDF succeeds.
  6. Output — Deliver: Rationale → LaTeX → Complexity Analysis → Compilation Result.

Source Priority

Installs
3
GitHub Stars
32
First Seen
May 13, 2026
algo-reconstruct — huiyuli-2000/gen-pseudocode-skill