Communitygithub.com

mcbbugu/aftertaste

Your agent shipped. Aftertaste checks whether the UI still looks like everyone else's.

aftertaste 是什么?

aftertaste is a Claude Code agent skill that your agent shipped. Aftertaste checks whether the UI still looks like everyone else's.

兼容平台Claude Code~Codex CLICursor
npx skills add mcbbugu/aftertaste

在你喜欢的 AI 中提问

打开一个已预加载此 Agent Skill 的新对话。

文档

aftertaste 是做什么的?

taste-skill tells the agent to have taste. aftertaste checks whether it did.

When to use

  • A localhost preview, staging URL, or landing page just shipped
  • The UI looks like Inter + purple gradient + three equal cards
  • You are about to write a Cursor skill from a real page instead of a generic design rant

How to run

Needs Node 20+ and Playwright Chromium once:

npx tsx src/cli.ts http://localhost:5173
npx tsx src/cli.ts demo
npx tsx src/cli.ts http://localhost:5173 --skill
npx tsx src/cli.ts http://localhost:5173 --json --fail-under 70

Repo: https://github.com/mcbbugu/aftertaste

--skill writes .cursor/skills/aftertaste/SKILL.md with facts from this URL (font stack, gradient, H1, card layout). Use that generated file on the next restyle pass.

What to do with the score

  • 100 is distinct. 0 is peak template.
  • Do not "make it nicer." Change the cited CSS and sentences so the next run cannot quote the same evidence.
  • Ban on this pass: Inter/Roboto as the whole identity, purple-indigo hero, gray-50 equal cards, "Welcome to" / "unleash" / "seamless" / "empower".

相关技能