humanize-english
SolidMake AI-generated English text sound natural and human. Use when: writing blog posts, articles, marketing copy, any English content that must not read as AI-generated. Covers: burstiness, perplexity, banned words, sentence patterns, transitions, tone. Based on: Liang et al. (arxiv 2406.07016, 15M+ abstracts), GPTZero/Originality research. Use BEFORE publishing any AI-generated English text. Do NOT use for Russian text (use humanize-russian) or for macro-level article structure such as thesis/proof balance or a limitations block (use article-structure-review); this skill operates at the word/sentence level on English only.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- AnastasiyaW
- Repository
- AnastasiyaW/claude-code-config
- Created
- 5 months ago
- Last Updated
- 1 months ago
- Language
- Python
- License
- MIT
Bundled in these plugins
Related Skills
code-simplifier
Review RTK Rust code for idiomatic simplification. Detects over-engineering, unnecessary allocations, verbose patterns. Applies Rust idioms without changing behavior.
design-patterns
Rust design patterns for RTK. Newtype, Builder, RAII, Trait Objects, State Machine. Applied to CLI filter modules. Use when designing new modules or refactoring existing ones.
issue-triage
Issue triage: audit open issues, categorize, detect duplicates, cross-ref PRs, risk assessment, post comments. Args: "all" for deep analysis of all, issue numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.