skills/modelscope.cn/extract-algorithm

extract-algorithm

SKILL.md

Extract Algorithm

Identify, document, and translate algorithms from research papers into structured pseudocode for implementation planning.

When to Use

  • Converting paper algorithms to code
  • Understanding computational complexity
  • Planning implementation steps
  • Documenting algorithm variations

Quick Reference

# Extract text from PDF focusing on algorithms
pdftotext paper.pdf - | grep -A 20 -i "algorithm\|pseudocode" | head -50
Installs
1
First Seen
May 27, 2026
extract-algorithm from modelscope.cn