kill-ai-slop
Kill AI Slop is a multilingual field guide and agent skill that catalogues 33 common AI-generated design tells with interactive before-after demos, and provides a tool to scan and fix web projects.
它采用标准化的可组合技能格式,并支持可选的上游集成,使智能体能够执行结构化任务(如基于实物的UI设计和隔离的Git操作),且可通过CLI轻松安装。
A portable skill pack for coding agents. Skills live under skills/
and work with clients that support the Agent Skills format. Some skills compose:
the UI workflow uses the bundled browser driver for rendered evidence.
| Skill | Purpose | Extra requirement |
|---|---|---|
ui-mockups | Explore grounded UI directions and lock one visual spec before implementation | drive-local-webapp for rendered review; parallel-agent support is recommended |
drive-local-webapp | Drive and screenshot a local web app with headless Chromium | Node.js 20+; installs Playwright locally |
cbm-onboard | Index a repository with codebase-memory-mcp and keep it current | codebase-memory-mcp on PATH |
spin-worktree | Create isolated Git worktrees for issue and PR work | Git; GitHub CLI only for --pr discovery |
Install the primary UI workflow with its required browser driver using the
standard skills CLI:
npx skills add ConnorGriffin/skills \
--skill ui-mockups \
--skill drive-local-webapp
Install another skill by itself:
npx skills add ConnorGriffin/skills --skill spin-worktree
Install every skill:
npx skills add ConnorGriffin/skills --all
The CLI prompts for the target agents and whether to install per-project or globally. Review skill instructions and scripts before running them; several skills intentionally start processes, modify repositories, or install Git hooks.
Optional integrations are enhancements, not hidden runtime requirements:
grilling: sharpens the UI brief. Without it, run the short inline
interview described by ui-mockups.codebase-design: helps shape non-trivial render logic. Without it, keep
the shipping module shape and preserve locality.impeccable: adds a final visual-quality audit. Without it, run the
explicit contrast, focus, overflow, and target-size checks.Install Matt Pocock's optional skills from their owner rather than copying them into this pack:
np
Portable coding-agent skills for UI mockups, browser verification, Codebase Memory, and isolated worktrees.
根据分类、Topic 和编程语言匹配的相似项目。
Kill AI Slop is a multilingual field guide and agent skill that catalogues 33 common AI-generated design tells with interactive before-after demos, and provides a tool to scan and fix web projects.
A Remotion-based tool that converts Chinese story text or ordered hand-drawn images into vertical hand-drawn diary-comic animation with handwritten captions, left-to-right reveals, optional page-curl transitions, and silent H.264 output for post-production dubbing.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.