Instant UI (BenAI Brand)
Build a single self-contained HTML page in the BenAI neo-brutalist design language. Every output must match the BenAI Champion Offer assets 1:1, as if it came off the same assembly line.
Steps
Confirm scope. If
$ARGUMENTSis empty or vague, ask for: page name, page type (landing / form / product / pricing / case study / doc / run report), primary CTA, and the real copy. This brand is content-first: never write marketing filler. If copy is missing, stop and ask.Unattended exception. If the caller says it is running unattended, do not ask anything. Build from the content given, render any missing section as an explicit gap, and never invent copy to fill it. A scheduled routine calling this skill cannot answer a question, so a question means no page gets made at all.
Load the tokens. Read
references/design-tokens.mdand paste the:rootblock plus typography rules verbatim. Never hand-type tokens.Build the shell. Read
references/page-shell.mdfor the required page wrapper, the BenAI smiley SVG (header and footer), and the responsive breakpoints. Every page opens with the 4px blue/green/amber gradient stripe.Assemble components. Read
references/components.mdand copy the CSS and HTML for each block the page needs (20 components: pills, buttons, hero, stat strips, sections, cards, VS grids, timeline, testimonial, pricing, CTA, footer, forms). Copy verbatim, swap the copy, do not improvise.Apply the rules. Read
references/build-rules.mdfor the voice rules, hard build constraints, error-handling routes, and the after-build checklist. Run the checklist before confirming the output.Save and confirm. Write to the output path the caller gave you. If none was given, default to
~/Desktop/builds/[page-name].html(kebab-case). Add the kicker comment<!-- instant-ui v1 -->at the top. Report the file path and open it for the user to review, unless running unattended, in which case just report the path.
A minimal starter is at templates/starter.html. A full reference page using every token and component is at references/examples/reference-page.html.
Self-improvement
This skill is never finished. Improve it as you use it.
- When the user corrects how a step was done (a token value, a component detail, a rule), update the matching reference file (
design-tokens.md,page-shell.md,components.md, orbuild-rules.md) so the correction sticks. Do not just fix it for this run. - When a correction is a hard rule ("always X", "never Y"), add it to the build rules in
references/build-rules.md. - When the user says a page was genuinely good, save it to
references/examples/so it becomes a model for future runs. - Keep the skill small: when you add something, cut anything that no longer changes what the agent does.