extract-design-md

Extracts visual design systems from frontend source code using regex analysis.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/voidrot/agents --skill extract-design-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: extract-design-md
Source: https://github.com/voidrot/agents/tree/main/skills/design/extract-design-md
Command: npx skills add https://github.com/voidrot/agents --skill extract-design-md

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the extraction of a comprehensive design system document from frontend source code, enabling users to quickly understand and document the visual language of their applications.

Core Features & Use Cases

  • Automated Extraction: Extracts color palettes, typography, component styles, and layout principles from frontend code without manual review.
  • Framework Support: Works with React, Vue, Svelte, Angular, and plain HTML/CSS, including frameworks like MUI, Chakra, and Ant Design.
  • Use Case: For a developer looking to create a DESIGN.md document for a web application to provide design guidelines and resources for other team members.

Quick Start

Use the extract-design-md skill to analyze the source code of your web application and generate a DESIGN.md document.

Frequently Asked Questions about extract-design-md

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

FAQPage Schema
How do I generate a design system document from frontend source code?

To generate a design system document from frontend source code, this Skill analyzes your files using regex to automatically extract colors, typography, component styles, and layout principles into a DESIGN.md file.

Can I extract a color palette and typography from React and Vue applications?

Yes, you can extract a color palette and typography from React and Vue applications, alongside Svelte, Angular, and plain HTML/CSS, including frameworks like MUI, Chakra, and Ant Design.

Does extracting visual design systems from source code require additional build tools?

Extracting visual design systems from source code does not require additional build tools; the Skill analyzes source files directly using regex, allowing you to document your visual language without running builds.

What is the best way to document component styles and layout principles for my web application?

The best way to document component styles and layout principles is to automate the extraction process, which identifies visual elements directly from your codebase to provide design guidelines for team members.

Are there limitations when extracting design systems from frontend frameworks like Svelte or Angular?

A limitation when extracting design systems from frontend frameworks like Svelte or Angular is that the Skill relies entirely on regex and static source file analysis, meaning it cannot capture styles generated dynamically at runtime.