damu
v0.2.0De-AI My UI — strips the tells that make an interface read as 'made by an AI in Tailwind.' Two modes, one shared catalog of ~19 slop signatures (font chaos, the purple-on-black AI palette, gratuitous parallax, weird hovers, default/neon gradients, neon gradient borders, recycled stock icons, everything-is-a-24px-card, over-rounded corners, huge drop shadows, the AI-startup serif, out-of-box shadcn, forced monochrome, icon/emoji overuse and mismatch, empty filler copy, tiny/low-contrast text). /damu:prevent renders the catalog's fixes into a copy-pasteable anti-slop ruleset, lightly tailored to the detected stack, for you to adjust and drop into CLAUDE.md or memory so Claude stops generating slop in the first place. /damu:remediate drives Playwright MCP to capture per-route screenshots plus extracted CSS facts (font counts and sizes, color clusters, WCAG contrast, radius/shadow distributions, gradient and parallax signals, shadcn/Tailwind-default signatures), then runs a holmes-style Workflow engine — a context pass that fixes what's legitimate for this product, nine blind per-tell lenses (typography, color, gradients & borders, shape & depth, layout soul, motion, iconography, copy, readability) that each hard-respect those legitimate patterns and self-rate confidence (HIGH only for unmotivated, uniform choices) so nothing is silently dropped, a completeness critic, and synthesis into a per-page deliberate/mixed/slop verdict with a ranked, file-anchored change list. Report first; --apply commits only HIGH-confidence low-risk fixes atomically and refuses a dirty tree. Governing principle: every tell is sometimes correct, so a finding is HIGH-confidence only when the choice looks unmotivated and uniform.
By AlphaBravo2 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install damu@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/alphabravo-oss/guildClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/damu/.
Plugin files
├── .claude-plugin/plugin.json└── skills/slop-catalog/SKILL.md
Included Skills1
The canonical catalog of AI-generated-UI tells — the visual signatures that make a UI read as "made by an AI in Tailwind." Each tell carries what to look for, why it reads as AI, the fix, the fact-signal that detects it, and the "legit when…" exceptions that keep it honest. The single source of truth shared by /damu:prevent (turns fixes into rules) and /damu:remediate (turns tells into a scan). Used by the damu remediate Workflow lenses and the prevent ruleset renderer.
Plugin manifests1
{
"name": "damu",
"description": "De-AI My UI — strips the tells that make an interface read as 'made by an AI in Tailwind.' Two modes, one shared catalog of ~19 slop signatures (font chaos, the purple-on-black AI palette, gratuitous parallax, weird hovers, default/neon gradients, neon gradient borders, recycled stock icons, everything-is-a-24px-card, over-rounded corners, huge drop shadows, the AI-startup serif, out-of-box shadcn, forced monochrome, icon/emoji overuse and mismatch, empty filler copy, tiny/low-contrast text). /damu:prevent renders the catalog's fixes into a copy-pasteable anti-slop ruleset, lightly tailored to the detected stack, for you to adjust and drop into CLAUDE.md or memory so Claude stops generating slop in the first place. /damu:remediate drives Playwright MCP to capture per-route screenshots plus extracted CSS facts (font counts and sizes, color clusters, WCAG contrast, radius/shadow distributions, gradient and parallax signals, shadcn/Tailwind-default signatures), then runs a holmes-style Workflow engine — a context pass that fixes what's legitimate for this product, nine blind per-tell lenses (typography, color, gradients & borders, shape & depth, layout soul, motion, iconography, copy, readability) that each hard-respect those legitimate patterns and self-rate confidence (HIGH only for unmotivated, uniform choices) so nothing is silently dropped, a completeness critic, and synthesis into a per-page deliberate/mixed/slop verdict with a ranked, file-anchored change list. Report first; --apply commits only HIGH-confidence low-risk fixes atomically and refuses a dirty tree. Governing principle: every tell is sometimes correct, so a finding is HIGH-confidence only when the choice looks unmotivated and uniform.",
"version": "0.2.0",
"author": {
"name": "AlphaBravo"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[damu on Agent Plugins Marketplace](https://pluginsmp.com/plugins/damu)