By YuanyuanMa03
Academic paper writing skill for ML/CV/NLP-style papers. Provides structured guidance for drafting and revising Abstract, Introduction, Related Work, Method, Experiments, and Conclusion sections.
Most writing knowledge and methodology in this repository comes from Prof. Peng Sida (彭思达)'s open study notes:
- Notion: https://pengsida.notion.site/c1a22465a0fa4b15a12985223916048e
- GitHub: https://github.com/pengsida/learning_research
I sincerely thank Prof. Peng for openly sharing these valuable experiences. My contribution is organization, structured adaptation, and packaging as a Claude Code plugin.
A Claude Code plugin that improves academic paper writing quality for ML/CV/NLP-style papers. It provides structured guidance for:
git clone https://github.com/Master-cai/Research-Paper-Writing-Skills.git
cd Research-Paper-Writing-Skills
Then use with Claude Code:
# Test with --plugin-dir
claude --plugin-dir .
# Or copy to your project
cp -R . /path/to/your-project/.claude-plugin/research-paper-writing
If you prefer the simpler skill-based installation:
# Global installation
mkdir -p "$HOME/.claude/skills"
cp -R skills/research-paper-writing "$HOME/.claude/skills/"
# Or project-level installation
mkdir -p .claude/skills
cp -R skills/research-paper-writing .claude/skills/
research-paper-writing/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/
│ └── research-paper-writing/
│ ├── SKILL.md # Core workflow and rules
│ └── references/ # Section-specific guides
│ ├── abstract.md
│ ├── introduction.md
│ ├── method.md
│ ├── experiments.md
│ ├── related-work.md
│ ├── conclusion.md
│ ├── paper-review.md
│ ├── does-my-writing-flow-source.md
│ └── examples/ # Annotated templates from real papers
├── README.md
├── README_zh.md
└── LICENSE
Once installed, the skill activates automatically when you ask about paper writing tasks. Examples:
This project is licensed under the MIT License. See LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub yuanyuanma03/research-paper-writing-skills --plugin research-paper-writingView CNKI journal table of contents
Navigate CNKI search result pages
View paper details on CNKI
Access full text via Google Scholar
Advanced search on Google Scholar
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.