no-slop

Installation
SKILL.md

When to use this skill

  • You are writing a README, docs, or commit message.
  • You want to check a diff for slop before committing.
  • You are editing code comments and need to avoid backticks and semicolons.

How to use

  1. Build no-slop: cd mcp/no-slop && go test ./... && go build.
  2. Add the binary to your MCP client config as prose or no-slop.
  3. Call check_text {text, kind} or check_file {path} with prose, doc, or comment.
  4. Use fix_text for a rewrite pass and list_rules for the rule set.

Examples

  • "Lint this README for doc mode violations."
  • "Check the added lines in a diff with check_diff."
  • "Run review_prose on a paragraph before committing."
Installs
3
First Seen
4 days ago
no-slop — quad4-software/ai