owner-design-taste

Enforces custom web design rules for landing pages, heroes, and UI sections.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/timikalo7/Execute --skill owner-design-taste-timikalo7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: owner-design-taste
Source: https://github.com/timikalo7/Execute/tree/main/.claude/skills/owner-design-taste
Command: npx skills add https://github.com/timikalo7/Execute --skill owner-design-taste-timikalo7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated websites tend to ship generic editorial templates with repeated card grids and stock-feeling layouts. This Skill encodes a specific owner's web-design taste as enforceable rules so every landing page, marketing site, or UI build produces distinct, custom-feeling sections instead of rejected "AI slop". ## Core Features & Use Cases - One mechanic per section: Requires each section to have a distinct interactive mechanic (cursor-reveal hero, pinned scrollytelling, bento grids, overlay menus) and forbids repeated templates or dead text-only runs. - Hero archetype selection: Provides named hero archetypes (cinematic product, gallery, bento, masthead, split/editorial) to choose deliberately per brief. - Image, type, and palette law: Rules for landscape hero photography, real stock sourcing via Pexels CDN URLs, per-project typeface pairing from fontsinuse.com, neutral base plus one accent, and readability scrims verified at 375/768/1440 widths. - Use Case: When asked to redesign a marketing site, the Skill forces a named hero archetype, a unique mechanic per section, axe-core accessibility checks, and Playwright screenshot review before shipping. ## Quick Start Redesign this landing page following the owner design taste rules, picking a hero archetype and giving each section its own interactive mechanic.

Frequently Asked Questions about owner-design-taste

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make an AI-built landing page look custom instead of generic?

Give every section its own interactive mechanic such as a cursor-reveal hero, pinned scrollytelling, or a bento grid, and never repeat the same card layout twice. Pick a named hero archetype per brief and use a neutral palette with one accent color.

What hero section archetypes work for marketing sites?

The Skill defines five archetypes: cinematic product, gallery, bento, masthead, and split/editorial. Each fits a different brief, from single flagship products to portfolios and luxury brands, and each uses full viewport height with one focal point.

How do I source real photos for a website without an API key?

Search a free stock site, grab the image CDN URL, and download it directly. Pexels works keyless via its images.pexels.com URL pattern, and Pexels and Unsplash licenses allow free commercial use without attribution.

Can I use AI-generated images of people on a real organization's site?

No. The rules forbid AI-generating people for real organizations and forbid blurring faces to hide fakes. Use real stock photography for people, and reserve AI generation for abstract texture backgrounds only.

How do I verify text readability over hero images?

Add a localized gradient scrim plus text-shadow, then screenshot at 375, 768, and 1440 widths and actually read every title. The nav and logo must stay legible over bright photos, and a washed-out title blocks shipping.

What accessibility checks should run before shipping a front-end build?

Inject axe-core via Playwright across all routes and viewport widths and drive WCAG 2 AA violations to zero. Also assert no horizontal overflow by checking that scrollWidth equals innerWidth on every route.