house-style

Applies a token-based CSS design system with serif typography to personal sites and HTML artefacts.

3|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/MaxWolf-01/agents --skill house-style-maxwolf-01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: house-style
Source: https://github.com/MaxWolf-01/agents/tree/main/mx/skills/house-style
Command: npx skills add https://github.com/MaxWolf-01/agents --skill house-style-maxwolf-01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building pages, reports, boards, or HTML artefacts for max's own projects requires a consistent visual identity, and re-deriving the palette, type scale, and component habits from scratch each time produces drift and inconsistency. ## Core Features & Use Cases - Design tokens: Eleven colour tokens in tokens.css as light-dark() pairs (parchment over brown ink by day, charcoal and sand by night, one moss accent), switchable via data-theme or a ?theme= URL parameter. - Type roles: Semantic classes (v-title, v-h2, v-lead, v-meta, v-num) using Newsreader serif for text and IBM Plex Mono for data, so pages ask for a role rather than a size. - Component guidance: PARTS.md specifies how buttons, inputs, tables, notes, overlays, charts, and diagrams wear the tokens, plus a Tailwind v4 @theme inline mapping. - Use Case: When asked to build a status board or report page that looks like mwolf.dev, copy tokens.css and the font link from demo.html, apply the role classes, and verify both colour schemes before presenting. ## Quick Start Use the house-style skill to build an HTML status board for my project that matches the mwolf.dev look.

Frequently Asked Questions about house-style

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

FAQPage Schema
How do I apply the house style to a new HTML page?

Copy tokens.css and the font link from the head of demo.html into the project, then use the role classes like v-title, v-lead, and v-meta. Adjust the serif, sizes, and measure for the project while keeping the colours and habits unchanged.

How do I add dark mode with light-dark() CSS tokens?

Each colour token is a light-dark() pair, so the page follows the system scheme by default. Set data-theme="day" or "night" on the root element to pin a scheme, or read a ?theme=day|night URL parameter to set that attribute.

Does the house style work with Tailwind CSS v4?

Yes, PARTS.md includes a Tailwind v4 mapping: import tailwindcss then tokens.css, and expose the tokens as utilities through an @theme inline block. Base UI supplies component behaviour while the token classes supply the paint.

What fonts does the house style use?

Newsreader is the default serif for text, with Literata, EB Garamond, and Source Serif 4 as acceptable alternatives. IBM Plex Mono is used for data content such as dates, numbers, field labels, table heads, and code.

When should I not use this design system?

It is intended only for max's own sites, tools, and artefacts that should match mwolf.dev. Client work or projects with their own established brand identity should use their own design system instead.