- Home
- Skills
- Renocrypt
- Latex Arxiv Skill
- Latex Rhythm Refiner
latex-rhythm-refiner_skill
- TeX
165
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill renocrypt/latex-arxiv-skill --skill latex-rhythm-refiner- SKILL.md3.3 KB
Overview
This skill post-processes LaTeX project prose to improve readability by varying sentence and paragraph rhythm while preserving all citations and semantic meaning. It removes filler phrases and unnecessary transitions, tightens voice, and produces balanced paragraph lengths suitable for academic papers. It is designed to run after content generation and leaves LaTeX structure and technical claims intact.
How this skill works
The skill analyzes each section, locates every \cite{...}, and maps sentence and paragraph lengths. It then rewrites sentences to introduce stochastic variation in length, removes specified filler phrases and redundant transitions, and adjusts paragraph boundaries for rhythm. Throughout refinement it verifies that citation tokens, LaTeX commands, figure/table references, and technical claims remain unchanged.
When to use it
- After automated or manual LaTeX content generation is complete
- When sections read as monotonous, blocky, or repetitively phrased
- Before submission or peer review to improve readability and emphasis
- When you need prose tightened without altering technical content
- When you want to preserve citation placement while improving flow
Best practices
- Run per-section so the tool can preserve local context and citation meaning
- Keep the original LaTeX unchanged outside prose (commands, captions, labels)
- Provide a clear section scope to avoid cross-section rewrites
- Review verification checklist after each pass for citation parity and rhythm
- Use the skill after structural edits to avoid reapplying fixes repeatedly
Example use cases
- Refining related-work and discussion sections to reduce repetitive transitions
- Improving clarity in methods and results while keeping all citations fixed
- Balancing rhythm in long literature-review paragraphs for reader engagement
- Polishing conclusion and abstract prose to vary sentence cadence
- Preparing an arXiv submission where citations must remain exactly placed
FAQ
No. Citations are never moved or removed; the tool ensures citation tokens remain with their original claims.
Does it alter LaTeX commands, figures, or tables?
No. The skill preserves LaTeX commands, environments, captions, and figure/table references unchanged.
Can it change technical claims or data?
No. The tool tightens wording and rhythm but does not modify technical claims, values, or terminology.