ikadesign2

Extract, create, and apply design systems via design.md for frontend implementation.

9|Updated Aug 10, 2026
One-click install
npx skills add https://github.com/Ikaleio/skills --skill ikadesign2-ikaleio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ikadesign2
Source: https://github.com/Ikaleio/skills/tree/main/ikadesign2
Command: npx skills add https://github.com/Ikaleio/skills --skill ikadesign2-ikaleio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Teams struggle to keep AI-generated pages visually consistent with an existing brand or to turn vague brand requirements into concrete, implementable design rules. This Skill closes the loop between extracting or creating a design system and generating real pages that follow it. ## Core Features & Use Cases - Extract from existing products: Analyze code, live websites, or screenshots to produce a design.md documenting tokens, components, layout rules, and anti-patterns with evidence-based rule markers. - Create from brand requirements: Turn brand goals and constraints into a minimal, actionable design.md with concrete token values, semantic roles, and observable behaviors instead of vague adjectives. - Generate and review pages: Implement frontend pages from an existing design.md, then run a structured review loop with mechanical self-checks, manual inspection, and rule write-back. - Use Case: You inherit a marketing site with no documented design system. Use this Skill to extract its typography, color, and spacing rules into design.md, then generate a new landing page that matches the brand and verify it against the original. ## Quick Start Extract the design system from my existing website into a design.md file, then use it to build a new pricing page.

Frequently Asked Questions about ikadesign2

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

FAQPage Schema
How do I extract a design system from an existing website?

Provide the site's code, URL, or screenshots and run the extraction mode. It samples representative pages, measures computed typography, color, and spacing values, then writes the converged tokens and rules into a design.md file.

How do I create a design system from brand requirements?

Supply brand traits, target readers, page types, and any fixed assets like fonts or colors. The Skill converts abstract adjectives into observable rules, defines concrete token values, and writes a minimal design.md covering only the pages you need.

What is a design.md file and what does it contain?

design.md is the Skill's output document containing scope, brand rules, visual rules, usable primitives, anti-patterns, and implementation bindings. It targets under 400 lines and tags each rule as mandatory, recommended, or pending confirmation.

Can I generate frontend pages from an existing design.md?

Yes. The generation mode reads your design.md, inspects the host project's framework and styling entry points, reuses existing tokens and components, and implements the page. It then runs a review loop with screenshots and DOM checks.

What are the limitations when only screenshots are available?

With only screenshots, the Skill records proportions, hierarchy, and visible form but cannot confirm font files, exact breakpoints, DOM structure, or interactions. Unobserved values are marked as such rather than estimated.

Does the design review loop require a running browser environment?

A browser or preview tool is preferred for render-based checks, but not mandatory. Without one, the Skill performs document and code checks only and explicitly reports the visual review as not executed.