Agent Plugins Marketplace
All plugins

slop

v1.0.0

Rewrite any text to maximally overuse every known AI-writing tell — em-dashes, rule of three, "not X but Y", and more — /slop

CodexClaude Code1 Skill

By mikersays0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 19, 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 slop for Codex and Claude Code

Installs for the current user
codex plugin marketplace add mikersays/mikersays-plugins
codex plugin marketplace upgrade mikersays-plugins
codex plugin add slop@mikersays-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the mikersays-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “slop” remain stable.

  • Codex: slop@agent-plugin-marketplaceslop@mikersays-plugins

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/mikersays/mikersays-plugins

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

Plugin files

plugins/slop/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/slop/SKILL.md

Included Skills1

slopskills/slop/SKILL.md

Slop-ify text — rewrite any text, file, or topic to maximally overuse every AI-writing tell (em-dashes, the rule of three, "not X but Y", relentless positivity, and the rest). Use when the user says "slop", "slop this up", "make it sound AI-generated", or wants parody AI writing.

Plugin manifests2

plugins/slop/.codex-plugin/plugin.json
{
  "name": "slop",
  "description": "Rewrite any text to maximally overuse every known AI-writing tell — em-dashes, rule of three, \"not X but Y\", and more — /slop",
  "version": "1.0.0",
  "skills": "./skills/",
  "interface": {
    "displayName": "Slop",
    "shortDescription": "Rewrite text to maximally trigger every AI-detector tell",
    "category": "Writing"
  }
}
plugins/slop/.claude-plugin/plugin.json
{
  "name": "slop",
  "description": "Rewrite any text to maximally overuse every known AI-writing tell — em-dashes, rule of three, \"not X but Y\", and more — /slop",
  "version": "1.0.0",
  "author": {
    "name": "mikersays"
  }
}

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

[slop on Agent Plugins Marketplace](https://pluginsmp.com/plugins/slop)