Agent Plugins Marketplace
All plugins

ai-tell-reducer

v1.0.0

Reduce the "AI-ness" of writing — uniform sentence rhythm, reflexive hedging, vague abstraction, formulaic scaffolding, inflated vocabulary, and surface tics (em-dash / bold / rule-of-three overuse) — while preserving meaning, facts, register, and the author's voice, and without fabricating anything. Works on Japanese and English text.

Claude Code1 Skill

By dobachi0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ai-tell-reducer@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/dobachi/claude-skills-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ai-tell-reducer/.

Plugin files

plugins/ai-tell-reducer/
├── .claude-plugin/plugin.json
└── skills/ai-tell-reducer/SKILL.md

Included Skills1

ai-tell-reducerskills/ai-tell-reducer/SKILL.md

Reduce the "AI-ness" of a piece of writing — the patterns that make prose read as machine-generated (uniform sentence rhythm, reflexive hedging, vague abstraction, formulaic scaffolding, inflated vocabulary, and surface tics like em-dash / bold / rule-of-three overuse) — while preserving meaning, facts, register, and the author's voice, and WITHOUT fabricating anything. Works on Japanese and English text. Use whenever the user wants a draft to sound less like AI, more natural, or more human; when they mention "AIっぽさ" "AIっぽい文章" "AI感を消す/軽減" "人間らしく" "自然にリライト" "de-slop" "humanize" "sounds like ChatGPT/Claude" or "make this less robotic"; or when they hand over an AI-drafted text to polish. Also use proactively when reviewing or rewriting prose that clearly shows these tells, even if the user never names them.

Plugin manifests1

plugins/ai-tell-reducer/.claude-plugin/plugin.json
{
  "name": "ai-tell-reducer",
  "description": "Reduce the \"AI-ness\" of writing — uniform sentence rhythm, reflexive hedging, vague abstraction, formulaic scaffolding, inflated vocabulary, and surface tics (em-dash / bold / rule-of-three overuse) — while preserving meaning, facts, register, and the author's voice, and without fabricating anything. Works on Japanese and English text.",
  "version": "1.0.0",
  "author": {
    "name": "dobachi"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ai-tell-reducer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ai-tell-reducer)