anti-slop-design
Create distinctive, production-grade frontend interfaces that avoid generic AI aesthetics. Use when building web components, game UIs, landing pages, dashboards, or any visual web interface. Prevents purple-gradient-rounded-corner-Inter-font syndrome.
Why use this skill?
Stop generating generic AI-looking interfaces. Anti-slop-design helps you build distinct, high-fidelity web UIs by avoiding common AI design tropes.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kjaylee/anti-slop-designWhat This Skill Does
The anti-slop-design skill acts as an aggressive design curator for your AI-generated frontend projects. Its primary function is to intercept standard LLM output patterns—the notorious 'generic AI aesthetic'—and force the interface toward high-fidelity, bespoke design languages. By enforcing specific constraints on typography, color theory, motion, and spatial composition, the skill prevents the production of uninspired web components. It systematically eliminates 'Inter-font syndrome,' repetitive rounded corners, and predictable gradient usage, ensuring that every interface generated by OpenClaw feels like a deliberate, handcrafted product rather than a generic template.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/kjaylee/anti-slop-design
Use Cases
- Landing Pages: Create high-conversion pages that move away from the standard 3-column feature layout toward editorial or brutalist design.
- Game UIs: Develop immersive HUDs or inventory screens that respect the narrative world-building of your specific game.
- Dashboards: Build data-rich interfaces that prioritize information hierarchy over generic card-based shadows.
- Web Components: Generate unique buttons, cards, and navigation bars that stand out in a sea of modern, copy-paste component libraries.
Example Prompts
- "Create a hero section for a retro-futuristic crypto wallet. Use the anti-slop-design skill to ensure the typography is aggressive and the layout breaks the standard grid."
- "Build a landing page for a new indie game. Apply the anti-slop guidelines to create an immersive, dark-themed UI that incorporates non-standard borders and custom motion effects."
- "Design a high-end dashboard interface for a luxury fashion brand. Avoid all standard web design tropes, focusing on an editorial aesthetic with high contrast and intentional white space."
Tips & Limitations
- Typography: Always allow the skill to suggest specific Google Fonts. The goal is to avoid standard web-safe fonts like Arial or Roboto at all costs.
- Consistency: While the skill prevents slop, it encourages brand identity. Define your chosen 'Tone' early in the prompt to ensure the output is cohesive.
- Limitations: This skill is focused on design output. It does not replace functional frontend logic, so you should pair it with your preferred framework (React, Vue, etc.) for best results. Always verify the accessibility of unique design choices, as 'non-standard' layouts can sometimes interfere with screen readers.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kjaylee-anti-slop-design": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Related Skills
ui-ux-pro-max
UI/UX design intelligence and implementation guidance for building polished interfaces. Use when the user asks for UI design, UX flows, information architecture, visual style direction, design systems/tokens, component specs, copy/microcopy, accessibility, or to generate/critique/refine frontend UI (HTML/CSS/JS, React, Next.js, Vue, Svelte, Tailwind). Includes workflows for (1) generating new UI layouts and styling, (2) improving existing UI/UX, (3) producing design-system tokens and component guidelines, and (4) turning UX recommendations into concrete code changes.
ralph-loop
AI 자율 구현 방법론. 구현/개발/코딩 요청 시 자동 적용. 메인은 마더 서브에이전트를 spawn하고, 마더가 워커들을 관리. specs/ → IMPLEMENTATION_PLAN.md → 1태스크씩 구현 → 2단계 리뷰 → 테스트 → 반복.
game-dev-rust-godot
Game development workflow using Rust+WASM or Godot 4.x for HTML5 games. Use when creating new games, implementing game mechanics, or porting existing games. Follows TDD-based production pipeline v3.1 with asset-first approach. Covers Rust(Macroquad/Bevy), Godot HTML5 Export, asset acquisition, test case writing, and QA automation. Master directive (2026-02-06) - ONLY Rust+WASM or Godot allowed, JS/TS frameworks prohibited.
subagent-dev
Execute implementation plans using fresh subagents per task with two-stage review (spec compliance + code quality). Use when executing multi-task plans with independent work units. Enhances ralph-loop methodology.
systematic-debugging
Root-cause-first debugging methodology. Use when encountering any bug, test failure, or unexpected behavior BEFORE proposing fixes. Prevents random fix attempts that waste time and create new bugs.