Add German language support with auto-detection#6
Open
pipamann wants to merge 5 commits intoblader:mainfrom
Open
Add German language support with auto-detection#6pipamann wants to merge 5 commits intoblader:mainfrom
pipamann wants to merge 5 commits intoblader:mainfrom
Conversation
New German-only skill based on Wikipedia's "Anzeichen für KI-generierte Inhalte" article. Includes 24 German patterns with before/after examples.
SKILL.md now contains both English and German pattern sets with automatic language detection. Users can invoke /humanizer for any language, or use /humanizer-en and /humanizer-de for explicit language control.
- README.md: Document all three skill variants, add German pattern table - WARP.md: Add guidance for the three-file structure and adding languages
Context exception for EN-14/DE-14: Bold text is useful in blog articles for scannability, warnings, and calls-to-action. Only remove excessive bold in personal communication (emails, Slack). Co-Authored-By: Claude Opus 4.5 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds German language support to the humanizer skill, based on the German Wikipedia article Wikipedia:Anzeichen für KI-generierte Inhalte.
Key changes:
SKILL-DE.mdwith 24 German AI writing patternsSKILL-EN.mdfor explicit English-only useSKILL.mdas universal wrapper with automatic language detectionStructure
User Experience
/humanizer→ Auto-detects language, applies correct patterns (most common use)/humanizer-en→ Explicit English-only/humanizer-de→ Explicit German-onlyGerman Patterns
24 patterns covering:
Differences from English:
Backward Compatibility
Existing users of
/humanizerwill get the enhanced auto-detection behavior. The skill now supports both English and German text seamlessly.References