slopsift

Installation
SKILL.md

SlopSift

Use the real SlopSift CLI to find writing tells, then apply editorial judgment. Preserve the writer's meaning and voice. Do not describe a finding as proof that AI wrote the text.

Lint files

Run SlopSift from the repository root. Match the runner to the existing environment:

  • Bun repository: bunx slopsift.
  • Node/npm repository: npx slopsift.
  • An explicit user choice overrides lockfile inference. Do not install another runtime or switch package managers for the lint run.

Quote globs so SlopSift, rather than the shell, expands them.

bunx slopsift . --level info
bunx slopsift "docs/**/*.md" --level info
npx slopsift "src/**/*.{ts,tsx}" --level info
Installs
1
GitHub Stars
6
First Seen
Aug 18, 2026
slopsift — nikhilverma/writinglint