kimi-render

Render UI from .design spec files and a starter HTML template.

Updated May 5, 2026
One-click install
npx skills add https://github.com/sonhaicoder/haiclaudeskill --skill kimi-render
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kimi-render
Source: https://github.com/sonhaicoder/haiclaudeskill/tree/main/skills/kimi-render
Command: npx skills add https://github.com/sonhaicoder/haiclaudeskill --skill kimi-render

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Kimi-render provides a spec-first, pattern-driven approach to UI creation, ensuring consistent quality and repeatable design outputs for production-grade landing/storefront/SaaS interfaces.

Core Features & Use Cases

  • 7 repeatable render patterns that guide content structure and visual rhythm.
  • 3 essential spec files (design.md, outline.md, interaction.md) to drive model-driven implementation before coding.
  • Single-file HTML templates (saas-landing.html) to bootstrap pages from brand content.
  • Auto-trigger prompts to produce high-quality UI (e.g., "render UI đẹp", "build landing").
  • Supplements frontend-design with deterministic workflow, not a replacement for design system.

Quick Start

Create the 3 design MD files under <project>/.design/kimi-render/ (design.md, outline.md, interaction.md), copy templates/saas-landing.html as the starter and fill in the brand content.

Frequently Asked Questions about kimi-render

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

FAQPage Schema
How do I build production-ready landing pages using a spec-first workflow?

To build production-ready landing pages with a spec-first workflow, you create three markdown files (design.md, outline.md, interaction.md) to define the UI model, then apply pattern-driven rendering to a starter HTML template to ensure consistent visual structure.

What is pattern-driven UI rendering and when should I use it for frontend design?

Pattern-driven UI rendering applies repeatable structural patterns to guide content rhythm and visual hierarchy. Use this approach when building new SaaS or storefront interfaces from scratch, or refactoring an existing site that lacks a formal design system.

Do I need a formal design system to refactor an existing site with a pattern-driven approach?

No, a formal design system is not required. This approach supplements frontend-design by enforcing a deterministic workflow through spec files and single-file HTML templates, allowing you to refactor existing sites without a pre-existing design system.

How do I start rendering a SaaS landing page from a template?

To start rendering a SaaS landing page, copy the single-file HTML starter template into your project, populate the .design/ directory with the required design, outline, and interaction markdown specs, then fill the template with your brand content to trigger the automated render.

Can I use this spec-first rendering approach for storefront pages?

Yes, the spec-first, pattern-driven rendering applies directly to building storefront pages. By leveraging the three essential spec files and repeatable render patterns, you can enforce consistent quality and repeatable design outputs for storefront interfaces.