Files
hallmark/package.json
T
Youssef c49b190911 Initial commit: Hallmark v0.2.0
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
2026-04-27 21:46:57 +01:00

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"
}
}