git404hub

what is unslop fr?

asavvin-pixel/unslop — explained in plain English

Analysis updated 2026-05-18

48Audience · writerComplexity · 2/5Setup · easy

tl;dr

A Claude skill that rewrites AI generated text to remove structural patterns that give away machine writing, and can learn a user's own voice.

vibe map

mindmap
  root((unslop))
    What it does
      Removes AI writing tells
      Fixes structure not just words
      Learns personal voice
    Tech stack
      Claude Skills
      Markdown
    Use cases
      Rewrite drafts
      Style calibration
      Format cleanup
    Audience
      Writers
      Claude users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Rewrite a draft so it reads less like AI generated text

VIBE 2

Teach the skill your own writing style from past samples you've written

VIBE 3

Clean up formatting quirks like unusual dashes and repetitive bold text

VIBE 4

Rewrite a post while keeping its length and format the same

what's the stack?

Claude SkillsMarkdown

how it stacks up fr

asavvin-pixel/unslopaddyosmani/mempalacebennybar/lulireddit
Stars484848
LanguageDart
Last pushed2026-04-07
MaintenanceMaintained
Setup difficultyeasymoderatemoderate
Complexity2/53/52/5
Audiencewriterdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

in plain english

Unslop is a skill for Claude that tries to make AI generated English text read more like something a person actually wrote. Most tools that claim to do this just swap out a handful of overused words for other words, but this project argues that approach barely works, because word lists go stale fast and the words were never the real giveaway in the first place. The author points to a 2026 study from the University of Maryland and Google DeepMind that compared over sixty thousand pieces of writing from humans and five AI models. Even after researchers cleaned up the obvious wordy cliches in AI text, a detector looking only at the underlying structure, not the vocabulary, still caught it almost as often as before. The real tells are things like AI text always spelling out the point of each paragraph, following the same claim then support then conclusion pattern every time, and wrapping every ending up too neatly. To address that, the skill works on three levels at once: cleaning up formatting quirks like unusual dashes and repetitive bold text, replacing overused phrases and rhetorical patterns with plainer ones, and finally reshaping the deeper structure and confidence level of the writing so it stops sounding uniformly polished. It also lets a user teach it their own personal writing style by feeding it samples of their past writing, so future edits sound like that specific person rather than a generic idea of good writing. The author is candid that an early version was still spotted as AI generated when they posted it publicly, and used that feedback to build a newer version that catches more subtle patterns like tidy one-line closing statements. It installs as a skill file inside Claude Desktop or Claude Code, and is triggered with phrases like asking to humanize or rewrite a piece of text. A companion project adapts the same approach for Russian language text.

prompts (copy fr)

prompt 1
Install unslop in Claude Code and show me how to trigger it on a draft
prompt 2
Calibrate unslop to my writing style using three sample paragraphs I provide
prompt 3
Explain the three levels unslop uses to remove AI writing patterns
prompt 4
Rewrite this paragraph in careful mode so the length and structure stay close to the original

Frequently asked questions

what is unslop fr?

A Claude skill that rewrites AI generated text to remove structural patterns that give away machine writing, and can learn a user's own voice.

How hard is unslop to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is unslop for?

Mainly writer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.