[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-93078":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":14,"stars7d":15,"stars30d":16,"stars90d":14,"forks30d":14,"starsTrendScore":14,"compositeScore":17,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":18,"fork":18,"defaultBranch":19,"hasWiki":20,"hasPages":18,"topics":21,"createdAt":9,"pushedAt":9,"updatedAt":22,"readmeContent":23,"aiSummary":24,"trendingCount":14,"starSnapshotCount":14,"syncStatus":25,"lastSyncTime":26,"discoverSource":27},93078,"kill-ai-slop","yetone\u002Fkill-ai-slop","yetone","A field guide to the visual & copy tics of AI-generated products — and an Agent Skill that scans your project and strips them out. https:\u002F\u002Fkillaislop.com",null,"TypeScript",513,21,79,0,82,434,75.03,false,"main",true,[],"2026-07-22 04:02:08","# Kill AI Slop\n\n**[killaislop.com](https:\u002F\u002Fkillaislop.com)**\n\nVibe-coded products are ugly in the same specific way: indigo gradients, glowing\ncards, emoji everywhere, a mascot in every corner, ALL-CAPS stat-cards. It's what\na machine reaches for when it has no taste but wants to look impressive, and it's\nso common you've stopped seeing it.\n\n**Kill AI Slop** is two things:\n\n1. **A website**, a multilingual field guide (English, Chinese, Japanese, and\n   Korean) that catalogues 23 AI-slop tells, each with an interactive\n   before→after demo showing the clean fix. The site is itself built as a\n   rebuttal to everything it catalogues.\n2. **An Agent Skill**, `kill-ai-slop`, which turns that catalogue into action:\n   it scans a web project for the code-level signals of each tell, explains why\n   each reads as machine-made, and proposes (or applies) the clean fix.\n\nEvery tell is one you can find in real, shipped products, not a strawman. Each\nentry rebuilds the tell in plain HTML so you can see the machine-default and the\nclean fix side by side.\n\n## Repo layout\n\n```\nwebsite\u002F   Astro site, the field guide (multilingual, static, zero-JS-by-default)\nskill\u002F     the kill-ai-slop Agent Skill (SKILL.md + references + scanner)\n```\n\n## The website\n\nLive at **[killaislop.com](https:\u002F\u002Fkillaislop.com)**. To run it locally:\n\n```bash\ncd website\nnpm install\nnpm run dev        # http:\u002F\u002Flocalhost:4321\nnpm run build      # → dist\u002F  (static, deploy anywhere)\n```\n\nDesign system: paper + ink, **one** editorial red used like a proofreader's pen,\nhierarchy from scale and space, hairline rules, no gradients \u002F emoji \u002F glass \u002F\nbadges. See `website\u002Fsrc\u002Fstyles\u002Ftokens.css` for the rules it holds itself to,\nand `website\u002Fsrc\u002Fdata\u002Fcatalogue.ts` for the taxonomy (the single source of truth\nshared with the skill).\n\n## The skill\n\n### Universal agent installer\n\nRun the following command and follow the prompt to install it to your favorite coding agents:\n\n```\nnpx skills add yetone\u002Fkill-ai-slop\n```\n\n### Manual installation\n\nInstall it without touching a single file: paste this to your coding agent (Claude\nCode, Cursor, etc.) and it fetches the skill and drops it into its own skills\ndirectory for you.\n\n```\nInstall the kill-ai-slop skill from\nhttps:\u002F\u002Fgithub.com\u002Fyetone\u002Fkill-ai-slop\u002Ftree\u002Fmain\u002Fskill\n\nCopy everything in that directory into a kill-ai-slop\u002F folder\ninside your agent's skills directory, then confirm it's registered.\n```\n\nThen just tell it to \"kill the AI slop in this project\". Prefer to install by hand?\nSee `skill\u002FREADME.md`.\n\nYou can also run the scanner directly. Point it at any web project:\n\n```bash\nnode skill\u002Fscripts\u002Fscan.mjs path\u002Fto\u002Fproject          # grouped report\nnode skill\u002Fscripts\u002Fscan.mjs path\u002Fto\u002Fproject --json    # machine-readable\n```\n\nThe scanner is dependency-free and never edits files. In an Agent-Skills host\n(e.g. Claude Code), invoke the skill and it will scan, triage, report, then fix,\nfollowing `skill\u002FSKILL.md`. See `skill\u002Freferences\u002F` for the taxonomy, detection\npatterns, and remediation playbook, and `skill\u002FREADME.md` for install steps.\n\n## Every example is a rebuild\n\nThe demos are reconstructed in plain HTML, for commentary, criticism, and\neducation. The point is not to dunk on any one project. It's to make the ugly\ndefaults visible again, so you can choose against them.\n","Kill AI Slop 是一个识别并消除网页产品中AI生成痕迹的工具集，包含多语言视觉指南网站与可集成的Agent技能。其核心功能是系统性识别23类典型AI设计陋习（如滥用渐变、浮夸卡片、过度emoji等），提供代码级检测、成因解释及可选自动修复。技术上采用零JavaScript静态网站（Astro）与轻量TypeScript扫描器，不依赖外部库，支持本地扫描或接入Claude Code等AI编程代理。适用于UI设计师、前端开发者及产品团队在交付前优化界面质感，提升人工设计辨识度与专业感。",2,"2026-07-11 02:30:51","CREATED_QUERY"]