Giving AI coding agents a sense of taste
It catalogs 148 visual styles with tokens, recipes, and IDE-ready prompts so LLM-built interfaces stop looking like identical templates.

What it does StyleKit is a browsable library of 148 visual and layout styles built to give AI-generated web interfaces a coherent direction. Each style ships with design tokens, component recipes, Tailwind constraints, and copy-ready prompts for tools like Cursor, Claude Code, and v0. It also exports shadcn themes and IDE-specific rule files so an agent can apply an aesthetic without improvising.
The interesting bit The project treats visual style as structured data rather than mood boards. Every aesthetic—from Glassmorphism to Neo-Brutalist to Ghibli-inspired—comes with machine-readable tokens and human-readable guidance, effectively building a design system API for LLMs.
Key highlights
- 148 named styles across categories including Cyberpunk, Brutalist, Art Deco, and brand-inspired looks such as Apple, Stripe, and Linear.
- Live interactive demos and copy-paste component recipes for every entry.
- Multi-format exports: Tailwind presets, shadcn CSS variables, Figma tokens, and IDE rule files like
.cursorrulesandclaude-rules. - Bilingual docs in English and Chinese, plus LLM-readable endpoints at
/llms.txt. - Optional agent skill that lets Cursor or Windsurf browse and install styles conversationally.
Caveats
- The README explicitly warns that production integration and completeness still depend on the target project; this is a starting point, not a drop-in framework.
- The shadcn theme installer requires an existing
tsconfig.jsonin the target project or it exits with an error.
Verdict Worth a look if you are building UIs with AI agents and want to escape the generic template look. Skip it if you already enforce a strict, custom design system.
Frequently asked
- What is AnxForever/stylekit?
- It catalogs 148 visual styles with tokens, recipes, and IDE-ready prompts so LLM-built interfaces stop looking like identical templates.
- Is stylekit open source?
- Yes — AnxForever/stylekit is open source, released under the MIT license.
- What language is stylekit written in?
- AnxForever/stylekit is primarily written in TypeScript.
- How popular is stylekit?
- AnxForever/stylekit has 503 stars on GitHub.
- Where can I find stylekit?
- AnxForever/stylekit is on GitHub at https://github.com/AnxForever/stylekit.