smithery.ai

paper-extract-style

Extract academic style, build domain knowledge base (lexicon/domains), and generate style guide from PDF/TeX files.

First seen Apr 5, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Write, Glob, Bash, WebSearch

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,078 B
  • docs SUMMARY.md 142 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Paper Style Extraction Skill

Goal: Reverse engineer academic style from PDF/TeX files and build the psmfiles/ knowledge base.

Workflow

  1. 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 WebSearch to find them first.

  1. Extract Text:

Execute the extraction script: python paper-extract-style/extracttext.py <filepath> This creates refarticle/cleanedbody.md and refarticle/_appendix.md.

  1. Build Knowledge Base (Incremental Fusion):

Read: Process refarticle/cleanedbody.md. Update psmfiles/lexicondomain.md: Extract high-frequency sentence patterns for each section (Abstract, Intro, Methods, Experiments, Conclusion). Generalize: Replace specific nouns with placeholders (e.g., [Method], [Metric]). De-duplicate: Do not copy the static skeleton from LEXICON.md. Update psmfiles/DOMAINSKnowledge.md: Extract "Territory" statements (Industrial impact). Extract "Niche" statements (Critiques of prior work, Solved problems). Extract "Trends" and "Citations". Fusion Logic: Append new insights; merge duplicate views to reinforce arguments. Do NOT overwrite existing data. Generate psmfiles/STYLEGUIDE.md: Read paper-extract-style/TEMPLATES.md. Fill in the template based on observed style (Voice, Narrative Flow, Formatting). Statistics: Calculate average sentence length for each section. Appendix Check: Check *_appendix.md to define Appendix formatting standards.

  1. Completion:

* Report the location of generated assets in psmfiles/.