plugins marketplace
← All plugins

english-writing

v1.0.0

Academic paper writing assistance for CS/ML researchers

Claude Code1 skill

by yzy1.2kupdated 3 months ago

Source

git clone https://github.com/yzy1996/English-Writing

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

english-writing/
├── .claude-plugin/plugin.json
└── skills/academic-paper-polish/SKILL.md

Skills1

academic-paper-polishskills/academic-paper-polish/SKILL.md

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

.claude-plugin/plugin.json
{
  "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"
  ]
}