mirror of
https://github.com/Nutlope/hallmark.git
synced 2026-08-14 12:35:33 +02:00
Replace the carousel's inconsistent scroll-videos with one CSS image hover-scroll across all twelve cards. Each thumb is a tall full-page screenshot that pans top to bottom on hover, with a per-card duration scaled to page height so they all move at the same brisk, readable pace; captured Retina-sharp at 1400px wide. Touch and reduced-motion get a static crop. Drop the Slow Pour card. Bump the version to v1.1 on the landing (banner + footer), package.json, SKILL.md, and the preview-block examples.
36 lines
707 B
JSON
36 lines
707 B
JSON
{
|
|
"name": "hallmark",
|
|
"version": "1.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": [
|
|
"skills"
|
|
],
|
|
"skill": {
|
|
"entry": "skills/hallmark/SKILL.md",
|
|
"references": "skills/hallmark/references",
|
|
"harnesses": [
|
|
"claude-code",
|
|
"cursor",
|
|
"codex"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"serve": "python3 -m http.server --directory site 4173"
|
|
}
|
|
}
|