What do you get when a veteran designer and AI researcher decides the web has had enough of cookie-cutter AI-generated UI? Over 12,700 GitHub stars, 633 forks, and a skill that actively refuses to produce layouts that look like they came from an LLM. Hallmark, created by Nutlope (CEO of Together AI), has exploded onto the scene as the most talked-about design tool for AI coding agents since the concept of AI-assisted development took hold. And its central promise is a radical one: AI-generated interfaces that do not look AI-generated.

Hallmark is a design skill for Claude Code, Cursor, and Codex. It encodes what its creator calls the anti-AI-slop consensus into a single holistic ruleset. Every page it generates is stamped with a unique fingerprint, making it practically impossible to distinguish from human-crafted design. And the developer community has responded with a fervor that confirms just how widespread the fatigue with generic AI design has become.

Installing Hallmark takes a single command: npx skills add nutlope/hallmark. Once installed, it integrates directly into any of the three major AI coding assistants, intercepting UI generation requests and running them through a 57-gate slop test before the code ever reaches your screen.

The 57-Gate Slop Test: How Hallmark Catches AI Design Anti-Patterns

The core innovation behind Hallmark is what its creator calls the 'slop test,' a pre-emit self-critique system that analyzes every generated page against 57 distinct anti-patterns common to AI-generated UI. These range from subtle typographic crimes like faux italics on a font that has no italic axis, to structural problems like relying on the same three symmetrical layouts that every LLM defaults to.

Each of the 57 gates represents a specific design failure mode that the developer community has learned to associate with AI-generated work. The test runs before the code is handed back to the user, and if a page fails any gate, the system refuses to emit it and regenerates with different structural choices. The result is output that passes what users have started calling the 'AI sniff test' the experience of looking at a page and simply knowing it came from a bot.

Beyond the slop test, Hallmark dresses every page in one of twenty distinct themes, ranging from the warm, earthy tones of the 'Garden' theme to the high-contrast, typography-forward 'Manifesto' theme. Each theme applies a complete visual system including type pairing, color anchor, spacing rhythm, and interaction patterns. Two pages generated for different briefs look like different sites built by different designers, not color-swaps of the same template.

Four Verbs: Build, Audit, Redesign, Study

Hallmark exposes four core verbs that give users precise control over what the skill does with their design briefs. The default verb is 'build new UI,' which picks an appropriate macrostructure for the brief, applies the ruleset, runs the slop test, and hands back a complete HTML-plus-CSS page. But the deeper value lies in the other three verbs.

The 'audit' verb scores existing code against the anti-pattern list, producing a punch list of design issues without making any edits. This is particularly useful for teams that have inherited AI-generated codebases and need to identify what needs fixing. The 'redesign' verb throws out the existing structure while preserving copy, information architecture, and brand identity, then rebuilds everything with a different fingerprint. The 'study' verb extracts what Hallmark calls the 'DNA' of a design from a screenshot or URL, capturing the macrostructure, type pairing, and color anchor without cloning the original. It can optionally emit a portable design.md file for handoff to other AI tools.

This verb system makes Hallmark more than a UI generator. It is a design workflow tool that gives AI coding agents something they have never truly had: a sense of what constitutes good design and the discipline to avoid the patterns that make AI output recognizable.

Custom Mode: When No Theme Fits

For briefs that carry creative intent no catalog theme can satisfy, Hallmark switches to its 'Custom' mode. This mode designs a page from scratch, generating a made-to-measure palette, type system, and layout without any template underneath. The same 57 slop-test gates still apply, ensuring that even fully custom output avoids the usual AI design anti-patterns.

The custom mode remains a quiet branch, meaning vanilla briefs never stumble into it. But when a user needs something genuinely outside the 20 themes, Hallmark delivers a bespoke layout that carries no trace of template DNA. Examples on the live demo site include a sleeper-train ticket page for The Cascadia Nightjar and a repair-cafe broadsheet for The Mend Assembly, both of which look like they were designed by a print studio rather than generated by an AI skill.

Each generated page is self-contained HTML and CSS, stamped with its macrostructure in a CSS comment. Users can press the 'T' key to cycle through themes in real time, or press 'R' for a random theme shuffle, making the exploration of different design directions a live, interactive process rather than a command-line round trip.

Who This Is For

Hallmark is for anyone building interfaces with AI coding assistants who has looked at the output and thought, 'this looks like AI made it.' Solo founders shipping landing pages, designers using AI assistants as productivity multipliers, and teams that need consistent but non-repetitive UI generation will find immediate value. The MIT license means it can be forked, modified, and embedded in commercial workflows without restrictions.

For founders running AI-assisted development pipelines, Hallmark solves a problem that has quietly been eroding user trust: when every AI-generated site starts to look the same, users learn to spot the pattern and discount the product. Hallmark is an early attempt to give AI coding agents a design conscience, and based on the 12,700-plus stars and the intensity of the community response, it is filling a need that the developer community has felt acutely but could not articulate until now.

The project is live at usehallmark.com and the repository is at github.com/Nutlope/hallmark.