feat: add humanizer-ru plugin (remove AI-generation markers from Russian text) - #48
Open
ilyautov wants to merge 1 commit into
Open
feat: add humanizer-ru plugin (remove AI-generation markers from Russian text)#48ilyautov wants to merge 1 commit into
ilyautov wants to merge 1 commit into
Conversation
Removes AI-generation markers from Russian text: 64 patterns, 21 hard bans, deterministic 0-100 scanner. Adds marketplace entry, skills/ symlink and README section. Source: https://github.com/ilyautov/humanizer-ru (MIT, v3.21.0).
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
Adds the
humanizer-ruplugin: a skill that removes AI-generation markers from Russian text and makes it read like a human wrote it. It is the Russian-language counterpart tohuman-writingindroid-evolved: Russian only, English text is routed to the English skill.What is inside
plugins/humanizer-ru/:.factory-plugin/plugin.json: name, description, version 3.21.0, author, homepage, repository, license MIT, keywords.skills/humanizer-ru/SKILL.md: workflow with three modes (full rewrite, audit only, targeted fix), a fact lock (numbers, dates, names and links from the source are carried over unchanged), voice calibration to the author's samples.skills/humanizer-ru/references/catalog.md: 64 patterns across 14 categories plus 21 hard bans.skills/humanizer-ru/scripts/scan.py: optional deterministic scanner, scores a text 0-100, lists the markers found, compares before/after. Needspython3withrazdelandpymorphy3; without them the skill works from the catalog alone.skills/humanizer-ru/edit-log.md: accumulated rules from real editing feedback.README.mdfor the plugin.Thresholds were calibrated on 55K labeled Russian texts (human vs. generated).
Also in this PR:
.factory-plugin/marketplace.json: new entry (category: writing).skills/humanizer-rusymlink, as required by thecheck-skillsworkflow.README.md: new section under Available Plugins.The skill body is in Russian by design, since that is the language it edits. Source: https://github.com/ilyautov/humanizer-ru (MIT, v3.21.0). Site with examples and an online audit: https://humanizer-ru.aifrontier.tech/
Testing
scripts/scan.pythrough theskills/humanizer-rusymlink on a sample Russian text withrazdelandpymorphy3installed: score, hard bans and markers reported as expected,--jsonoutput valid; without the packages the script exits with an install hint and the skill falls back to the catalog.check-skillsworkflow script locally on this branch: "All skills are accounted for."marketplace.jsonparses as valid JSON; file names are ASCII only, no__pycache__or build artifacts included.