Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions design-html/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,9 @@ For framework output, save to:
- CSS custom properties for design tokens from DESIGN.md / Step 1 extraction
- Google Fonts via `<link>` tags + `document.fonts.ready` gate before first `prepare()`
- Semantic HTML5 (`<header>`, `<nav>`, `<main>`, `<section>`, `<footer>`)
- `<title>` from the H1 or hero heading (50-60 chars)
- `<meta name="description">` — one-sentence page summary (150-160 chars)
- Open Graph (`og:title`, `og:description`, `og:type`) + `twitter:card` for social previews
- Responsive behavior via Pretext relayout (not just media queries)
- Breakpoint-specific adjustments at 375px, 768px, 1024px, 1440px
- ARIA attributes, heading hierarchy, focus-visible states
Expand Down
3 changes: 3 additions & 0 deletions design-html/SKILL.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ For framework output, save to:
- CSS custom properties for design tokens from DESIGN.md / Step 1 extraction
- Google Fonts via `<link>` tags + `document.fonts.ready` gate before first `prepare()`
- Semantic HTML5 (`<header>`, `<nav>`, `<main>`, `<section>`, `<footer>`)
- `<title>` from the H1 or hero heading (50-60 chars)
- `<meta name="description">` — one-sentence page summary (150-160 chars)
- Open Graph (`og:title`, `og:description`, `og:type`) + `twitter:card` for social previews
- Responsive behavior via Pretext relayout (not just media queries)
- Breakpoint-specific adjustments at 375px, 768px, 1024px, 1440px
- ARIA attributes, heading hierarchy, focus-visible states
Expand Down