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
- Build no-slop:
cd mcp/no-slop && go test ./... && go build. - Add the binary to your MCP client config as
proseorno-slop. - Call
check_text {text, kind}orcheck_file {path}withprose,doc, orcomment. - Use
fix_textfor a rewrite pass andlist_rulesfor the rule set.
Examples
- "Lint this README for
docmode violations." - "Check the added lines in a diff with
check_diff." - "Run
review_proseon a paragraph before committing."