mirror of
https://github.com/Nutlope/hallmark.git
synced 2026-08-14 12:35:33 +02:00
Anti-AI-slop design skill for Claude Code, Cursor, and Codex, plus a self-demonstrating landing page powered by Together AI. - 4 verbs: default / audit / refine / redesign - 10 reference files including microinteractions and structure - 12 themes with structural fingerprints - Two test specimens: bakery (editorial) and cmdk (technical) - 20-question slop test covering visual, structural, and microinteraction tells
37 lines
719 B
JSON
37 lines
719 B
JSON
{
|
|
"name": "hallmark",
|
|
"version": "0.1.0",
|
|
"description": "A design skill for AI coding assistants. Makes the UIs they generate look made, not generated. Powered by Together AI.",
|
|
"keywords": [
|
|
"claude",
|
|
"claude-code",
|
|
"cursor",
|
|
"codex",
|
|
"skill",
|
|
"design",
|
|
"ui",
|
|
"anti-ai-slop",
|
|
"typography",
|
|
"oklch",
|
|
"together-ai"
|
|
],
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"files": [
|
|
"skill/SKILL.md",
|
|
"skill/references"
|
|
],
|
|
"skill": {
|
|
"entry": "skill/SKILL.md",
|
|
"references": "skill/references",
|
|
"harnesses": [
|
|
"claude-code",
|
|
"cursor",
|
|
"codex"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"serve": "python3 -m http.server --directory site 4173"
|
|
}
|
|
}
|