paper-extract-style
Installation
SKILL.md
Paper Style Extraction Skill
Goal: Reverse engineer academic style from PDF/TeX files and build the psmfiles/ knowledge base.
Workflow
-
Locate Source Files:
- Look for PDF, TeX, or TXT files in the current directory or user-specified path.
- If user requests new papers/datasets, use
WebSearchto find them first.
-
Extract Text:
- Execute the extraction script:
python paper-extract-style/extract_text.py <file_path> - This creates
ref_article/*_cleaned_body.mdandref_article/*_appendix.md.
- Execute the extraction script: