slop-check

Detect and correct AI-generated slop in text using regex patterns and structure analysis.

2|Updated Jun 15, 2026
One-click install
npx skills add https://github.com/jmerkow/my-agentic-stuff --skill slop-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slop-check
Source: https://github.com/jmerkow/my-agentic-stuff/tree/main/skills/slop-check
Command: npx skills add https://github.com/jmerkow/my-agentic-stuff --skill slop-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, slopcop, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies and corrects AI-generated text with 'slop,' including filler language, overused phrases, and vague descriptions, improving the clarity and quality of your writing.

Core Features & Use Cases

  • Phrase Linting: Flags known slop phrases and suggests fixes.
  • Structure Linting: Identifies and suggests improvements for formulaic text patterns.
  • Agent Review: Offers contextual judgment for linter findings.
  • Use Case: Ideal for reviewing, editing, or writing prose, including documentation, emails, and marketing copy.

Quick Start

Run the phrase linter on your document with the command: uv run --project slop-check slop-lint my_document.txt.

Frequently Asked Questions about slop-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect and fix AI-generated slop in my writing?

AI-generated slop is detected and fixed by linting text for vague descriptions, buzzwords, and formulaic prose. This tool uses regex patterns and structure analysis to flag known filler language and provide actionable suggestions for improving text quality.

What is AI slop and how do I remove filler language from my text?

AI slop refers to overused phrases, vague descriptions, and formulaic prose that reduce writing clarity. You remove filler language by running a phrase and structure linter that identifies these patterns and suggests specific corrections.

How do I run a phrase linter on a text document to check for buzzwords?

To run the phrase linter on a text document, execute the command `uv run --project slop-check slop-lint my_document.txt`. This scans your document for known slop phrases and formulaic structures, providing actionable feedback for content enhancement.

Do I need Python to use regex patterns for AI slop detection in text?

Yes, you need Python and specific libraries including PyYAML and slopcop to run the linter and structure analysis. These dependencies are required to execute the regex patterns that detect vague descriptions and buzzwords in your prose.

Can I use this text quality enhancement tool for documentation and marketing copy?

Yes, this text quality enhancement tool is ideal for reviewing, editing, or writing prose across various formats. It effectively detects and corrects AI slop in documentation, emails, and marketing copy to ensure clear, specific communication.

What are the limitations of using regex patterns for formulaic prose detection?

Regex patterns and structure analysis detect known slop phrases and formulaic text mechanically. While effective for identifying vague descriptions and filler language, contextual judgment is provided via an agent review to evaluate linter findings accurately.