Compile, audit, and improve English LaTeX conference and journal papers with targeted module-based checks.
Works with
Supports 12 specialized modules covering compilation, formatting, bibliography validation, grammar, sentence clarity, logic flow, expression polish, translation, title optimization, figure quality, pseudocode review, and experiment-section analysis.
Preserves LaTeX syntax, citations, references, labels, and math environments by default; returns findings in diff-comment style for ea
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionlatex-paper-enExecute the skills CLI command in your project's root directory to begin installation:
Fetches latex-paper-en from bahayonghang/academic-writing-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate latex-paper-en. Access via /latex-paper-en in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
22
total installs
22
this week
101
GitHub stars
0
upvotes
Run in your terminal
22
installs
22
this week
101
stars
Use this skill for targeted work on an existing English LaTeX paper project. Keep the workflow low-friction: identify the right module, run the smallest useful check, and return actionable comments in LaTeX-friendly review format.
Use this skill when the user has an existing English .tex paper project and wants help with:
Do not use this skill for:
paper-audit)| Module | Use when | Primary command | Read next |
|---|---|---|---|
compile |
Build fails or the user wants a fresh compile | uv run python -B $SKILL_DIR/scripts/compile.py main.tex |
references/modules/COMPILE.md |
format |
User asks for LaTeX or venue formatting review | uv run python -B $SKILL_DIR/scripts/check_format.py main.tex |
references/modules/FORMAT.md |
bibliography |
Missing citations, unused entries, BibTeX validation | uv run python -B $SKILL_DIR/scripts/verify_bib.py references.bib --tex main.tex |
references/modules/BIBLIOGRAPHY.md |
grammar |
Grammar and surface-level language fixes | uv run python -B $SKILL_DIR/scripts/analyze_grammar.py main.tex --section introduction |
references/modules/GRAMMAR.md |
sentences |
Long, dense, or hard-to-read sentences | uv run python -B $SKILL_DIR/scripts/analyze_sentences.py main.tex --section introduction |
references/modules/SENTENCES.md |
logic |
Weak argument flow, unclear transitions, introduction funnel problems, or abstract/conclusion misalignment | uv run python -B $SKILL_DIR/scripts/analyze_logic.py main.tex --section methods |
references/modules/LOGIC.md |
expression |
Academic tone polish without changing claims | uv run python -B $SKILL_DIR/scripts/improve_expression.py main.tex --section related |
references/modules/EXPRESSION.md |
translation |
Chinese-to-English academic translation or bilingual polishing | uv run python -B $SKILL_DIR/scripts/translate_academic.py input.txt --domain deep-learning |
references/modules/TRANSLATION.md |
title |
Generate, compare, or optimize paper titles | uv run python -B $SKILL_DIR/scripts/optimize_title.py main.tex --check |
references/modules/TITLE.md |
figures |
Figure existence, extension, DPI, or caption review | uv run python -B $SKILL_DIR/scripts/check_figures.py main.tex |
references/REVIEWER_PERSPECTIVE.md |
pseudocode |
IEEE-safe pseudocode review, algorithm2e cleanup, caption/label/reference checks, and comment-length review |
uv run python -B $SKILL_DIR/scripts/check_pseudocode.py main.tex --venue ieee |
references/modules/PSEUDOCODE.md |
deai |
Reduce AI-writing traces while preserving LaTeX syntax | uv run python -B $SKILL_DIR/scripts/deai_check.py main.tex --section introduction |
references/modules/DEAI.md |
experiment |
Inspect experiment design/write-up quality, discussion depth, discussion layering, and conclusion completeness | uv run python -B $SKILL_DIR/scripts/analyze_experiment.py main.tex --section experiments |
references/modules/EXPERIMENT.md |
tables |
Table structure validation, three-line table generation, or booktabs review | uv run python -B $SKILL_DIR/scripts/check_tables.py main.tex |
references/modules/TABLES.md |
abstract |
Abstract five-element structure diagnosis and word count validation | uv run python -B $SKILL_DIR/scripts/analyze_abstract.py main.tex |
references/modules/ABSTRACT.md |
adapt |
Journal adaptation: reformat paper for a different venue | (LLM-driven workflow) | references/modules/ADAPT.md |
main.tex or the paper entrypoint.--section SECTION when the request is section-specific.If arguments are missing, ask only for the file path and the target module.
% MODULE (Line N) [Severity] [Priority]: Issue ...\cite{}, \ref{}, \label{}, custom macros, and math environments unless the user explicitly asks for source edits.$ARGUMENTS and identify the smallest matching module.uv run python -B ....references/STYLE_GUIDE.md: tone and style defaults.references/VENUES.md: venue-specific expectations.references/CITATION_VERIFICATION.md: citation verification workflow.references/REVIEWER_PERSPECTIVE.md: reviewer-style heuristics for figures and clarity.references/modules/: module-by-module commands and decision notes.references/modules/PSEUDOCODE.md: IEEE-safe defaults for LaTeX pseudocode.Read only the file that matches the active module.
main.tex still fails after BibTeX.”algorithm2e floats and tell me how to make it IEEE-safe.”See examples/ for complete request-to-command walkthroughs.
Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
davila7/claude-code-templates
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
latex-paper-en fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
latex-paper-en is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Useful defaults in latex-paper-en — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
latex-paper-en is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Solid pick for teams standardizing on skills: latex-paper-en is focused, and the summary matches what you get after install.
Registry listing for latex-paper-en matched our evaluation — installs cleanly and behaves as described in the markdown.
Useful defaults in latex-paper-en — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
I recommend latex-paper-en for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Keeps context tight: latex-paper-en is the kind of skill you can hand to a new teammate without a long onboarding doc.
latex-paper-en has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 45