humanize-academic-writing

An AI skill (Cursor/ Claude) for transforming AI-generated academic text into natural, human-like scholarly writing/ 一个专为社科学者设计的 Cursor AI Skills (Claude可用),帮助将 AI 生成的英文学术文本转化为自然、人性化的学术写作。

安装方式
CLI
npx skills add https://github.com/momo2young/humanize-academic-writing --skill humanize-academic-writing

使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。

最后更新于 4/22/2026

Humanize Academic Writing

🇬🇧 English | 🇨🇳 中文

License: MIT
Python 3.7+

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.


⚡ Quick Start

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:

  1. Restart after installation
  2. Select your AI-generated text
  3. Ask: "Can you help humanize this academic writing?"
  4. Or invoke directly: /humanize-academic-writing

🎯 What This Does

✅ Transforms AI Writing Patterns

  • Detects: Repetitive structures, mechanical transitions, abstract language
  • Rewrites: With authentic scholarly voice and natural flow
  • Explains: What makes text sound AI-generated vs. human-written

🎓 Target Audience

  • Social science researchers (sociology, anthropology, political science, education, psychology, communication study)
  • Non-native English speakers
  • Anyone using AI to draft papers based on their own research

⚖️ Academic Integrity

Purpose: 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.


📖 Example Transformation

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:

  • ❌ Removed mechanical transitions (Moreover, Additionally)
  • ❌ Replaced abstractions ("various effects") with specific concepts
  • ✅ Added concrete citations and scholarly voice
  • ✅ Varied sentence rhythm

🌟 Key Features

  1. AI Pattern Detection - Automatically identifies 6+ AI writing markers
  2. Zero Dependencies - Uses only Python standard library
  3. Completely Local - No data sent anywhere, full privacy
  4. Discipline-Specific - Tailored guidance for 5 social science fields
  5. Rich Documentation - 1370+ lines of principles, examples, and strategies
  6. Open Source - MIT License, free to use and modify

📚 Documentation

English

中文

Additional Resources


🌍 For Non-Native English Speakers

This skill specifically addresses challenges non-native speakers face with AI-assisted writing:

Common AI Crutches We Fix

  • Over-reliance on formal transitions (Moreover, Furthermore)
  • Abstract placeholder phrases ("in terms of," "various aspects")
  • Mechanical sentence patterns (all Subject-Verb-Object)

Your Strengths We Preserve

  • Clear logical structure
  • Formal academic register
  • Precise terminology usage

See docs/social-science-patterns.md for detailed guidance.


🤝 Contributing

Contributions welcome! Areas where help is especially needed:

  • Additional disciplines (economics, geography, communication studies)
  • Enhanced detection algorithms
  • Examples from other language backgrounds

See CONTRIBUTING.md for details.


📄 License

MIT License - Free to use, modify, and distribute. See LICENSE for details.


📖 Citation

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}
}

🙏 Acknowledgments

  • Inspired by challenges non-native English speakers face in academic publishing
  • Informed by writing center pedagogy and composition studies
  • Built on principles from They Say / I Say and The Craft of Research

📧 Contact


⭐ Star This Repository

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.