Abdulkader-Safi/AI-Writing-Rules

30 stars · Last commit 2026-08-19

Claude Code plugin that stops Claude writing like an AI. 29 researched patterns, loaded every session and checked on every file write.

README preview

# AI writing rules

![AI writing rules](.github/thumbnail.png)

A Claude Code plugin that stops Claude writing like an AI.

It loads a compact ruleset into every session, ships a skill with 29 researched patterns, and runs a checker after every file write that flags the tells with line numbers and tells Claude to fix them.

Built from [Wikipedia's "Signs of AI writing"](https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing) plus measurement work from [SlopDetector](https://slopdetector.org/blog/signs-of-ai-writing) and others, turned into rules a model can actually follow.

## Install

```
/plugin marketplace add Abdulkader-Safi/AI-Writing-Rules
/plugin install ai-writing-rules@ai-writing-rules
```

Restart Claude Code. The rules load on the next session start.

## What it does

View full repository on GitHub →