NOTICE.md

 1# Notice
 2
 3Impeccable
 4Copyright 2025-2026 Paul Bakaus
 5
 6## Anthropic frontend-design Skill
 7
 8The `impeccable` skill in this project builds on Anthropic's original frontend-design skill.
 9
10**Original work:** https://github.com/anthropics/skills/tree/main/skills/frontend-design
11**Original license:** Apache License 2.0
12**Copyright:** 2025 Anthropic, PBC
13
14This project extends the original with:
15- 7 domain-specific reference files (typography, color-and-contrast, spatial-design, motion-design, interaction-design, responsive-design, ux-writing)
16- 23 commands
17- Expanded patterns and anti-patterns
18
19## Typecraft Guide Skill
20
21The `typography.md` reference in this project incorporates a set of tactical additions merged in from ehmo's `typecraft-guide-skill` at the author's request: dark-mode weight/tracking compensation, `font-display: optional` vs `swap`, preload-critical-weight-only guidance, variable fonts for 3+ weights, `clamp()` max-to-min ratio bound, responsive measure/container coupling, `text-wrap: balance` / `pretty`, `font-optical-sizing: auto`, ALL-CAPS tracking quantification, and the paragraph-rhythm rule (space OR indent, never both).
22
23**Original work:** https://github.com/ehmo/typecraft-guide-skill
24**Original license:** see upstream repo
25**Author:** ehmo