Leaderboard/Design/kill-ai-slop
Last commit on July 26, 2026·Created on July 10, 2026

yetone/kill-ai-slop

Removes the generic visual and copy tics of machine-default web design
Combined rank
#273
across all skills
In Design
#30
category rank
Stars
1.2k
+3.0% in last 7d
Forks
52
-1.9% in last 7d
Watchers
1
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill helps frontend engineers audit and clean projects that feel templated or vibe-coded. It identifies specific AI-generated design patterns—such as indigo-violet gradients, glassmorphism, and over-rounded corners—and replaces them with intentional UI choices.

Beyond visual elements, it targets machine-default copywriting habits and structural clichés like nested cards or repetitive section markers across HTML, CSS, and modern JavaScript frameworks.

WHO IT'S FOR
Frontend engineers
remove generic AI-generated visual tics from UI
UI/UX designers
audit projects for machine-default design patterns
Content strategists
clean up AI copywriting voice in web projects
Technical leads
standardize visual quality across AI-assisted codebases
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

I’m using

Universal agent installer

Installs: Installs the kill-ai-slop Agent Skill to a coding agent selected through the installer's prompt. · supported coding agents

Before you start
  • npx must be available.
  • Node.js must be available to run the skill's bundled pure-Node scanner.
  1. Run this terminal command, then follow its interactive prompt to select and install to the desired coding agent.

    npx skills add yetone/kill-ai-slop
skill/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Scan and report AI-slop signals

Uses kill-ai-slop

  • Replace `[path to the web project or its source directory]` with the source to inspect.
  • Ensure Node.js is available for the bundled dependency-free scanner.
  • If the project contains several apps, identify which app should be scanned.
Use the kill-ai-slop skill to scan [path to the web project or its source directory], triage the hits against the surrounding code, and give me the grouped report with file-and-line locations, reasons, and proposed fixes. Do not change any files; stop after the report and ask which groups I want to apply.
skill/SKILL.md · Checked Sep 18, 2026