humanize-mba-text-skill
Detect and remove AI writing traces from MBA theses
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Humanize MBA Text?▼
Run `npx skills add stephenlzc/humanize-mba-text-skill --all -g -y` in your terminal to install the skill globally.
How to remove AI writing traces from a Chinese thesis?▼
Paste your text and ask the agent to remove AI traces. It scans for buzzwords, uniform sentence lengths, and template phrases, then rewrites each flagged sentence into natural academic Chinese.
What AI writing patterns does it detect?▼
It catches buzzwords like 赋能 and 闭环, vague attributions, unsupported percentages, three-part list templates, and overly uniform sentence and paragraph lengths across chapters.
Does it work with Claude Code and other agents?▼
Yes. It follows the standard SKILL.md format and runs in Claude Code, Kimi CLI, and other compatible coding agents.
Can it compare text before and after rewriting?▼
Yes. The included compare script takes your original and rewritten drafts and outputs a clear before-after report showing how the AI-detection score changed.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides