An AI skill (Cursor/ Claude) for transforming AI-generated academic text into natural, human-like scholarly writing/ 一个专为社科学者设计的 Cursor AI Skills (Claude可用),帮助将 AI 生成的英文学术文本转化为自然、人性化的学术写作。
npx skills add https://github.com/momo2young/humanize-academic-writing --skill humanize-academic-writing使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。
An AI skill for Cursor and Claude Code that transforms AI-generated academic text into natural, human-like scholarly writing—specifically designed for social science researchers and non-native English speakers.
Install as Cursor Skill:
# Clone the repository
git clone https://github.com/momo2young/humanize-academic-writing.git
# Copy to Cursor skills directory (Windows)
xcopy humanize-academic-writing %USERPROFILE%\.cursor\skills\ /E /I
# Or for macOS/Linux
cp -r humanize-academic-writing ~/.cursor/skills/
Install as Claude Code Skill:
# Copy to Claude Code skills directory (Windows)
xcopy humanize-academic-writing %USERPROFILE%\.claude\skills\ /E /I
# Or for macOS/Linux
cp -r humanize-academic-writing ~/.claude/skills/
Use the scripts directly:
# Detect AI patterns
python scripts/ai_detector.py your_draft.txt --detailed
# Analyze text quality
python scripts/text_analyzer.py your_draft.txt
In Cursor IDE or Claude Code:
/humanize-academic-writingPurpose: Improve the naturalness of your own ideas expressed through AI writing tools.
✅ Appropriate: Revising AI drafts of your own research and arguments
❌ Inappropriate: Generating ideas you don't have or disguising plagiarism
Principle: The goal is authentic communication, not deception.
Before (AI-generated):
Social media has become an important aspect of modern communication. Moreover, it has various effects on society. Additionally, researchers have studied this phenomenon extensively...
After (Humanized):
Social media platforms have fundamentally reshaped how individuals communicate, mobilize, and access information. While scholars extensively document these transformations (boyd 2014; van Dijck 2013), debates persist about their democratic implications—particularly regarding echo chambers and polarization (Sunstein 2017).
What Changed:
This skill specifically addresses challenges non-native speakers face with AI-assisted writing:
See docs/social-science-patterns.md for detailed guidance.
Contributions welcome! Areas where help is especially needed:
See CONTRIBUTING.md for details.
MIT License - Free to use, modify, and distribute. See LICENSE for details.
If you use this skill in your research or find it helpful, please consider citing:
@software{humanize_academic_writing,
author = {MomoYOUNG},
title = {Humanize Academic Writing: An AI Skill for Social Scientists},
year = {2025},
url = {https://github.com/momo2young/humanize-academic-writing}
}
If this tool helps your research, please star the repository to help others discover it!
Remember: Use AI tools responsibly. They should help you communicate your ideas more clearly, not replace your intellectual contribution.