Malevich

AI-Things / Prompts/

Prompts

6 fill-in-the-blank prompt templates for common Malevich tasks — vetted to produce conformant output you can paste, review, and refine.

Audit screen Inspect an existing screen or component for Malevich design-system conformance and produce a prioritized, code-cited report.
audit · code → audit-report
Component from brief Generate a Malevich component (HTML + CSS, optionally with an init function) from a short natural-language brief.
generation · brief → component
Document component Produce a `<name>.docs.md` for a Malevich component — the authoritative file the website renders, the MCP server returns, and the agents.md generator reads — matching the frontmatter and section order of the existing component docs.
documentation · code → docs-page
Extend with modifiers Add a visual or behavioral modifier to existing Malevich markup — choosing a compatible category and value from the applicability matrix, attaching it with a data-attribute, and wiring the runtime — without modifying the component.
transformation · code → modifier
Refactor to Malevich Convert an existing piece of UI code — vanilla HTML/CSS, Tailwind, Bootstrap, or another design system — into Malevich-conformant markup with no loss of behavior or accessibility.
transformation · code → component
Screen from brief Compose a full Malevich screen — multiple sections, blocks, and elements — from a natural-language brief, choosing existing components first and flagging any genuine gaps.
generation · brief → screen