🧹
QualityTypeScript

Install Anti-Slop

by dmmulroy

Install Anti-Slop is a Quality skill for Claude Code, published by dmmulroy in anti-slop.

2.4K stars42 forkson dmmulroy/anti-slopAdded 2026/08/18+529% in starsRepository updated 2026/08/14
agent-skillslintingoxlinttypescript
Install in seconds
Install Install Anti-Slop
Copy Install Anti-Slop into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/dmmulroy/anti-slop/tree/main/skills/install-anti-slop ~/.claude/skills/install-anti-slop

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/dmmulroy/anti-slop.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/install-anti-slop/SKILL.md in dmmulroy/anti-slop
Installs to
~/.claude/skills/install-anti-slop
Collection
The only skill cataloged from this repository
Category
Quality1354 skills

What Install Anti-Slop does

Install Anti-Slop adds and configures the anti-slop Oxlint plugin in a local TypeScript or JavaScript repository. Use it when adding anti-slop lint rules, copying the plugin, configuring opinionated Oxlint rules, or migrating an existing local anti-slop setup.

Install Anti-Slop is cataloged under Quality on DirSkills. Install Anti-Slop comes from a repository tagged agent-skills, linting, oxlint and typescript.

Documentation

README

Install anti-slop

Install the bundled Oxlint plugin into the current repository and integrate it with the repository's existing lint setup. Preserve unrelated work and adapt to the project's package manager and configuration style.

Procedure

  1. Inspect the repository before changing it:

    • Read its agent instructions.
    • Check git status and preserve unrelated changes.
    • Identify the package manager from packageManager and lockfiles.
    • Find Oxlint configuration (oxlint.config.*, .oxlintrc*, or a Vite+ config).
    • Check whether anti-slop files or rules already exist. Do not overwrite them without reviewing the diff.
  2. Copy the bundled plugin from this skill. Run from the target repository:

    node <skill-directory>/scripts/install.mjs
    

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Install Anti-Slop

  • How does Install Anti-Slop compare to other Quality skills?

    Install Anti-Slop ranks #510 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Install Anti-Slop against them. Open each page to compare what they document and how they install.