Discover and explore top open-source AI tools and projects—updated daily.
seochecks-aiDeterministic prose quality checker for Markdown
New!
Top 79.4% on SourcePulse
Summary Slopless offers a deterministic approach to identifying and rectifying "prose slop" within English Markdown content. It provides over 50 textlint rules and a command-line interface (CLI) that outputs structured JSON findings, enabling automated quality control without relying on Large Language Models (LLMs). This tool is beneficial for developers and AI writing agents aiming for consistent, reproducible prose improvements.
How It Works The project employs a curated set of over 50 deterministic textlint rules, organized into seven distinct families, to analyze Markdown files. Its CLI tool accepts file paths or standard input, generating findings in a structured JSON format. This deterministic nature ensures consistent results, a key advantage for automated workflows. Slopless can be integrated as a "skill" for AI agents (e.g., Codex, Claude), facilitating iterative writing and revision cycles where agents continuously refine content until all Slopless checks pass.
Quick Start & Requirements
npm install -D sloplessnpx slopless install-skill codex or npx slopless install-skill claude.npx slopless "docs/**/*.md".<!-- textlint-disable -->).Highlighted Details
Maintenance & Community The project is identified as part of "Agent Quality Controls." Contributing requires opening an issue first, and pull requests must pass a G3TS pre-commit gate. The provided text does not mention specific community channels (like Discord or Slack) or notable contributors and sponsorships.
Licensing & Compatibility The license type is not explicitly stated in the provided README excerpt. This omission necessitates further investigation before considering commercial use or integration into closed-source projects.
Limitations & Caveats
2 days ago
Inactive
blader