Legendaryslop
Description
Portable agent skill: de-slop English & Russian prose without changing meaning
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
legendaryslop
A portable agent skill that rewrites English and Russian prose to read like a named person wrote it, without changing what the text says.
Most "humanizer" tools swap words against a blocklist and stop there. That trades one fingerprint for another: no flagged phrases, but also no voice, paragraphs cut to the same length, every list holding exactly three items. legendaryslop treats each pattern as a weighted signal, acts on clusters instead of single words, and stops before it flattens the writer.
The problem it solves
AI-drafted prose fails in two directions at once. It carries tells: throat-clearing openers, "it is important to note", rule-of-three padding, a "Challenges" section that resolves into optimism. Strip those with a find-and-replace pass and you get the second failure: even, voiceless text that a reader still clocks as machine-made.
The fix is editorial judgment, not a word list. legendaryslop encodes that judgment as a workflow: lock the facts, find where several tells cluster, rewrite those spots for a real reader, and leave working sentences alone.
Before and after
Illustrative, not a benchmark:
**Before.** In today's fast-paced digital landscape, it is important to note that clear communication plays a pivotal role in fostering team alignment. Clear, concise, and consistent messaging is key.
**After.** Teams drift when messages are vague. Say what changed, who owns it, and by when.
What it does
- Two languages, native rules for each. English and Russian guidance are separate. An em dash is a cluster-only tell in English and normative punctuation in Russian; the skill treats them differently instead of deleting both.
- Facts are locked before any edit. Claims, numbers, dates, quotations,
citations, and modal distinctions (
may,likely,must not,должен,вправе,нельзя) survive the rewrite. The skill never invents an anecdote, a statistic, or a source to sound human. - **Clus
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11