anti-slop

anti-slop

Opinionated Oxlint rules that reject low-evidence TypeScript and JavaScript patterns.

Agent SkillDevOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.1k
Source
skill-github

Overview

anti-slop is a set of Opinionated Oxlint rules designed to reject low-evidence and low-signal TypeScript and JavaScript patterns. This capability is installed and configured via agent skill, helping developers improve code quality. It copies the rules into the current repository, installs the required Oxlint dependencies, merges them into existing lint configurations, and enables all rules. Suitable for teams requiring strict code standards.

Capabilities

  • Reject nested type assertions
  • Reject conditional empty object spreading
  • Reject known value widening
  • Reject module mocks
  • Reject object parameter types
  • Reject Reflect.apply

Use cases

Improve TypeScript code qualityEnhance JavaScript code standardsAutomate code reviews

Setup

Requires: Node 环境Oxlint 依赖
npx skills add dmmulroy/anti-slop --skill install-anti-slop

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How can I view available skills?

Run `npx skills add dmmulroy/anti-slop --list`.

How to install manually?

Copy src/ to the target repository and install Oxlint dependencies.

Related skills