howone 0.1.19 → 0.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/templates/vite/.howone/skills/hallmark/LICENSE +21 -0
- package/templates/vite/.howone/skills/hallmark/README.md +147 -0
- package/templates/vite/.howone/skills/hallmark/ROADMAP.md +201 -0
- package/templates/vite/.howone/skills/hallmark/SKILL.md +551 -0
- package/templates/vite/.howone/skills/hallmark/docs/recipes.md +186 -0
- package/templates/vite/.howone/skills/hallmark/docs/screenshots/hero-anya.jpg +0 -0
- package/templates/vite/.howone/skills/hallmark/docs/screenshots/hero-bananastudio.jpg +0 -0
- package/templates/vite/.howone/skills/hallmark/docs/screenshots/hero-hyperlane.jpg +0 -0
- package/templates/vite/.howone/skills/hallmark/docs/screenshots/hero-najm.jpg +0 -0
- package/templates/vite/.howone/skills/hallmark/docs/screenshots/hero-slow-pour.jpg +0 -0
- package/templates/vite/.howone/skills/hallmark/docs/screenshots/hero-soroe.jpg +0 -0
- package/templates/vite/.howone/skills/hallmark/docs/screenshots/hero-tally.jpg +0 -0
- package/templates/vite/.howone/skills/hallmark/docs/screenshots/hero-wayfare.jpg +0 -0
- package/templates/vite/.howone/skills/hallmark/docs/study-examples.md +176 -0
- package/templates/vite/.howone/skills/hallmark/docs/talk-slides.md +364 -0
- package/templates/vite/.howone/skills/hallmark/package.json +36 -0
- package/templates/vite/.howone/skills/hallmark/references/anti-patterns.md +412 -0
- package/templates/vite/.howone/skills/hallmark/references/assets.md +399 -0
- package/templates/vite/.howone/skills/hallmark/references/color.md +95 -0
- package/templates/vite/.howone/skills/hallmark/references/component-cookbook.md +256 -0
- package/templates/vite/.howone/skills/hallmark/references/components/c1-outlined-chip.md +12 -0
- package/templates/vite/.howone/skills/hallmark/references/components/c2-inline-form-as-cta.md +16 -0
- package/templates/vite/.howone/skills/hallmark/references/components/c3-typographic-link.md +8 -0
- package/templates/vite/.howone/skills/hallmark/references/components/c4-sticky-bottom-bar.md +16 -0
- package/templates/vite/.howone/skills/hallmark/references/components/f1-bento-grid.md +20 -0
- package/templates/vite/.howone/skills/hallmark/references/components/f2-sticky-scroll-stack.md +20 -0
- package/templates/vite/.howone/skills/hallmark/references/components/f3-tabular-spec-sheet.md +11 -0
- package/templates/vite/.howone/skills/hallmark/references/components/f4-step-sequence.md +11 -0
- package/templates/vite/.howone/skills/hallmark/references/components/f5-annotated-screenshot.md +11 -0
- package/templates/vite/.howone/skills/hallmark/references/components/f6-product-card-grid.md +41 -0
- package/templates/vite/.howone/skills/hallmark/references/components/ft1-mast-headed.md +13 -0
- package/templates/vite/.howone/skills/hallmark/references/components/ft2-inline-rule-single-line.md +10 -0
- package/templates/vite/.howone/skills/hallmark/references/components/ft3-index-style-category-list.md +12 -0
- package/templates/vite/.howone/skills/hallmark/references/components/ft4-dense-typographic.md +10 -0
- package/templates/vite/.howone/skills/hallmark/references/components/ft5-statement.md +21 -0
- package/templates/vite/.howone/skills/hallmark/references/components/ft6-letter-close.md +19 -0
- package/templates/vite/.howone/skills/hallmark/references/components/ft7-newsletter-first.md +27 -0
- package/templates/vite/.howone/skills/hallmark/references/components/ft8-marquee-scroll.md +25 -0
- package/templates/vite/.howone/skills/hallmark/references/components/h1-marquee.md +15 -0
- package/templates/vite/.howone/skills/hallmark/references/components/h2-split-diptych.md +15 -0
- package/templates/vite/.howone/skills/hallmark/references/components/h3-quote-led.md +11 -0
- package/templates/vite/.howone/skills/hallmark/references/components/h4-stat-led.md +14 -0
- package/templates/vite/.howone/skills/hallmark/references/components/h5-letter-hero.md +11 -0
- package/templates/vite/.howone/skills/hallmark/references/components/h6-photographic-fold.md +16 -0
- package/templates/vite/.howone/skills/hallmark/references/components/h7-demo-video-clipped-by-viewport-edge.md +27 -0
- package/templates/vite/.howone/skills/hallmark/references/components/h8-mockup-split-browser-framed.md +23 -0
- package/templates/vite/.howone/skills/hallmark/references/components/h9-custom-illustration-centerpiece.md +27 -0
- package/templates/vite/.howone/skills/hallmark/references/components/n1-wordmark-2-links.md +12 -0
- package/templates/vite/.howone/skills/hallmark/references/components/n10-floating-on-scroll-morph.md +19 -0
- package/templates/vite/.howone/skills/hallmark/references/components/n2-floating-chip.md +14 -0
- package/templates/vite/.howone/skills/hallmark/references/components/n3-side-rail.md +14 -0
- package/templates/vite/.howone/skills/hallmark/references/components/n4-hidden-behind-k.md +9 -0
- package/templates/vite/.howone/skills/hallmark/references/components/n5-floating-pill.md +28 -0
- package/templates/vite/.howone/skills/hallmark/references/components/n6-newspaper-masthead.md +24 -0
- package/templates/vite/.howone/skills/hallmark/references/components/n7-brutal-slab.md +22 -0
- package/templates/vite/.howone/skills/hallmark/references/components/n8-terminal-command.md +21 -0
- package/templates/vite/.howone/skills/hallmark/references/components/n9-edge-aligned-minimal.md +17 -0
- package/templates/vite/.howone/skills/hallmark/references/components/s1-left-margin-numbered.md +15 -0
- package/templates/vite/.howone/skills/hallmark/references/components/s2-hanging.md +13 -0
- package/templates/vite/.howone/skills/hallmark/references/components/s3-sticky-pinned.md +19 -0
- package/templates/vite/.howone/skills/hallmark/references/components/s4-inline-no-break.md +11 -0
- package/templates/vite/.howone/skills/hallmark/references/components/s5-bottom-anchored.md +13 -0
- package/templates/vite/.howone/skills/hallmark/references/components/t1-pull-quote-with-marginalia.md +12 -0
- package/templates/vite/.howone/skills/hallmark/references/components/t2-logo-wall-hairline.md +19 -0
- package/templates/vite/.howone/skills/hallmark/references/components/t3-single-huge-quote.md +11 -0
- package/templates/vite/.howone/skills/hallmark/references/components/t4-numbered-stat-strip.md +14 -0
- package/templates/vite/.howone/skills/hallmark/references/contract.md +24 -0
- package/templates/vite/.howone/skills/hallmark/references/copy.md +182 -0
- package/templates/vite/.howone/skills/hallmark/references/custom-craft.md +626 -0
- package/templates/vite/.howone/skills/hallmark/references/custom-theme.md +329 -0
- package/templates/vite/.howone/skills/hallmark/references/design-md.md +116 -0
- package/templates/vite/.howone/skills/hallmark/references/export-formats.md +328 -0
- package/templates/vite/.howone/skills/hallmark/references/floating-nav.md +89 -0
- package/templates/vite/.howone/skills/hallmark/references/genres/atmospheric.md +65 -0
- package/templates/vite/.howone/skills/hallmark/references/genres/editorial.md +70 -0
- package/templates/vite/.howone/skills/hallmark/references/genres/modern-minimal.md +67 -0
- package/templates/vite/.howone/skills/hallmark/references/genres/playful.md +65 -0
- package/templates/vite/.howone/skills/hallmark/references/hero-enrichment.md +474 -0
- package/templates/vite/.howone/skills/hallmark/references/imagery-kit.md +170 -0
- package/templates/vite/.howone/skills/hallmark/references/interaction-and-states.md +207 -0
- package/templates/vite/.howone/skills/hallmark/references/layout-and-space.md +111 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/01-bento-grid.md +35 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/02-long-document.md +34 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/03-marquee-hero.md +31 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/04-stat-led.md +32 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/05-workbench.md +32 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/06-conversational-faq.md +33 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/07-manifesto.md +32 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/08-photographic.md +34 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/09-quote-led.md +32 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/10-specimen.md +32 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/11-catalogue.md +23 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/12-letter.md +23 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/13-index-first.md +23 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/14-narrative-workflow.md +23 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/15-split-studio.md +23 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/16-feature-stack.md +23 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/17-type-specimen.md +23 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/18-portfolio-grid.md +23 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/19-map-diagram.md +23 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/20-ecosystem-index.md +23 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures/21-component-playground.md +23 -0
- package/templates/vite/.howone/skills/hallmark/references/macrostructures.md +89 -0
- package/templates/vite/.howone/skills/hallmark/references/microinteractions.md +260 -0
- package/templates/vite/.howone/skills/hallmark/references/motion.md +109 -0
- package/templates/vite/.howone/skills/hallmark/references/preview-examples.md +49 -0
- package/templates/vite/.howone/skills/hallmark/references/responsive.md +138 -0
- package/templates/vite/.howone/skills/hallmark/references/slop-test.md +205 -0
- package/templates/vite/.howone/skills/hallmark/references/structure.md +164 -0
- package/templates/vite/.howone/skills/hallmark/references/study.md +486 -0
- package/templates/vite/.howone/skills/hallmark/references/typography.md +243 -0
- package/templates/vite/.howone/skills/hallmark/references/verbs/audit.md +25 -0
- package/templates/vite/.howone/skills/hallmark/references/verbs/redesign.md +269 -0
- package/templates/vite/.howone/skills/hallmark/site/OG-hallmark.png +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/01-tide-podcast/brief.md +71 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/01-tide-podcast/index.html +64 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/01-tide-podcast/style.css +240 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/02-streampipe-cli/brief.md +65 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/02-streampipe-cli/index.html +105 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/02-streampipe-cli/style.css +250 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/03-maple-bakery/brief.md +64 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/03-maple-bakery/index.html +131 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/03-maple-bakery/style.css +240 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/04-meridian-manifesto/brief.md +67 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/04-meridian-manifesto/index.html +86 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/04-meridian-manifesto/style.css +262 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/05-tracejam-saas/brief.md +63 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/05-tracejam-saas/index.html +167 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/05-tracejam-saas/style.css +457 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/06-anya-portfolio/brief.md +65 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/06-anya-portfolio/index.html +159 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/06-anya-portfolio/style.css +288 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/07-foundry-compliance/brief.md +64 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/07-foundry-compliance/index.html +146 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/07-foundry-compliance/style.css +484 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/08-cohort-courses/brief.md +64 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/08-cohort-courses/index.html +116 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/08-cohort-courses/style.css +354 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/09-slow-pour/index.html +638 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/10-owl-hours/index.html +515 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/11-soroe-ceramics/index.html +515 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/12-loafer/index.html +608 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/13-alma/index.html +587 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/README.md +157 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/BananaStudio-loop.mp4 +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/BananaStudio-still.jpg +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/Hyperlane-example.mp4 +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/Hyperlane-still.jpg +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/Najm-loop.mp4 +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/Najm-still.jpg +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/Podcast-loop.mp4 +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/SaaS-loop.mp4 +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/SaaS-still.jpg +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/Soroe-loop.mp4 +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/Soroe-still.jpg +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/after-quiet-hour.png +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/anya-loop.mp4 +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/anya-still.jpg +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/audit-example.png +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/before-quiet-hour.png +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/example-redesign-uractivation.png +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/slow-pour-loop.mp4 +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/slow-pour-still.jpg +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/study-example.png +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/uractivation-after-loop.mp4 +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/wayfare-loop.mp4 +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/_thumbs/wayfare-still.jpg +0 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/custom/01-coffeebox/index.html +77 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/custom/01-coffeebox/style.css +238 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/custom/02-loop/index.html +110 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/custom/02-loop/style.css +326 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/custom/03-mossroot/index.html +134 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/custom/03-mossroot/style.css +262 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/custom/README.md +30 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/verbs/README.md +17 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/verbs/audit/audit-report.md +56 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/verbs/audit/input.html +160 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/verbs/audit/notes.md +29 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/verbs/redesign/input.html +63 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/verbs/redesign/notes.md +72 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/verbs/redesign/output.html +374 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/verbs/study/diagnosis.md +52 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/verbs/study/input-description.md +29 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/verbs/study/notes.md +61 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/verbs/study/output.css +193 -0
- package/templates/vite/.howone/skills/hallmark/site/_tests/verbs/study/output.html +66 -0
- package/templates/vite/.howone/skills/hallmark/site/css/base.css +194 -0
- package/templates/vite/.howone/skills/hallmark/site/css/components.css +4886 -0
- package/templates/vite/.howone/skills/hallmark/site/css/sections.css +2072 -0
- package/templates/vite/.howone/skills/hallmark/site/css/tokens.css +1129 -0
- package/templates/vite/.howone/skills/hallmark/site/examples/bananastudio/index.html +475 -0
- package/templates/vite/.howone/skills/hallmark/site/examples/bananastudio/styles.css +1584 -0
- package/templates/vite/.howone/skills/hallmark/site/examples/bananastudio/tokens.css +96 -0
- package/templates/vite/.howone/skills/hallmark/site/examples/hyperlane/index.html +344 -0
- package/templates/vite/.howone/skills/hallmark/site/examples/hyperlane/script.js +103 -0
- package/templates/vite/.howone/skills/hallmark/site/examples/hyperlane/styles.css +1103 -0
- package/templates/vite/.howone/skills/hallmark/site/examples/hyperlane/tokens.css +83 -0
- package/templates/vite/.howone/skills/hallmark/site/examples/najm/index.html +368 -0
- package/templates/vite/.howone/skills/hallmark/site/examples/najm/script.js +133 -0
- package/templates/vite/.howone/skills/hallmark/site/examples/najm/styles.css +1062 -0
- package/templates/vite/.howone/skills/hallmark/site/examples/najm/tokens.css +97 -0
- package/templates/vite/.howone/skills/hallmark/site/examples/tally/app.js +84 -0
- package/templates/vite/.howone/skills/hallmark/site/examples/tally/index.html +446 -0
- package/templates/vite/.howone/skills/hallmark/site/examples/tally/styles.css +1087 -0
- package/templates/vite/.howone/skills/hallmark/site/examples/tally/tokens.css +101 -0
- package/templates/vite/.howone/skills/hallmark/site/examples/wayfare/index.html +359 -0
- package/templates/vite/.howone/skills/hallmark/site/examples/wayfare/style.css +1168 -0
- package/templates/vite/.howone/skills/hallmark/site/examples/wayfare/tokens.css +81 -0
- package/templates/vite/.howone/skills/hallmark/site/favicon-dark.svg +5 -0
- package/templates/vite/.howone/skills/hallmark/site/favicon-light.svg +5 -0
- package/templates/vite/.howone/skills/hallmark/site/index.html +1043 -0
- package/templates/vite/.howone/skills/hallmark/site/js/main.js +1175 -0
- package/templates/vite/.howone/skills/hallmark/vercel.json +6 -0
- package/templates/vite/.howone/skills/howone-sdk/01-architect/01-app-generation.md +101 -0
- package/templates/vite/.howone/skills/howone-sdk/02-database/01-schema-design.md +147 -0
- package/templates/vite/.howone/skills/howone-sdk/02-database/02-schema-operations.md +96 -0
- package/templates/vite/.howone/skills/howone-sdk/02-database/03-data-access-patterns.md +172 -0
- package/templates/vite/.howone/skills/howone-sdk/{references → 03-sdk}/01-client-setup.md +3 -3
- package/templates/vite/.howone/skills/howone-sdk/{references/04-auth.md → 03-sdk/03-auth.md} +120 -3
- package/templates/vite/.howone/skills/howone-sdk/04-ai/.gitkeep +1 -0
- package/templates/vite/.howone/skills/howone-sdk/SKILL.md +67 -93
- package/templates/vite/.howone/skills/howone-sdk/agents/openai.yaml +3 -3
- package/templates/vite/.howone/skills/impeccable/SKILL.md +168 -0
- package/templates/vite/.howone/skills/impeccable/agents/impeccable-asset-producer.md +101 -0
- package/templates/vite/.howone/skills/impeccable/reference/adapt.md +190 -0
- package/templates/vite/.howone/skills/impeccable/reference/animate.md +175 -0
- package/templates/vite/.howone/skills/impeccable/reference/audit.md +133 -0
- package/templates/vite/.howone/skills/impeccable/reference/bolder.md +113 -0
- package/templates/vite/.howone/skills/impeccable/reference/brand.md +118 -0
- package/templates/vite/.howone/skills/impeccable/reference/clarify.md +174 -0
- package/templates/vite/.howone/skills/impeccable/reference/codex.md +105 -0
- package/templates/vite/.howone/skills/impeccable/reference/cognitive-load.md +106 -0
- package/templates/vite/.howone/skills/impeccable/reference/color-and-contrast.md +105 -0
- package/templates/vite/.howone/skills/impeccable/reference/colorize.md +154 -0
- package/templates/vite/.howone/skills/impeccable/reference/craft.md +123 -0
- package/templates/vite/.howone/skills/impeccable/reference/critique.md +273 -0
- package/templates/vite/.howone/skills/impeccable/reference/delight.md +302 -0
- package/templates/vite/.howone/skills/impeccable/reference/distill.md +111 -0
- package/templates/vite/.howone/skills/impeccable/reference/document.md +427 -0
- package/templates/vite/.howone/skills/impeccable/reference/extract.md +69 -0
- package/templates/vite/.howone/skills/impeccable/reference/harden.md +347 -0
- package/templates/vite/.howone/skills/impeccable/reference/heuristics-scoring.md +234 -0
- package/templates/vite/.howone/skills/impeccable/reference/interaction-design.md +195 -0
- package/templates/vite/.howone/skills/impeccable/reference/layout.md +141 -0
- package/templates/vite/.howone/skills/impeccable/reference/live.md +622 -0
- package/templates/vite/.howone/skills/impeccable/reference/motion-design.md +109 -0
- package/templates/vite/.howone/skills/impeccable/reference/onboard.md +234 -0
- package/templates/vite/.howone/skills/impeccable/reference/optimize.md +258 -0
- package/templates/vite/.howone/skills/impeccable/reference/overdrive.md +130 -0
- package/templates/vite/.howone/skills/impeccable/reference/personas.md +179 -0
- package/templates/vite/.howone/skills/impeccable/reference/polish.md +242 -0
- package/templates/vite/.howone/skills/impeccable/reference/product.md +62 -0
- package/templates/vite/.howone/skills/impeccable/reference/quieter.md +99 -0
- package/templates/vite/.howone/skills/impeccable/reference/responsive-design.md +114 -0
- package/templates/vite/.howone/skills/impeccable/reference/shape.md +165 -0
- package/templates/vite/.howone/skills/impeccable/reference/spatial-design.md +100 -0
- package/templates/vite/.howone/skills/impeccable/reference/teach.md +156 -0
- package/templates/vite/.howone/skills/impeccable/reference/typeset.md +124 -0
- package/templates/vite/.howone/skills/impeccable/reference/typography.md +159 -0
- package/templates/vite/.howone/skills/impeccable/reference/ux-writing.md +107 -0
- package/templates/vite/.howone/skills/impeccable/scripts/cleanup-deprecated.mjs +284 -0
- package/templates/vite/.howone/skills/impeccable/scripts/command-metadata.json +94 -0
- package/templates/vite/.howone/skills/impeccable/scripts/critique-storage.mjs +242 -0
- package/templates/vite/.howone/skills/impeccable/scripts/design-parser.mjs +820 -0
- package/templates/vite/.howone/skills/impeccable/scripts/detect-csp.mjs +198 -0
- package/templates/vite/.howone/skills/impeccable/scripts/detect.mjs +21 -0
- package/templates/vite/.howone/skills/impeccable/scripts/impeccable-paths.mjs +110 -0
- package/templates/vite/.howone/skills/impeccable/scripts/is-generated.mjs +69 -0
- package/templates/vite/.howone/skills/impeccable/scripts/live-accept.mjs +595 -0
- package/templates/vite/.howone/skills/impeccable/scripts/live-browser-session.js +123 -0
- package/templates/vite/.howone/skills/impeccable/scripts/live-browser.js +4860 -0
- package/templates/vite/.howone/skills/impeccable/scripts/live-complete.mjs +75 -0
- package/templates/vite/.howone/skills/impeccable/scripts/live-completion.mjs +18 -0
- package/templates/vite/.howone/skills/impeccable/scripts/live-inject.mjs +446 -0
- package/templates/vite/.howone/skills/impeccable/scripts/live-poll.mjs +200 -0
- package/templates/vite/.howone/skills/impeccable/scripts/live-resume.mjs +48 -0
- package/templates/vite/.howone/skills/impeccable/scripts/live-server.mjs +838 -0
- package/templates/vite/.howone/skills/impeccable/scripts/live-session-store.mjs +254 -0
- package/templates/vite/.howone/skills/impeccable/scripts/live-status.mjs +47 -0
- package/templates/vite/.howone/skills/impeccable/scripts/live-wrap.mjs +632 -0
- package/templates/vite/.howone/skills/impeccable/scripts/live.mjs +247 -0
- package/templates/vite/.howone/skills/impeccable/scripts/load-context.mjs +141 -0
- package/templates/vite/.howone/skills/impeccable/scripts/modern-screenshot.umd.js +14 -0
- package/templates/vite/.howone/skills/impeccable/scripts/pin.mjs +214 -0
- package/templates/vite/AGENTS.md +2 -3
- package/templates/vite/package.json +1 -1
- /package/templates/vite/.howone/skills/howone-sdk/{references/08-manifest-codegen.md → 01-architect/02-manifest-codegen.md} +0 -0
- /package/templates/vite/.howone/skills/howone-sdk/{references → 03-sdk}/02-entity-operations.md +0 -0
- /package/templates/vite/.howone/skills/howone-sdk/{references/06-react-integration.md → 03-sdk/04-react-integration.md} +0 -0
- /package/templates/vite/.howone/skills/howone-sdk/{references → 03-sdk}/05-file-upload.md +0 -0
- /package/templates/vite/.howone/skills/howone-sdk/{references/07-raw-http.md → 03-sdk/06-raw-http.md} +0 -0
- /package/templates/vite/.howone/skills/howone-sdk/{references/03-ai-actions.md → 03-sdk/07-ai-action-calls.md} +0 -0
package/templates/vite/.howone/skills/hallmark/references/macrostructures/06-conversational-faq.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
## 06 · Conversational FAQ
|
|
2
|
+
|
|
3
|
+
Bold questions, brief answers. The page reads like an honest interview with the product. Often each Q/A is a collapsible accordion.
|
|
4
|
+
|
|
5
|
+
- **Heading:** each section *is* a question — a short, direct phrase ending in `?`.
|
|
6
|
+
- **Body:** answer in 2–4 short paragraphs immediately below the question.
|
|
7
|
+
- **Divider:** thin rule between Q/A pairs, or zero rule and a paper-colour swap.
|
|
8
|
+
- **Button:** typographic link inside answers ("Read the full policy →"); one outlined CTA at the foot.
|
|
9
|
+
- **Image:** sparse — maybe one diagram per long answer; mostly text.
|
|
10
|
+
- **Reveal:** none on load; accordion expand uses 200 ms `--ease-out` on `grid-template-rows: 0fr → 1fr`.
|
|
11
|
+
|
|
12
|
+
Reach for it near pricing, for products that meet skepticism, for educational/regulated industries.
|
|
13
|
+
|
|
14
|
+
Avoid as the *primary* page. FAQ usually pairs with another macrostructure that opens the page.
|
|
15
|
+
|
|
16
|
+
Reference: many SaaS pricing pages, Casper, Substack help pages.
|
|
17
|
+
|
|
18
|
+
**Sample opening lines** (imitate the *specificity* — questions are real questions, answers are short and concrete):
|
|
19
|
+
> *"What is this for? — A single-binary CLI for parsing log streams from stdin."* — names the form factor, names the input
|
|
20
|
+
> *"How is this different from X? — It's about time."* — cron.com — answers obliquely, with a phrase that has weight
|
|
21
|
+
> *"Who built this? — Three of us, in Lisbon, since 2014."* — date + place + count, no marketing
|
|
22
|
+
|
|
23
|
+
```html
|
|
24
|
+
<section class="faq">
|
|
25
|
+
<details>
|
|
26
|
+
<summary><h2>How long does setup take?</h2></summary>
|
|
27
|
+
<div class="answer">…</div>
|
|
28
|
+
</details>
|
|
29
|
+
<details>…</details>
|
|
30
|
+
</section>
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
---
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
## 07 · Manifesto
|
|
2
|
+
|
|
3
|
+
Polemical large type. Declaration energy. The page tells the reader what to believe before it tells them what to buy. Often political-poster aesthetic.
|
|
4
|
+
|
|
5
|
+
- **Heading:** all-caps display tilted slightly (`-2°` to `-4°`), or stacked colour-block highlights on the verb.
|
|
6
|
+
- **Body:** short paragraphs each holding one assertion, large enough to read across the room.
|
|
7
|
+
- **Divider:** bleed-colour blocks between sections; no hairlines.
|
|
8
|
+
- **Button:** oversized solid block, accent colour, set far below the fold.
|
|
9
|
+
- **Image:** none, or a single high-contrast B&W photograph used as a section bleed.
|
|
10
|
+
- **Reveal:** horizontal sweep on section entry.
|
|
11
|
+
|
|
12
|
+
Reach for it for brand repositioning announcements, mission-led indie products, design-studio beliefs pages.
|
|
13
|
+
|
|
14
|
+
Avoid for transactional pages. Manifesto sells *agreement*, not action.
|
|
15
|
+
|
|
16
|
+
Reference: Linear's positioning pages, agency rebrand sites, political campaign landing pages.
|
|
17
|
+
|
|
18
|
+
**Sample opening lines** (imitate the *specificity* — manifestos commit, they don't hedge):
|
|
19
|
+
> *"WE ARE A STUDIO. WE ARE NOT A PLATFORM."* — Meridian (test 04) — defines by refusal, all caps, a single accent word
|
|
20
|
+
> *"We design products that last twelve years. We do not design products that need replacing every two."* — concrete number, paired declaration
|
|
21
|
+
> *"Lightness above weightiness, elevate everyone you encounter."* — craigmod.com — one-line principle, no explanation needed
|
|
22
|
+
|
|
23
|
+
```html
|
|
24
|
+
<section class="manifesto bleed-ink">
|
|
25
|
+
<h1 class="caps display-xxl">WE BELIEVE <em class="block-accent">DESIGN</em> IS SLOW.</h1>
|
|
26
|
+
</section>
|
|
27
|
+
<section class="bleed-paper">
|
|
28
|
+
<p class="claim">It costs less than the rework you'll do without it.</p>
|
|
29
|
+
</section>
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
---
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
## 08 · Photographic
|
|
2
|
+
|
|
3
|
+
A single huge image dominates each fold. Text is small annotation, not headline. The design says *look* before it says *read*.
|
|
4
|
+
|
|
5
|
+
- **Heading:** small caption near a corner of the image; never centered display.
|
|
6
|
+
- **Body:** full-bleed image bands alternating with narrow text bands.
|
|
7
|
+
- **Divider:** the image edge IS the divider; no rules.
|
|
8
|
+
- **Button:** typographic link tucked under the caption.
|
|
9
|
+
- **Image:** the whole point — full-bleed, edge to edge, often a single photo per fold.
|
|
10
|
+
- **Reveal:** no spatial motion; let the photographs do the work.
|
|
11
|
+
|
|
12
|
+
Reach for it for fashion, hospitality, photography portfolios, lifestyle e-commerce, any brand whose product is a *feeling*.
|
|
13
|
+
|
|
14
|
+
Avoid without real photography. AI-generated stock undoes the macrostructure.
|
|
15
|
+
|
|
16
|
+
Reference: Aimé Leon Dore, Mr Porter editorial, Stüssy lookbooks.
|
|
17
|
+
|
|
18
|
+
**Sample opening lines** (imitate the *specificity* — captions for photographs are dates, places, plate numbers — not marketing):
|
|
19
|
+
> *"Plate 47 · scored before the proof."* — Maple Street Bread (test 03) — a number, a moment in the process
|
|
20
|
+
> *"Spring, 2026."* — Atelier-style — two words, full stop
|
|
21
|
+
> *"From the working archive."* — gives the photograph provenance without explaining it
|
|
22
|
+
|
|
23
|
+
```html
|
|
24
|
+
<section class="photo-fold">
|
|
25
|
+
<img class="bleed" src="hero.jpg" />
|
|
26
|
+
<p class="caption">Spring, 2026.</p>
|
|
27
|
+
</section>
|
|
28
|
+
<section class="text-fold">
|
|
29
|
+
<p class="lede">…</p>
|
|
30
|
+
</section>
|
|
31
|
+
<section class="photo-fold">…</section>
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
---
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
## 09 · Quote-Led
|
|
2
|
+
|
|
3
|
+
The hero is a pull-quote with attribution. The headline is borrowed credibility, not the brand's voice. The page leads with social proof.
|
|
4
|
+
|
|
5
|
+
- **Heading:** italic display setting a customer's quote (36–60 px), with attribution below in small caps.
|
|
6
|
+
- **Body:** continues with additional testimonials, case studies, or a quiet feature list.
|
|
7
|
+
- **Divider:** centered quote-mark glyph or an em-rule between testimonials.
|
|
8
|
+
- **Button:** typographic link beneath the attribution ("Read the full case study →").
|
|
9
|
+
- **Image:** small avatar or company logo by the attribution; otherwise none.
|
|
10
|
+
- **Reveal:** none in fold; below-fold may stagger.
|
|
11
|
+
|
|
12
|
+
Reach for it for B2B products with strong customer voices, agency case-study pages, fundraising sites, anywhere "people like me use this" is the unlock.
|
|
13
|
+
|
|
14
|
+
Avoid for new products without real testimonials. Fake quotes destroy trust on inspection.
|
|
15
|
+
|
|
16
|
+
Reference: many B2B SaaS landings, agency homepages, university development pages.
|
|
17
|
+
|
|
18
|
+
**Sample opening lines** (imitate the *specificity* — quote-led pages let someone else say it, then attribute):
|
|
19
|
+
> *"I started listening on a long bus ride. By the third episode I'd missed my stop, and I didn't mind."* — Tide (test 01) — story-shaped, attributed to a listener
|
|
20
|
+
> *"Restraint, repeated, becomes a signature."* — Hallmark Atelier — short, philosophical, signed by the studio
|
|
21
|
+
> *"It told me the span that regressed, the deploy that caused it, and the engineer to ask. We rolled back in eight minutes."* — Tracejam-style — names the outcome with a number
|
|
22
|
+
|
|
23
|
+
```html
|
|
24
|
+
<section class="quote-hero">
|
|
25
|
+
<blockquote class="display-italic">"…"</blockquote>
|
|
26
|
+
<p class="attribution">— Name, Title, Company</p>
|
|
27
|
+
<a class="link">Read the case →</a>
|
|
28
|
+
</section>
|
|
29
|
+
<section class="more-quotes">…</section>
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
---
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
## 10 · Specimen *(no longer the default)*
|
|
2
|
+
|
|
3
|
+
Numbered left-margin labels, huge serif display, asymmetric column spans, hairline rules, typographic-only CTA, generous whitespace. Editorial / type-foundry energy.
|
|
4
|
+
|
|
5
|
+
- **Heading:** left-margin number + label (`01 — HELLO.`) beside a large serif phrase.
|
|
6
|
+
- **Body:** asymmetric spans — narrow label column / wide content column.
|
|
7
|
+
- **Divider:** hairline rules between sections.
|
|
8
|
+
- **Button:** typographic link with arrow ("Open your studio →"); no box, no fill.
|
|
9
|
+
- **Image:** none, or a hand-drawn SVG accent in the wide left margin.
|
|
10
|
+
- **Reveal:** fade-up stagger on first load.
|
|
11
|
+
|
|
12
|
+
Reach for it ONLY when the brief is explicitly editorial, type-foundry, journal, or "specimen sheet". Otherwise pick something else.
|
|
13
|
+
|
|
14
|
+
**Banned as a default.** If the brief is vague and you've defaulted here, restart.
|
|
15
|
+
|
|
16
|
+
Reference: type foundry homepages (Klim, Pangram Pangram, Production Type), some editorial portfolios.
|
|
17
|
+
|
|
18
|
+
**Sample opening lines** (imitate the *specificity* — Specimen openings are foundry-voice, treating type as material culture):
|
|
19
|
+
> *"A thing well made."* — klim.co.nz — refusal of the verb, treats design as material
|
|
20
|
+
> *"Type, set with care."* — Hallmark Specimen — three words, a colon implied
|
|
21
|
+
> *"Creative direction, design and type for culture since 2003."* — apracticeforeverydaylife.com — date-anchored, names verticals
|
|
22
|
+
|
|
23
|
+
```html
|
|
24
|
+
<header class="specimen">
|
|
25
|
+
<p class="num-label">01 — HELLO.</p>
|
|
26
|
+
<h1 class="serif-xxl">A quiet <em>instrument.</em></h1>
|
|
27
|
+
<p class="lede narrow">…</p>
|
|
28
|
+
<a class="link">Open your studio →</a>
|
|
29
|
+
</header>
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
---
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
## 11 · Catalogue
|
|
2
|
+
|
|
3
|
+
Uniform grid of variations of the same thing — typefaces, colour palettes, product SKUs. The page is a visual index of inventory.
|
|
4
|
+
|
|
5
|
+
- **Heading:** brand mark + tagline only; no big display.
|
|
6
|
+
- **Body:** grid of identical-sized cards (3–5 per row), each one variant of the core product.
|
|
7
|
+
- **Divider:** hairline rules between rows; sometimes a category label band.
|
|
8
|
+
- **Button:** card-internal link to detail page; no global CTA.
|
|
9
|
+
- **Image:** specimen thumbnail per card, or a swatch.
|
|
10
|
+
- **Reveal:** none.
|
|
11
|
+
|
|
12
|
+
Reach for it for foundries, palette generators, font shops, colour systems, capsule collections.
|
|
13
|
+
|
|
14
|
+
Avoid for narrative brands. Catalogue treats every item as equal — wrong for products with hierarchy.
|
|
15
|
+
|
|
16
|
+
Reference: Klim Type Foundry, Pangram Pangram, Coolors palettes.
|
|
17
|
+
|
|
18
|
+
**Sample opening lines** (imitate the *specificity* — Catalogue openings are inventory headers, dated, with a count):
|
|
19
|
+
> *"Today's loaves."* — Maple Street Bread (test 03) — two words, ownership of the day
|
|
20
|
+
> *"Five collections, in store now."* — names the count and the where
|
|
21
|
+
> *"Thirty-eight items · Spring 2026 · all hand-stitched."* — count, date, qualifier; no adjectives
|
|
22
|
+
|
|
23
|
+
---
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
## 12 · Letter
|
|
2
|
+
|
|
3
|
+
First-person, written, intimate. Opens with a greeting ("Dear friend,"). No buttons in the fold. Reads as a personal note from the founder.
|
|
4
|
+
|
|
5
|
+
- **Heading:** salutation in serif italic ("Dear reader,"), 1.5–2× body size.
|
|
6
|
+
- **Body:** prose, single column, narrow measure (50ch), as if typed.
|
|
7
|
+
- **Divider:** paragraph spacing only, occasional `* * *` separator.
|
|
8
|
+
- **Button:** sign-off link at the foot ("p.s. join us if you'd like →").
|
|
9
|
+
- **Image:** maybe one signature scan, or a quiet inline photograph.
|
|
10
|
+
- **Reveal:** none.
|
|
11
|
+
|
|
12
|
+
Reach for it for personal brands, indie founder announcements, sabbatical or pivot pages, donation appeals.
|
|
13
|
+
|
|
14
|
+
Avoid for transactional commerce. Letter is intimate; commerce is functional.
|
|
15
|
+
|
|
16
|
+
Reference: Frank Chimero's site, founder farewell posts, indie newsletter front pages.
|
|
17
|
+
|
|
18
|
+
**Sample opening lines** (imitate the *specificity* — Letter openings are first-person greetings, dated, with a place if relevant):
|
|
19
|
+
> *"Hello, I'm Anya."* — Anya (test 06) — single line, name, full stop
|
|
20
|
+
> *"Saturday, 6:14 a.m. The dough went in at midnight."* — opens on a moment, then explains it
|
|
21
|
+
> *"Hey there. This page is soft because the surface should be soft."* — Hallmark Plume — colloquial open + a principle
|
|
22
|
+
|
|
23
|
+
---
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
## 13 · Index-First
|
|
2
|
+
|
|
3
|
+
The page IS a list of links. No hero image, no narrative flow. Pure navigation as design.
|
|
4
|
+
|
|
5
|
+
- **Heading:** one short paragraph at the top introducing the index, no display type.
|
|
6
|
+
- **Body:** vertical list of categorised links; sometimes a sidebar of filters.
|
|
7
|
+
- **Divider:** hairline rules between rows; or zero rules with paper-colour bands.
|
|
8
|
+
- **Button:** the links themselves are the buttons.
|
|
9
|
+
- **Image:** none, or tiny favicons by each entry.
|
|
10
|
+
- **Reveal:** none.
|
|
11
|
+
|
|
12
|
+
Reach for it for documentation hubs, knowledge bases, archive front pages, design system entries, link-in-bio pages with substance.
|
|
13
|
+
|
|
14
|
+
Avoid for marketing pages. Index-First is for browsing audiences; selling needs structure.
|
|
15
|
+
|
|
16
|
+
Reference: Are.na's homepage feel, archive sites, documentation indices.
|
|
17
|
+
|
|
18
|
+
**Sample opening lines** (imitate the *specificity* — Index-First openings are headers for what's below, sometimes nothing more than a label):
|
|
19
|
+
> *"Selected work · 2018 — 2026."* — date range, no preamble
|
|
20
|
+
> *"Things Become Other Things · Lightness above weightiness."* — craigmod.com — two phrases joined by a divider
|
|
21
|
+
> *"Writer + Photographer."* — craigmod.com — three words, summarises the whole site
|
|
22
|
+
|
|
23
|
+
---
|
package/templates/vite/.howone/skills/hallmark/references/macrostructures/14-narrative-workflow.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
## 14 · Narrative Workflow
|
|
2
|
+
|
|
3
|
+
Numbered stages tell the story of how the user uses the product over time. Each section is a phase (1.0 → 2.0 → 3.0 → 4.0). The page is a process timeline.
|
|
4
|
+
|
|
5
|
+
- **Heading:** large numbered stage labels (`1.0 INTAKE`, `2.0 PLAN`).
|
|
6
|
+
- **Body:** each stage has a short explanation and a small product visual.
|
|
7
|
+
- **Divider:** thick numbered rule between stages.
|
|
8
|
+
- **Button:** stage-internal links; one global "Start at stage 1 →" at the foot.
|
|
9
|
+
- **Image:** small product capture per stage, often annotated.
|
|
10
|
+
- **Reveal:** sweep horizontal as stages enter the viewport.
|
|
11
|
+
|
|
12
|
+
Reach for it for products with explicit workflows — project management, design-to-dev pipelines, writing tools.
|
|
13
|
+
|
|
14
|
+
Avoid for tools that work in *one* moment. Narrative Workflow needs a real sequence.
|
|
15
|
+
|
|
16
|
+
Reference: Linear's how-it-works pages, some Figma marketing pages.
|
|
17
|
+
|
|
18
|
+
**Sample opening lines** (imitate the *specificity* — Narrative Workflow openings are stage labels: numbered, declarative, in process language):
|
|
19
|
+
> *"01 · sourdough overnight · 02 · score at dawn · 03 · pull at seven."* — three numbered stages, no marketing
|
|
20
|
+
> *"1.0 · parse · 2.0 · filter · 3.0 · route."* — Streampipe (test 02) — versioned numbers, three concrete verbs
|
|
21
|
+
> *"I. We design products that last twelve years. II. A material is sustainable when someone, somewhere, can repair it."* — Meridian — Roman numerals + declarative
|
|
22
|
+
|
|
23
|
+
---
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
## 15 · Split Studio
|
|
2
|
+
|
|
3
|
+
Diptych. Every major content block divides the screen — text on one side, proof on the other. The pairing alternates direction down the page.
|
|
4
|
+
|
|
5
|
+
- **Heading:** half-screen wide; the other half holds a screenshot or a quote.
|
|
6
|
+
- **Body:** alternating left-text/right-image and right-text/left-image modules.
|
|
7
|
+
- **Divider:** a clear gutter between halves; no rules.
|
|
8
|
+
- **Button:** outlined chip below the text half.
|
|
9
|
+
- **Image:** anchored to the opposite half from the text in each row.
|
|
10
|
+
- **Reveal:** opposite halves cross-fade in slightly staggered.
|
|
11
|
+
|
|
12
|
+
Reach for it for SaaS feature pages, dev tools that pair explanation with code, anything where every claim wants a visual proof.
|
|
13
|
+
|
|
14
|
+
Avoid for narrative or photographic brands. Split halves the attention; some pages need single focus.
|
|
15
|
+
|
|
16
|
+
Reference: Vercel feature pages, Stripe Sessions program pages, many dev-tool homepages.
|
|
17
|
+
|
|
18
|
+
**Sample opening lines** (imitate the *specificity* — Split Studio openings pair a positioning statement with a proof column):
|
|
19
|
+
> *"A studio for what's next."* — italic display + selected-work column on the right
|
|
20
|
+
> *"Print discipline, on screen."* — Hallmark Newsprint — two-phrase headline, masthead-style
|
|
21
|
+
> *"We design and build distinctive products for ambitious teams."* — names the verb (design and build), names the audience
|
|
22
|
+
|
|
23
|
+
---
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
## 16 · Feature Stack
|
|
2
|
+
|
|
3
|
+
Sticky left pane (label / description) + scroll-synced right pane (screenshots cycling through related details). Cinematic pacing.
|
|
4
|
+
|
|
5
|
+
- **Heading:** held inside the sticky pane; persists while content cycles beside it.
|
|
6
|
+
- **Body:** two columns — left sticky, right scrolling; the right pane plays through 3–6 detail screens per section.
|
|
7
|
+
- **Divider:** section bands; the sticky pane re-anchors per section.
|
|
8
|
+
- **Button:** in the sticky pane, set when the user reaches the section's detail count.
|
|
9
|
+
- **Image:** the scrolling-right column is mostly imagery.
|
|
10
|
+
- **Reveal:** none of the spatial-fade kind; the sticky/scroll IS the motion.
|
|
11
|
+
|
|
12
|
+
Reach for it for premium products, complex feature stories, anything where you want to control pacing as the user scrolls.
|
|
13
|
+
|
|
14
|
+
Avoid on mobile-first audiences without strong fallback. Sticky+scroll-sync is rough on small screens.
|
|
15
|
+
|
|
16
|
+
Reference: Apple product pages, some Stripe Sessions pages, Read.cv onboarding.
|
|
17
|
+
|
|
18
|
+
**Sample opening lines** (imitate the *specificity* — Feature Stack openings pin a single statement and then walk the user through):
|
|
19
|
+
> *"Plan, build, ship."* — three verbs, three sticky panes
|
|
20
|
+
> *"Read anything that emits lines."* — Streampipe (test 02) — names what's possible, then walks through it
|
|
21
|
+
> *"From stdin, through the pipe, into your dashboard."* — names the data path, then explains each step
|
|
22
|
+
|
|
23
|
+
---
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
## 17 · Type Specimen
|
|
2
|
+
|
|
3
|
+
The typeface IS the design. Foundry homepage or design-system marketing where a custom typeface is the brand's proof.
|
|
4
|
+
|
|
5
|
+
- **Heading:** the typeface set at multiple sizes, demonstrating what it does.
|
|
6
|
+
- **Body:** progressive demonstration — display size, body size, italic, language coverage, OpenType features.
|
|
7
|
+
- **Divider:** centred caption labels between specimens.
|
|
8
|
+
- **Button:** outlined "Buy" or "Use it" at the foot.
|
|
9
|
+
- **Image:** none — typography is the imagery.
|
|
10
|
+
- **Reveal:** type-unmask on first paint of each specimen block.
|
|
11
|
+
|
|
12
|
+
Reach for it for type foundries, design systems where a custom face is the differentiator, font product pages.
|
|
13
|
+
|
|
14
|
+
Avoid when the brand uses an off-the-shelf face. Type Specimen needs something distinctive to celebrate.
|
|
15
|
+
|
|
16
|
+
Reference: Klim Type Foundry, Pangram Pangram, Geist Pixel announcement pages.
|
|
17
|
+
|
|
18
|
+
**Sample opening lines** (imitate the *specificity* — Type Specimen openings are foundry-voice: name the typeface, the weights, the use):
|
|
19
|
+
> *"Reckless Display, set in 96 pt."* — names the face and the size, nothing else
|
|
20
|
+
> *"Eight weights. Three optical sizes. One good italic."* — counts the system in three short phrases
|
|
21
|
+
> *"A type system for editorial."* — refusal of the verb, single noun phrase
|
|
22
|
+
|
|
23
|
+
---
|
package/templates/vite/.howone/skills/hallmark/references/macrostructures/18-portfolio-grid.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
## 18 · Portfolio Grid
|
|
2
|
+
|
|
3
|
+
Filterable cards of projects. Studio or designer homepages where the work is the product.
|
|
4
|
+
|
|
5
|
+
- **Heading:** short tagline above the grid; no display.
|
|
6
|
+
- **Body:** responsive grid of project cards, all same size or with subtle size variation.
|
|
7
|
+
- **Divider:** filter bar above the grid; no internal rules.
|
|
8
|
+
- **Button:** card-internal "View case study"; no global CTA.
|
|
9
|
+
- **Image:** thumbnail per card.
|
|
10
|
+
- **Reveal:** card-fade on filter change.
|
|
11
|
+
|
|
12
|
+
Reach for it for design studios, agencies, photographer portfolios, any creative business where work is the pitch.
|
|
13
|
+
|
|
14
|
+
Avoid for products. Portfolio Grid is service-business shape.
|
|
15
|
+
|
|
16
|
+
Reference: Pentagram, 14islands, Locomotive, Bureau Borsche.
|
|
17
|
+
|
|
18
|
+
**Sample opening lines** (imitate the *specificity* — Portfolio Grid openings name the volume and the era):
|
|
19
|
+
> *"Selected work · 2018 — 2026."* — date range, two characters of meta
|
|
20
|
+
> *"Twelve projects, six clients, two countries."* — three counts, no adjective
|
|
21
|
+
> *"Work, indexed by year."* — five-word labels, the index is the whole site
|
|
22
|
+
|
|
23
|
+
---
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
## 19 · Map / Diagram
|
|
2
|
+
|
|
3
|
+
A single large spatial diagram organises the page — flowchart, floor plan, network graph, system map. Information is laid out *spatially*, not linearly.
|
|
4
|
+
|
|
5
|
+
- **Heading:** a small orientation phrase above or beside the map.
|
|
6
|
+
- **Body:** the map itself; nodes and edges; a legend somewhere.
|
|
7
|
+
- **Divider:** the diagram has no internal sections — it's one composition.
|
|
8
|
+
- **Button:** node-internal links; one outlined CTA below the map.
|
|
9
|
+
- **Image:** the map IS the image; SVG with interactive hovers.
|
|
10
|
+
- **Reveal:** node-by-node ink-on as the user enters viewport (cap to 5 nodes).
|
|
11
|
+
|
|
12
|
+
Reach for it for system overviews, ecosystem maps, process diagrams, organisation charts.
|
|
13
|
+
|
|
14
|
+
Avoid as a substitute for narrative. Some stories shouldn't be read spatially.
|
|
15
|
+
|
|
16
|
+
Reference: process visualisation sites, ecosystem maps, knowledge-graph products.
|
|
17
|
+
|
|
18
|
+
**Sample opening lines** (imitate the *specificity* — Map / Diagram openings name the path or the territory):
|
|
19
|
+
> *"Browser → API → Database. Where Tracejam fits."* — names the layers, names the position
|
|
20
|
+
> *"From stdin, through the pipe, into your dashboard."* — labels the spatial flow on the page below
|
|
21
|
+
> *"Three tiers · two regions · one ledger."* — counts the system, geographic + structural
|
|
22
|
+
|
|
23
|
+
---
|
package/templates/vite/.howone/skills/hallmark/references/macrostructures/20-ecosystem-index.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
## 20 · Ecosystem Index
|
|
2
|
+
|
|
3
|
+
Multiple discovery surfaces — featured / latest / by category / by people. The platform's value is emergence and browsing, not declaration.
|
|
4
|
+
|
|
5
|
+
- **Heading:** brief positioning paragraph; no display.
|
|
6
|
+
- **Body:** several horizontal rails or grids — each surfacing a different cut of the platform's content.
|
|
7
|
+
- **Divider:** rail-titled bands.
|
|
8
|
+
- **Button:** "See more →" at each rail's edge; rarely a global CTA.
|
|
9
|
+
- **Image:** thumbnails everywhere; the page is dense imagery.
|
|
10
|
+
- **Reveal:** none.
|
|
11
|
+
|
|
12
|
+
Reach for it for community platforms, content marketplaces, design-asset stores, any UGC/curated catalogue front page.
|
|
13
|
+
|
|
14
|
+
Avoid for single-product pages. Ecosystem needs multiple things to surface.
|
|
15
|
+
|
|
16
|
+
Reference: Are.na, Figma Community, Behance.
|
|
17
|
+
|
|
18
|
+
**Sample opening lines** (imitate the *specificity* — Ecosystem Index openings are surface labels, dated, with a count):
|
|
19
|
+
> *"Featured · Latest · By category."* — three discovery surfaces named, divided
|
|
20
|
+
> *"What's on this week · Editor's pick · The whole catalogue."* — names cadence, curation, breadth
|
|
21
|
+
> *"A toolkit for assembling new worlds from the scraps of the old."* — are.na — second-position copy that breaks template
|
|
22
|
+
|
|
23
|
+
---
|
package/templates/vite/.howone/skills/hallmark/references/macrostructures/21-component-playground.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
## 21 · Component Playground
|
|
2
|
+
|
|
3
|
+
Interactive code-and-preview blocks are the page's primary content. Each block previews a thing and shows how to copy-paste it.
|
|
4
|
+
|
|
5
|
+
- **Heading:** category labels (`Buttons`, `Forms`, `Cards`, `Layouts`).
|
|
6
|
+
- **Body:** alternating preview-and-code blocks, often with a tab to switch frameworks.
|
|
7
|
+
- **Divider:** category bands; horizontal rules between examples.
|
|
8
|
+
- **Button:** "Copy" button on every code block (silent success).
|
|
9
|
+
- **Image:** none — the previews ARE the imagery.
|
|
10
|
+
- **Reveal:** none.
|
|
11
|
+
|
|
12
|
+
Reach for it for design systems, component libraries, code-snippet sites, framework documentation.
|
|
13
|
+
|
|
14
|
+
Avoid for marketing pages. Playground is utility, not pitch.
|
|
15
|
+
|
|
16
|
+
Reference: shadcn/ui, Tailwind UI, Once UI, MUI demos, Framer Motion examples.
|
|
17
|
+
|
|
18
|
+
**Sample opening lines** (imitate the *specificity* — Component Playground openings are tangible: open on a real example, not a claim):
|
|
19
|
+
> *"Try it inline. Then take it home."* — two short imperatives
|
|
20
|
+
> *"Every example is editable. Every output is real."* — pairs claim with proof
|
|
21
|
+
> *"From `npm install` to your first chart in eight lines."* — names the step count, makes a concrete promise
|
|
22
|
+
|
|
23
|
+
---
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
# Macrostructures
|
|
2
|
+
|
|
3
|
+
Twenty-one named landing-page shapes. **Pick one before you write code.** Each is a complete fingerprint — heading placement, body composition, divider language, button voice, image treatment, reveal pattern — bundled as a single named choice. Picking a macrostructure is faster, less error-prone, and *categorically more varied* than choosing six independent axes from `structure.md`.
|
|
4
|
+
|
|
5
|
+
The Specimen macrostructure (left-margin numbered labels + huge serif + asymmetric spans + typographic CTA) is one of these twenty-one. **It is no longer a default.** Reach for it only when the brief is explicitly editorial, foundry-adjacent, or the user has named it.
|
|
6
|
+
|
|
7
|
+
## Diversification rule (mandatory)
|
|
8
|
+
|
|
9
|
+
Before picking, check the target codebase for a `/* Hallmark · macrostructure: <name> · ... */` comment in any existing CSS file. If you find one, **your pick must be a different macrostructure.** No two consecutive Hallmark outputs in the same project share a macrostructure.
|
|
10
|
+
|
|
11
|
+
When the brief is vague (no theme, no tone), pick from the *first ten* below before reaching for anything in 11–21. The first ten are deliberately the strongest non-Specimen shapes; they cover ~80% of briefs.
|
|
12
|
+
|
|
13
|
+
## Hero polish patterns
|
|
14
|
+
|
|
15
|
+
The hero macrostructures (Marquee Hero · Stat-Led · Quote-Led · Letter · Photographic · Clipped) admit one optional **polish pattern** on top of their base shape — HP1 Vertical-rail · HP2 Marquee-overflow · HP3 Cursor-spotlight · HP4 Decorative-numeral. Polish patterns are *structural* (layout / type / motion), not decorative; they live alongside the hero macrostructure rather than replacing it. See [`hero-enrichment.md`](hero-enrichment.md) § Hero shape polish for the catalogue + when each one fits.
|
|
16
|
+
|
|
17
|
+
A hero may carry one enrichment archetype (E1–E8) AND one polish pattern (HP1–HP4) — but never two polish patterns at once. The decision sequence is: macrostructure → enrichment? → polish? → space discipline.
|
|
18
|
+
|
|
19
|
+
## Nav and footer voice
|
|
20
|
+
|
|
21
|
+
Each macrostructure also implies a **nav archetype** (N1–N9) and a **footer archetype** (Ft1–Ft8). The defaults sit in the routing tables in [`component-cookbook.md`](component-cookbook.md) § Navigation and § Footers. Don't ship a hero macrostructure without picking nav + footer alongside — they are part of the page shape, not optional chrome.
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## The 21 macrostructures — index
|
|
26
|
+
|
|
27
|
+
**Pick one. Then read ONLY that one file** from `references/macrostructures/`. Do not load the whole catalogue. Slugs are stable; the diversification rule reads the `<name>` from the `/* Hallmark · macrostructure: <name> · ... */` stamp.
|
|
28
|
+
|
|
29
|
+
- **01 · Bento Grid** — Modular blocks of varying sizes laid out as an irregular grid. Each block is a feature, a quote, an image, a stat. Visual rhythm comes from size variation, not card uniformity. [`macrostructures/01-bento-grid.md`](macrostructures/01-bento-grid.md)
|
|
30
|
+
- **02 · Long Document** — Reads like a memo, a letter, or a journal entry. No marketing structure. Continuous prose with inline section heads. The page is *literature* about the product. [`macrostructures/02-long-document.md`](macrostructures/02-long-document.md)
|
|
31
|
+
- **03 · Marquee Hero** — The hero IS the page above the fold. A single bold statement or visual fills the viewport. No subhead, no CTA in fold. Below the fold the page becomes something else (a list, a grid, prose). [`macrostructures/03-marquee-hero.md`](macrostructures/03-marquee-hero.md)
|
|
32
|
+
- **04 · Stat-Led** — The hero is a giant number — a metric, a count, a percentage. Everything that follows supports or qualifies it. Data is the narrative. [`macrostructures/04-stat-led.md`](macrostructures/04-stat-led.md)
|
|
33
|
+
- **05 · Workbench** — Product screenshots in frames are the primary content. The page is a guided tour of the app in use. Less marketing copy, more "here's what you do with it." [`macrostructures/05-workbench.md`](macrostructures/05-workbench.md)
|
|
34
|
+
- **06 · Conversational FAQ** — Bold questions, brief answers. The page reads like an honest interview with the product. Often each Q/A is a collapsible accordion. [`macrostructures/06-conversational-faq.md`](macrostructures/06-conversational-faq.md)
|
|
35
|
+
- **07 · Manifesto** — Polemical large type. Declaration energy. The page tells the reader what to believe before it tells them what to buy. Often political-poster aesthetic. [`macrostructures/07-manifesto.md`](macrostructures/07-manifesto.md)
|
|
36
|
+
- **08 · Photographic** — A single huge image dominates each fold. Text is small annotation, not headline. The design says *look* before it says *read*. [`macrostructures/08-photographic.md`](macrostructures/08-photographic.md)
|
|
37
|
+
- **09 · Quote-Led** — The hero is a pull-quote with attribution. The headline is borrowed credibility, not the brand's voice. The page leads with social proof. [`macrostructures/09-quote-led.md`](macrostructures/09-quote-led.md)
|
|
38
|
+
- **10 · Specimen** — Numbered left-margin labels, huge serif display, asymmetric column spans, hairline rules, typographic-only CTA, generous whitespace. Editorial / type-foundry energy. [`macrostructures/10-specimen.md`](macrostructures/10-specimen.md)
|
|
39
|
+
- **11 · Catalogue** — Uniform grid of variations of the same thing — typefaces, colour palettes, product SKUs. The page is a visual index of inventory. [`macrostructures/11-catalogue.md`](macrostructures/11-catalogue.md)
|
|
40
|
+
- **12 · Letter** — First-person, written, intimate. Opens with a greeting ("Dear friend,"). No buttons in the fold. Reads as a personal note from the founder. [`macrostructures/12-letter.md`](macrostructures/12-letter.md)
|
|
41
|
+
- **13 · Index-First** — The page IS a list of links. No hero image, no narrative flow. Pure navigation as design. [`macrostructures/13-index-first.md`](macrostructures/13-index-first.md)
|
|
42
|
+
- **14 · Narrative Workflow** — Numbered stages tell the story of how the user uses the product over time. Each section is a phase (1.0 → 2.0 → 3.0 → 4.0). The page is a process timeline. [`macrostructures/14-narrative-workflow.md`](macrostructures/14-narrative-workflow.md)
|
|
43
|
+
- **15 · Split Studio** — Diptych. Every major content block divides the screen — text on one side, proof on the other. The pairing alternates direction down the page. [`macrostructures/15-split-studio.md`](macrostructures/15-split-studio.md)
|
|
44
|
+
- **16 · Feature Stack** — Sticky left pane (label / description) + scroll-synced right pane (screenshots cycling through related details). Cinematic pacing. [`macrostructures/16-feature-stack.md`](macrostructures/16-feature-stack.md)
|
|
45
|
+
- **17 · Type Specimen** — The typeface IS the design. Foundry homepage or design-system marketing where a custom typeface is the brand's proof. [`macrostructures/17-type-specimen.md`](macrostructures/17-type-specimen.md)
|
|
46
|
+
- **18 · Portfolio Grid** — Filterable cards of projects. Studio or designer homepages where the work is the product. [`macrostructures/18-portfolio-grid.md`](macrostructures/18-portfolio-grid.md)
|
|
47
|
+
- **19 · Map / Diagram** — A single large spatial diagram organises the page — flowchart, floor plan, network graph, system map. Information is laid out *spatially*, not linearly. [`macrostructures/19-map-diagram.md`](macrostructures/19-map-diagram.md)
|
|
48
|
+
- **20 · Ecosystem Index** — Multiple discovery surfaces — featured / latest / by category / by people. The platform's value is emergence and browsing, not declaration. [`macrostructures/20-ecosystem-index.md`](macrostructures/20-ecosystem-index.md)
|
|
49
|
+
- **21 · Component Playground** — Interactive code-and-preview blocks are the page's primary content. Each block previews a thing and shows how to copy-paste it. [`macrostructures/21-component-playground.md`](macrostructures/21-component-playground.md)
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## SaaS page sequence
|
|
54
|
+
|
|
55
|
+
When the macrostructure is **Bento Grid · Stat-Led · Workbench · Marquee Hero** and the brief is a B2B SaaS marketing page, ship these sections in roughly this order. None are mandatory — but skipping more than two reads as "the page is incomplete":
|
|
56
|
+
|
|
57
|
+
1. **Hero** — macrostructure-specific (Bento, Stat, Workbench, Marquee). Two CTAs (primary action + secondary "Talk to sales").
|
|
58
|
+
2. **Social proof / logo wall** — 6–8 customer logos in monochrome. (See [`assets.md` § Logo walls](assets.md).)
|
|
59
|
+
3. **Features** — 3–6 feature cards, varies by macrostructure (Bento has them inline; Stat-Led usually puts them after the supporting-stats grid).
|
|
60
|
+
4. **Testimonials** — 2–4 quote cards. Pull-quote + name + role + company. Photo optional. Avoid "We use [product] every day" language; the quote should be specific to a use case ("Foundry got us SOC2 in five weeks. We wrote zero policies ourselves.").
|
|
61
|
+
5. **Pricing** — 2–3 tiers in a comparison table. Feature checklist per tier. Recommended-tier badge on the middle tier. Show the actual price; "Contact sales for pricing" on every tier is a tell that the brand doesn't trust the buyer.
|
|
62
|
+
6. **FAQ** — 5–10 questions. Conversational FAQ archetype works here (see Macrostructure 9).
|
|
63
|
+
7. **Final CTA strip** — single button + one-sentence prompt.
|
|
64
|
+
8. **Footer** — index-style or tabular, theme-appropriate.
|
|
65
|
+
|
|
66
|
+
Each section transition uses theme-appropriate vertical spacing — `--space-3xl` minimum between major sections. Don't subdivide sections into "rows" with sub-rules — the section break is the visual rhythm.
|
|
67
|
+
|
|
68
|
+
**Voice rules for SaaS sections:**
|
|
69
|
+
|
|
70
|
+
- **Pricing:** show the actual price. Sales-led pricing on every tier ("Contact us") signals the brand doesn't trust the buyer.
|
|
71
|
+
- **Testimonials:** include the quoted person's role *and* company. Abstract "Engineering Manager" testimonials are slop. If the brief is a real product, use real names. If the brief is a placeholder, use plausible names — never "Jane Doe" / "John Smith" (gate 20).
|
|
72
|
+
- **FAQ:** answer like a person, not a sales doc. "Yes — Stripe and Adyen are both supported out of the box" beats "Our platform integrates with leading payment providers."
|
|
73
|
+
- **CTA strip:** one button. Not two. The repetition is the call to action.
|
|
74
|
+
|
|
75
|
+
This sequence is **not** a template you stamp out — it's a recipe of *what should be present*. The macrostructure determines *how* each section looks. A Bento Grid page interleaves features and proof inside the grid; a Stat-Led page sequences them top-to-bottom; a Marquee Hero page lets the marquee do the social-proof work.
|
|
76
|
+
|
|
77
|
+
For non-SaaS work (Editorial, Manifesto, Letter, Long Document, Quote-Led), this sequence does **not** apply. A bakery does not need a pricing tier comparison.
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
## How to pick
|
|
82
|
+
|
|
83
|
+
1. **Read the brief.** Note any words that strongly signal one macrostructure ("data heavy", "tell a story", "a list of links", "many small features", "personal note").
|
|
84
|
+
2. **Check the codebase** for an existing `/* Hallmark · macrostructure: <name> · ... */` stamp. If found, exclude that name from your choices.
|
|
85
|
+
3. **Match brief energy to a macrostructure** using the "Reach for it" lines. Most briefs match 2–4 of these patterns; pick the one that's most categorically distant from any past output for this user.
|
|
86
|
+
4. **State your pick** in plain text *before* writing code: "Macrostructure: Bento Grid." Then write the code, opening the CSS with the required stamp.
|
|
87
|
+
5. If genuinely torn, offer the user three choices from *different categories* (e.g. Bento + Long Document + Manifesto) and let them pick.
|
|
88
|
+
|
|
89
|
+
The goal is not novelty for its own sake. The goal is that two pages Hallmark builds for two different briefs *look like different sites, not different colour-swaps of the same template*.
|