An installable agent skill for reviewing prose with the SlopSift CLI.
SlopSift was created by Nikhil Verma. Try the live, local-first editor, or explore the underlying WritingLint source.
npx skills add NikhilVerma/slopsift --skill slopsiftThe skills CLI detects supported coding agents and installs the slopsift skill for the selected environment.
The skill instructs an agent to:
- use the repository's existing Bun or Node environment;
- run the real SlopSift parser and deterministic rules;
- inspect exact findings before editing;
- prioritize errors and warnings over low-confidence signals;
- preserve the writer's meaning and voice; and
- treat findings as writing signals, not proof of authorship.
The WritingLint repository contains SlopSift's CLI and parser. This repository contains only the portable agent skill.
MIT