
TL;DR
GitHub trending is full of anti-slop, taste, and compound-engineering skills. The real signal is not that agents need more prompts. It is that teams are trying to make subjective review criteria executable.
Read next
GitHub trending is full of agent skill frameworks. The real shift is not bigger prompts or more agents. It is turning team process into inspectable, reusable operating instructions.
9 min readMatt Pocock's skills repo is a useful signal for AI coding teams. The next step is treating skills like governed production controls, not a folder of viral prompts.
7 min readAdrian Krebs scored 500 Show HN landing pages against 15 AI design patterns. 21% were heavy slop, 46% mild, 33% clean. Here is the pattern list, the method, and why it matters even when you are the one shipping.
7 min readGitHub trending has a useful little cluster today.
EveryInc/compound-engineering-plugin is packaging brainstorm, plan, work, review, debug, and learning loops as installable agent skills and agents. Leonxlnx/taste-skill is trying to teach agents stronger frontend taste: layout, typography, motion, density, and design-system fit. hardikpandya/stop-slop attacks the same problem from prose: predictable AI tells, lazy rhythm, and empty business phrasing.
Those projects look different on the surface. One is an engineering-method plugin. One is an anti-slop frontend framework. One is a writing cleanup skill.
The shared signal is more interesting: teams are turning review taste into runnable infrastructure.
That is the next stage after skills becoming the agent operating system. The first wave said, "put your workflow in files." This wave says, "put your taste in files too, then make the agent prove it used them."
AI agents do not fail only because they miss facts.
They fail because they miss judgment.
A coding agent can satisfy the literal prompt and still ship a page that feels generic. It can fix a bug and leave behind a weird abstraction. It can write an article that says the right things but sounds like every other AI-generated post. It can run tests and still miss the product reason the change exists.
That gap is why taste skills are getting traction.
They are an attempt to make judgment portable across Claude Code, Codex, Cursor, Copilot, and whatever terminal agent a team tries next. The model changes. The local preference layer should not have to start over every time.
The mistake is treating these files as magic prompts. They are not.
The useful version is stricter: a taste skill is a review checklist, a style contract, and a calibration artifact that the agent must route through before it claims the work is done.
The timing makes sense.
Agent tools are moving from "can edit files" to "can run a workflow." Claude Code's public README frames the tool as an agentic coding system that works in the terminal, IDE, and GitHub. OpenAI's Codex developer page frames Codex as one agent for everywhere you code.
Once agents move across surfaces, prompt snippets stop being enough.
You need portable operating instructions:
That is exactly what the trending projects are pointing at.
Compound Engineering says each unit of engineering work should make future work easier, not harder. Taste Skill packages frontend design judgment into installable skills. Stop Slop packages prose review into a scoring pass. The shared bet is that an agent should not merely complete tasks. It should improve the next task's starting point.
That pairs directly with long-running agents need harnesses. A harness gives the run shape. A taste skill gives the run standards.
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools - delivered free every week.
From the archive
Human review often happens too late.
The engineer opens a pull request, the page already exists, the code already has shape, and the reviewer has to say, "this feels off." That kind of feedback is expensive because it arrives after the agent has committed to a direction.
A good taste skill moves part of that review forward.
For frontend work, that might mean forcing the agent to decide:
For prose, it means catching problems before publication:
This is why AI design slop is not only an aesthetic problem. It is a workflow problem. If the agent can generate slop faster than a human can review it, the bottleneck becomes taste enforcement.
The skeptical take is simple: these are just prompts.
That critique has teeth.
Markdown instructions do not guarantee taste. A skill with a confident name can still be vague. A frontend taste checklist can become trend-chasing. An anti-slop prose pass can make every paragraph sound clipped and self-serious. A compound-engineering loop can become ceremony if the task is small.
The answer is not to install every trending skill.
The answer is to measure whether a skill changes review outcomes.
For design skills:
For prose skills:
For engineering workflow skills:
If the answer is no, delete the skill or rewrite it.
That is the governance point from Skills for real engineers need governance, not fandom. Skills are useful only when they reduce a real failure mode.
The most durable move is not installing someone else's taste forever.
It is using public skills as scaffolding, then turning your own standards into repo-local rules.
For a product team, that means the agent should read the same constraints every run:
This is where a skill becomes infrastructure. It stops being a clever prompt and starts acting like a local review rail.
The same idea already exists in code. Teams have linters, formatters, typecheckers, snapshot tests, visual regression tests, and CI gates. Taste skills are weaker than those tools, but they fit into the same control plane. They catch judgment problems earlier, then deterministic checks catch the parts machines can verify.
The ideal loop looks like this:
That last step matters. If the human says the same thing twice, the workflow is leaking knowledge.
There is a broader market point here.
The winning developer agent stack will not be one model plus one chat box. It will be a set of portable controls around model behavior:
That is why the skill trend keeps reappearing under different names. The community is not only asking models to become smarter. It is building the missing organizational layer around them.
Taste is part of that layer.
Not because taste can be fully automated. It cannot. But because teams cannot afford to re-explain their standards every time a model opens a new session.
Start small.
Pick one recurring failure mode:
Then install or write one skill for that failure mode.
Do not begin with a giant skill library. Begin with one repeatable review rail and attach a receipt to it.
For example:
Before calling frontend work done, run the design-taste review.
Attach a short checklist:
- existing design language identified
- mobile layout checked
- typography checked
- no generic AI visual tropes
- screenshots reviewed
That is a better starting point than "make it beautiful."
For prose:
Before publishing, run the anti-slop pass.
Attach a short checklist:
- no unsupported claims
- source links included
- internal links are contextual
- rhythm varied
- banned phrases removed
That is a better starting point than "make it sound human."
The strongest agent workflows are going to feel boring. They will have fewer magical prompts and more local standards, receipts, and feedback loops.
That is the real lesson from today's trending skill repos.
The future of agent quality is not just better generation. It is better review, moved earlier, written down, and reused.
A taste skill is a reusable instruction file that helps an AI agent apply subjective standards such as layout quality, prose style, design-system fit, review discipline, or anti-slop cleanup.
Technically, many skills are prompt files with supporting references. Operationally, the useful ones behave like review rails: they define when to load a procedure, what behavior should change, and what receipt the agent should produce.
Use public skill repos as starting points, not permanent authority. The best long-term setup is repo-local standards that reflect your product, design system, verification commands, and review culture.
Linters and tests verify deterministic rules. Taste skills guide judgment before and after implementation. They should not replace deterministic checks, but they can reduce the number of subjective review issues that reach a human late.
Technical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
OpenAI's coding agent for terminal, cloud, IDE, GitHub, Slack, and Linear workflows. Reads repos, edits files, runs comm...
View ToolAnthropic's agentic coding CLI. Runs in your terminal, edits files autonomously, spawns sub-agents, and maintains memory...
View ToolOpenAI's open-source terminal coding agent built in Rust. Runs locally, reads your repo, edits files, and executes comma...
View ToolOpen-source terminal agent runtime with approval modes, rollback snapshots, MCP servers, LSP diagnostics, and a headless...
View ToolTurn a one-liner into a working Claude Code skill. From idea to installed in a minute.
View AppEvery coding agent in one window. Stop alt-tabbing between Claude, Codex, and Cursor.
View AppAuthor, test, score, and govern reusable AI agent skills before production registry.
View AppResearcher, auditor, reviewer, and other ready-made subagent types.
Claude CodeConfigure model, tools, MCP, skills, memory, and scoping.
Claude CodeConfigure Claude Code for maximum productivity -- CLAUDE.md, sub-agents, MCP servers, and autonomous workflows.
AI Agents
GitHub trending is full of agent skill frameworks. The real shift is not bigger prompts or more agents. It is turning te...

Matt Pocock's skills repo is a useful signal for AI coding teams. The next step is treating skills like governed product...

Adrian Krebs scored 500 Show HN landing pages against 15 AI design patterns. 21% were heavy slop, 46% mild, 33% clean. H...

A repo-root DESIGN.md gives Claude Code, Codex, and other agents the design rules they need to honor so generated UI doe...

A long-running coding agent is only useful if the environment around it can queue tasks, capture logs, checkpoint state,...

CodeGraph is trending because AI coding teams are running into the same bottleneck: agents waste too many tokens redisco...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.