agent-identifier
Use when creating or configuring Claude Code agents and their frontmatter.
This skill should be used when the user asks to "remove AI writing patterns", "humanize this text", "make this sound more natural", "remove AI-generated traces", "fix robotic writing", or needs to eliminate AI writing patterns from prose. Supports both English and Chinese text.
$ npx -y skills add Galaxy-Dawn/claude-scholar --skill writing-anti-ai --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/writing-anti-aiContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user asks to "remove AI writing patterns", "humanize this text", "make this sound more natural", "remove AI-generated traces", "fix robotic writing", or needs to eliminate AI writing patterns from prose. Supports both English and Chinese text.
name: writing-anti-ai description: This skill should be used when the user asks to "remove AI writing patterns", "humanize this text", "make this sound more natural", "remove AI-generated traces", "fix robotic writing", or needs to eliminate AI writing patterns from prose. Supports both English and Chinese text. Based on Wikipedia's "Signs of AI writing" guide, detects and fixes inflated symbolism, promotional language, superficial -ing analyses, vague attributions, AI vocabulary, negative parallelisms, and excessive conjunctive phrases. version: 1.0.0 author: gaoruizhang license: MIT tags: [Writing, AI, Anti-AI, Humanizer]
Remove AI-generated writing patterns from text to make it sound natural and human-written. Supports both English and Chinese.
This skill identifies and eliminates predictable AI writing patterns from prose, based on [Wikipedia: Signs of AI writing](https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing), maintained by WikiProject AI Cleanup.
**Core insight**: LLMs use statistical algorithms to predict what should come next. The result tends toward the most statistically likely outcome that applies to the widest variety of cases—creating detectable patterns.
**Trigger phrases:**
**Use cases:**
Remove throat-clearing openers and emphasis crutches.
**English examples**:
**中文示例**:
Avoid binary contrasts, dramatic fragmentation, rhetorical setups.
**Patterns to avoid**:
Mix sentence lengths. End paragraphs differently.
**Check**:
State facts directly. Skip softening, justification, hand-holding.
**Bad**: "It could potentially be argued that the policy might have some effect." **Good**: "The policy may affect outcomes."
If it sounds like a pull-quote, rewrite it.
**Bad**: "This represents a major step in the right direction." **Good**: "The company plans to open two more locations."
| Pattern | Description | 中文描述 | |---------|-------------|----------| | **Undue emphasis** | "stands as a testament", "crucial role" | "作为……的证明","关键作用" | | **Promotional language** | "vibrant", "rich heritage", "breathtaking" | "充满活力的","丰富遗产","令人叹为观止" | | **Vague attributions** | "Experts believe", "Observers note" | "专家认为","观察者指出" | | **Superficial -ing analyses** | "highlighting the importance", "ensuring that" | "强调……的重要性","确保……" | | **Formulaic "challenges" sections** | "Despite X, faces challenges" | "尽管……面临挑战" |
| Pattern | Description | 中文描述 | |---------|-------------|----------| | **AI vocabulary** | Additionally, crucial, delve, enhance, landscape | 此外,至关重要,深入探讨,增强,格局 | | **Copula avoidance** | "serves as", "stands for", "represents" | "作为","代表","充当" | | **Em dash overuse** | Using — more than humans | 过度使用破折号 | | **Rule of three** | Forcing ideas into groups of three | 强行三段式 | | **Elegant variation** | Excessive synonym substitution | 过度换词 |
For comprehensive pattern lists, see:
Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as obvious.
**Have opinions.** Don't just report facts—react to them.
> "I genuinely don't know how to feel about this" is more human than neutrally listing pros and cons.
**Vary your rhythm.** Short punchy sentences. Then longer ones that take their time.
**Acknowledge complexity.** Real humans have mixed feelings.
> "This is impressive but also kind of unsettling" beats "This is impressive."
**Use "I" when it fits.** First person isn't unprofessional—it's honest.
> "I keep coming back to..." signals a real person thinking.
**中文示例**: > "我真的不知道该怎么看待这件事"比中立地列出利弊更有人味。 > > "这令人印象深刻但也有点不安"胜过"这令人印象深刻"。
1. **Identify patterns** - Scan for AI patterns listed above 2. **Rewrite sections** - Replace AI-isms with natural alternatives 3. **Preserve meaning** - Keep core message intact 4. **Maintain voice** - Match intended tone (formal, casual, technical) 5. **Add soul** - Inject personality and opinions
1. **识别 AI 模式** - 扫描上述列出的模式 2. **重写问题片段** - 用自然替代方案替换 3. **保留含义** - 保持核心信息完整 4. **维持语调** - 匹配预期的语气(正式、随意、技术) 5. **注入灵魂** - 添加个性和观点
Rate the text 1-10 on each dimension (总分 50):
| Dimension | Question | 问题 | Score | |-----------|----------|------|-------| | **Directness** | Direct statements or announcements? | 直接陈述还是绕圈宣告? | /10 | | **Rhythm** | Varied or metronomic? | 节奏变化还是机械重复? | /10 | | **Trust** | Respects reader intelligence? | 尊重
Semi-automated research assistant for academic research and software development. Supports Claude Code, Codex CLI, Kimi Code CLI, and OpenCode across ideation, coding, experiments, writing, and publication.
Repo: Galaxy-Dawn/claude-scholar
Use when creating or configuring Claude Code agents and their frontmatter.
Use only when creating new registrable ML components that require Factory or Registry patterns.
This skill should be used when the user asks to "debug this", "fix this error", "investigate this bug", "troubleshoot this issue", "find the problem",…
This skill provides reference guidance for citation verification in academic writing. Use when the user asks about "citation verification best practices", "how…
This skill should be used when the user asks to review a diff or pull request, write review comments, audit code quality, establish review standards, or…
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command…