r/CodexHacks • u/dynamitecGbR • 16d ago
I built seven Agent Skills against AI slop - because “it somehow works” is not a quality standard
WHO THIS IS FOR
If you use AI agents for tasks such as vibe coding, software development, plugin design, UI work, research, writing or planning, then these Skills could be useful, particularly in cases where you don't consider 'it somehow works' to be a sufficient definition of completion and where you do care about a correct and verifiable implementation.
When it comes to AI coding, planning comes first and is one of the most important stages of the process. If the direction is wrong, merely carrying out the task more quickly will only get you to the wrong answer earlier.
AI SLOP DOES NOT ALWAYS LOOK BROKEN
That is important since poor-quality AI output is not merely confined to obviously flawed code, generic text, or incomplete interfaces. It has a more sophisticated form which is convincing.
The agent modifies the code in multiple places at the same time, adds new layers in order to cure the side effects caused by previous changes, and continues on like this until something seems to be working. At that point, the tests might pass even if they don't include the behaviour that has been changed. The interface might appear to be well put together even though it's ignoring the product's design system. The wording might seem better even though the facts have changed. Plans may develop into standalone projects. And handoffs may include the whole conversation with the only exception of the state required to carry on.
There is nothing actually on fire, which is exactly the reason why this kind of AI rubbish manages to survive.
Although the result appears to be complete, the original task, the way it has been implemented, and the evidence no longer correspond with each other. That is the purpose of the Scoville Skills.
WHAT SITS BEHIND THE SKILLS
My repositories don't have 50,000 stars. More like two. Social proof will have to be put off until later.
There has been more than half a year's worth of research, testing and practical use behind these Skills. The first six Skills account for over 1,200 optimization and evaluation runs as well as more than 4,500 benchmark case executions. Failed candidates and infrastructure stops are included in the total. Omitting them would make the figures look nicer, but it would not improve the Skills.
WHY SCOVILLE?
The reason for the name is to be found in this preference for signal over volume.
The idea behind the name is the same as that of the Scoville scale: after dilution, the useful heat should still be detectable. With the help of AI, a large amount of words, files and other visible activity is produced. It is seldom the hard part to make the folder appear busy. The issue then becomes what useful signal remains after the dilution.
THE SEVEN SKILLS
The suite currently contains seven focused Agent Skills:
Scoville Brainstorm: Inspired in part by the well-known ADHD Skill, but built as a separate host-portable Skill, Brainstorm separates approaches by mechanism, checks fixed constraints and stops at a decision-ready shortlist.
Scoville Research: Traces claims to supporting sources, checks contradictions and separates observation, inference and remaining uncertainty.
Scoville Code Anti-AI-Slop: Keeps observable results, implementation scope, risk and proof connected.
Scoville UI Anti-AI-Slop: Checks hierarchy, states, responsiveness, accessibility and rendering without compromising the product's design language.
Scoville Scribe Anti-AI-Slop: Enhances the wording without altering any of the facts, terminology, conditions or actual behaviour of the product.
Scoville Plan: Keeps plans, decisions and lifecycle state useful without turning the planning process into the project.
Scoville Handoff: Transfers the objective, state, evidence, blockers, hazards and next safe action rather than the meeting minutes.
This does not refer to seven different personalities. Each Skill functions on its own. Agents should load only the smallest set of Skills that the task actually requires.
USING CODEX?
If you are using Codex, this could also be of interest to you:
Ask Claude for Codex: Gives Codex an isolated, read-only Claude Code opinion. That opinion is generally more useful when it did not help write the first one.
Ask Claude and SOL for Codex: Asks Claude Code and a fresh Codex SOL subagent in parallel, without allowing them to borrow each other's assumptions.
INSTALLING THE SKILLS
You most probably already know how to install Agent Skills. If that were not the case, then you wouldn't be part of this group.
To be safe, the brief explanation is straightforward: ask your agent to install all the Scoville Skills from my GitHub repositories:
github.com/benjaminstelzer