english-writing
v1.0.0Academic paper writing assistance for CS/ML researchers
by yzy1.2kupdated 3 months ago
Source
git clone https://github.com/yzy1996/English-WritingClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .claude-plugin/plugin.json└── skills/academic-paper-polish/SKILL.md
Skills1
Polish and improve English writing for academic/research papers, especially in CS and ML fields. Use this skill whenever the user asks to improve, revise, or polish academic writing; wants sentence templates or phrase suggestions for paper sections (abstract, introduction, related work, method, experiment, conclusion, rebuttal); needs better vocabulary or synonyms for paper writing; asks how to phrase results, describe methods, or present findings academically; wants help writing any part of a research paper. Also activate when the user pastes a paragraph and asks to "make it better", "make it more academic", or similar in a research context.
Manifests1
{
"name": "english-writing",
"version": "1.0.0",
"description": "Academic paper writing assistance for CS/ML researchers",
"author": {
"name": "yzy"
},
"keywords": [
"academic",
"writing",
"paper",
"polish",
"english",
"research"
]
}