quiron
AI humanizer skill for Claude Code, Codex and Cursor. Removes AI slop and the signs of AI writing, then measures the rewrite against human baselines.
Install / Use
npx skills add ilien-dev/quironInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
AI & Machine LearningSupported Platforms
Tags
Our assessment of quiron
quiron scores 85/100 on our quality scale, 210th of 549 AI & Machine Learning skills we index (top 39%).
Its SKILL.md is 10 KB long, well organised into 11 sections with 5 code examples: a thorough specification that gives an agent plenty to work with.
It has 32 GitHub stars, so there is little community track record yet; judge it on its content.
Maintenance, license and trust
- The repository was last updated today, so quiron is actively maintained.
- It is released under AGPL-3.0, a copyleft license: you can use it, but modified versions you distribute must carry the same license.
- Its trust signals score 97/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
Safety scan
No issues foundOur scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.
Automated pattern scan on 2026-09-24. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.
quiron compared with similar skills
All 4 of these similar skills score higher than quiron; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| quiron (this skill)by ilien-dev | 85 | 32 | today | SKILL.md |
| claude-memby thedotmack | 100 | 94.6k | today | CLAUDE.md |
| Understand-Anythingby Egonex-AI | 100 | 84.0k | 12d ago | CLAUDE.md |
| headroomby headroomlabs-ai | 100 | 73.7k | today | CLAUDE.md |
| CowAgentby zhayujie | 100 | 47.1k | today | CLAUDE.md |
Frequently asked questions
- How do I install quiron?
- Run
npx skills add ilien-dev/quiron. The install tabs above show the steps for each supported agent. - Which AI agents does quiron work with?
- It is written for Claude Code, Cursor and OpenAI Codex, as a SKILL.md file. Other agents that read the same format can often use it too.
- Is quiron safe to use?
- Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is AGPL-3.0-licensed and scores 97/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is quiron still maintained?
- The repository was last updated today, so quiron is actively maintained.
Skill content
View source on GitHubHand it a draft and ask it to humanize the text, or to make a README sound less like ChatGPT. It rewrites the prose, then measures the result. You get the rewrite and a measurement that says whether it now reads like a person wrote it.
Install
With the skills CLI, for Claude Code and every other agent it supports, Gemini CLI and GitHub Copilot among them:
npx skills add ilien-dev/quiron
It needs no API key. It runs on the model you already use, and the scripts need nothing beyond the Python 3 standard library.
As a Claude Code plugin
Run these two commands inside Claude Code:
/plugin marketplace add ilien-dev/quiron
/plugin install quiron@quiron
The plugin puts the skill under its own name, so you call it as /quiron:quiron.
Demo: behind the scenes
<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="assets/demo/quiron-demo-dark.gif"> <source media="(prefers-color-scheme: light)" srcset="assets/demo/quiron-demo-light.gif"> <img alt="Animation: an AI-written Stripe tutorial scores 13 of 23 features in the human band with one FAIL; the author's notes come in, the rewrite is typed, and the meter climbs to 23 of 23 with no FAIL. A last note says that without notes the skill asks for them." src="assets/demo/quiron-demo-light.gif" width="720"> </picture> <br> <sub>The animation shows what the skill does in the background. You won't see this screen when you run it, and it doesn't start a server or open a report: the model edits your text in the chat and gives you the meter's result there.</sub> </p>[!IMPORTANT] Use it responsibly. Quirón is for text you write for yourself or your own team: a how-to guide, internal docs, meeting notes, a draft nobody outside the company will read. The point is text that feels close and easy to read, not text that pretends a person wrote it.
Do not use it to pass AI writing off as human in public: social media, published articles, schoolwork, reviews, job applications, anything where the reader has a right to know who wrote it. Never use it to deceive or defraud anyone. It also does not beat AI detectors that read token probabilities, and it was not built to.
What it catches
Ask a model for a blog post and you get a shape you learn to spot: lists of three, about twice the headings a person would use, a summary section at the end, "it's not just X, it's Y" and em dashes where a comma would do. Quirón gives the model a checklist of 33 of these signs of AI writing and a meter that says in numbers whether the fix landed or went too far.
Delve is not on the list anymore. On this repo's 2026 run it turned up in 1% of
assistant posts or fewer, roughly as often as in human ones. The words that give 2026
models away are ordinary ones you'd never flag by eye, used at many times the human rate
(the list is in references/word-choice.md). The
other half of the signal is what's missing: models rarely write very or able, and
people use both all the time.
Here is the meter on an assistant-written Stripe tutorial from eval/ai/blog/:
$ python3 scripts/aimeter.py eval/ai/blog/e2e-raw/aspittel-782713.md
feature this human band verdict
long words (7+) /1k 353.83 159.68 - 250.46 above band, AI side
nominalizations /1k 55.21 7.29 - 32.65 above band, AI side
em dashes /1k 3.76 0.00 - 2.74 above band, AI side
lists of three /1k 11.29 0.00 - 5.51 above band, AI side
plain words /1k 33.88 43.19 - 95.24 below band, AI side
...
13/23 features inside the human band (p10-p90 of 167 human texts)
! triads: retries, cancellations, and preventing, refund, tax, and privacy
The rewrite of the same post, built from the author's own notes, scores 23 of 23.
How it differs from other humanizer skills
The best-known humanizer skills, humanizer and stop-slop, give the model a list of AI writing patterns to remove, and they work. So does no-ai-slop. Stop-slop also has the model score its own draft from 1 to 10 on five questions.
Quirón has a pattern list too, but the model doesn't grade itself. A script measures 23 rates in the text and compares each one with the range found in human writing published before ChatGPT. That catches a failure a checklist can't see. Tell a model to write like a person and it usually overshoots: choppier and plainer than any person writes. The meter flags that as loudly as the AI side.
What backs it
Every rule and number traces to a published study or to a run of the scripts in this repo. Nothing ships on "this reads better".
- Human baselines. The bands come from 167 dev.to posts and 157 WritingPrompts stories, all written before ChatGPT existed, plus a Spanish set. A quarter of each is held out and never used to pick anything.
- 2026 AI text on the same titles. Claude Opus, Sonnet, Haiku and GPT wrote the
comparison texts in
eval/ai/, from the plain prompt a user would type. - Two failure modes. Text can sit on the AI side of a band or overshoot past the human side. Overshoot is a tell too: models told to "write like a human" go choppier and plainer than any person does. The meter flags both.
- Blind judges. Fresh model judges read posts one at a time and guessed which were AI. That test produced the most important finding below.
The details of how each number was measured are in SKILL.md and
eval/README.md, along with the source of every rule.
Tips for text that reads human
The judges were not fooled by style edits alone. A rewrite that put every rate inside the human band was still judged AI 12 times out of 12. What moved them was the writer's own material. So:
- Start from something real. Your notes, a rough draft, a Slack thread, a post-mortem. A model writing from a blank prompt has to invent everything. The judges' reasons for calling a post AI were things like "no concrete events" and "generic trend summary".
- Give it the specifics. What happened, the real names, the numbers you know, the links, what went wrong.
- Say what you think. Your opinion, what you are unsure of, the mistake you made. The model cannot supply that without making it up.
- Hand over a sample of your writing so the model can match how you write.
- Stop at the human range. Two or three passes of the meter is normal. Chasing 23 of 23 is how you overshoot.
Use
Ask your agent in plain words, or call /quiron:
Humanize this post: [paste the text]
Make docs/launch.md sound less like AI. Here are my notes: [notes]
Check this email for AI tells, don't rewrite it yet.
The scripts run on their own too, from a clone of this repository:
python3 scripts/aimeter.py FILE # 23 rates against the human bands
python3 scripts/audit.py --brief FILE # the pattern checklist
scripts/check.sh FILE # one pass of the full loop
For fiction or Spanish, set QUIRON_BANDS=scripts/bands-fiction.json or
scripts/bands-es.json. Texts under about 120 words get no measurement.
Other languages get the same checklist as a best effort. There is no human baseline for them yet. The meter says so and shows only the numbers that don't depend on the words, such as paragraph length and headings.
FAQ
Does it get text past AI detectors like GPTZero or Turnitin? No. Those tools read token probabilities, and Quirón doesn't touch them. It works only on what a human reader actually notices.
Which models does it work with? Any model behind an agent that loads skills. It was tested on text from three Claude models and one GPT model.
Does it make things up to sound human? Its instructions forbid it. A rewrite may use only
facts from your text or your notes. scripts/factdiff.py lists the numbers and links in
the rewrite that the source doesn't have. When it needs detail it lacks, it asks.
The name
Most centaurs in Greek myth were wild and violent. Chiron (Quirón in Spanish) was the wise one: he taught Achilles, Asclepius and Jason, and he was a healer. When a poisoned arrow wounded him, his immortality meant he could not die from it, so he gave it up, and Zeus set him among the stars. The logo shows him holding that star.
He fits the skill in two ways. He was a teacher of people, and this skill teaches a model how people write. And he was half man, half horse: the text Quirón helps produce is a hybrid too. The model does the drafting, and the human part has to come from you.
License
Free to use and change, under the GNU AGPL v3 with one added term
in NOTICE. Any work built on Quirón has to stay open under the same license,
including a modified version offered as a network service, and has to credit the
original: "Based on Quirón by ilien", with a link to this repository.
Related Skills
claude-mem
94.6kPersistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Understand-Anything
84.0kGraphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
headroom
73.7kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
CowAgent
47.1kOpen-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-agent, multi-model, multi-channel. Lightweight, extensible, one-line install.
Languages
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
