academic-writing-assistant
v0.2.0A fidelity-first academic writing Skill for Chinese and English research papers.
By Academic Writing Assistant contributorsLicense: MIT6 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 10, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install academic-writing-assistant for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add academic-writing-assistant@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/LvvUP/academic-writing-assistantClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json└── skills/academic-writing-assistant/SKILL.md
Included Skills1
Use for any work on a research manuscript in Chinese or English — polishing, proofreading, or "make this sound like a real paper"; Chinese-English academic translation; drafting or tightening an abstract, introduction, related work, method, experiment, discussion, limitation, or conclusion; reviewer responses, rebuttals, and response letters; cover letters, highlights, and AI-use disclosure statements; title and contribution-statement optimization; terminology, tense, abbreviation, and symbol consistency across a draft; editing LaTeX source without breaking \cite, \ref, or math. Trigger this whenever a user shares paragraph-length text that reads like a paper, mentions SCI/EI/IEEE/Elsevier/Springer, a journal or conference name, a reviewer comment, or a thesis chapter — even if they only say "改一下" or "help me with this paragraph." Do not use it to invent citations, datasets, experimental numbers, or to evade plagiarism and AI detection.
Plugin manifests1
{
"name": "academic-writing-assistant",
"version": "0.2.0",
"description": "A fidelity-first academic writing Skill for Chinese and English research papers.",
"author": {
"name": "Academic Writing Assistant contributors",
"url": "https://github.com/LvvUP"
},
"homepage": "https://github.com/LvvUP/academic-writing-assistant",
"repository": "https://github.com/LvvUP/academic-writing-assistant",
"license": "MIT",
"keywords": [
"academic-writing",
"research-paper",
"codex-skill",
"claude-skill",
"translation",
"polishing",
"chinese-academic-writing",
"reviewer-response",
"rebuttal",
"latex",
"manuscript",
"peer-review"
],
"skills": "./skills/",
"interface": {
"displayName": "Academic Writing Assistant",
"shortDescription": "Fidelity-first academic writing support for researchers.",
"longDescription": "A reusable Skill for researchers writing in Chinese and English. It improves manuscripts without moving the boundary between what the evidence supports and what it does not: every edit is classified as surface, structure, or claim, and claim-level changes are never applied silently. Covers polishing, translation, section drafting, journal response letters and conference rebuttals, submission materials, LaTeX-aware editing, and whole-draft consistency checking.",
"developerName": "Academic Writing Assistant contributors",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"Polish this paragraph for a computer vision paper.",
"Translate this Chinese academic paragraph into English.",
"Draft a rebuttal to this reviewer comment.",
"Check this draft for terminology and claim consistency."
],
"brandColor": "#2563EB",
"composerIcon": "./assets/logo/revision-compass.png",
"logo": "./assets/logo/revision-compass.png"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[academic-writing-assistant on Agent Plugins Marketplace](https://pluginsmp.com/plugins/academic-writing-assistant)