ui-ux-spec-genome

Scan frontend UI sources and generate a standardized ui-ux-spec documentation bundle.

50|3|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/okwinds/miscellany --skill ui-ux-spec-genome
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-ux-spec-genome
Source: https://github.com/okwinds/miscellany/tree/main/agent/skills/ui-ux-spec-genome
Command: npx skills add https://github.com/okwinds/miscellany --skill ui-ux-spec-genome

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires rg, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps teams convert frontend codebases into a portable, reproducible UI-UX specification by scanning UI sources and scaffolding a standardized ui-ux-spec bundle.

Core Features & Use Cases

  • Scan frontend repositories to locate tokens, styles, components, patterns, and accessibility artifacts.
  • Scaffold a complete ui-ux-spec folder (tokens, global styles, components catalog, patterns, pages, a11y references) ready for documentation and phased UI-only refactors.
  • Support greenfield creation or refactors based on an existing ui-ux-spec, with a plan-driven approach and minimal business-logic changes.

Quick Start

Use this skill to quickly generate a ui-ux-spec skeleton for a frontend project by running the included scan and generate scripts.

Frequently Asked Questions about ui-ux-spec-genome

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

FAQPage Schema
How do I generate a UI UX spec from an existing frontend codebase?

To generate a UI UX spec from an existing frontend codebase, use automated scripts to scan sources for tokens, styles, and components, scaffolding a standardized documentation bundle for refactoring.

What is a UI UX spec bundle used for in frontend refactoring?

A UI UX spec bundle inventories tokens, global styles, components, patterns, and accessibility artifacts, providing a portable documentation structure to plan phased UI-only refactors with minimal business-logic changes.

Can I scaffold design tokens and component catalogs for greenfield projects?

Yes, you can scaffold design tokens and component catalogs for greenfield projects. The skill supports creating a complete ui-ux-spec folder structure from scratch alongside scanning existing repositories.

Do I need git and rg installed to scan frontend repositories for UI documentation?

Yes, you need git and rg installed. These dependencies are required to execute the dedicated scripts that scan frontend sources and locate UI patterns for the specification generation process.

What's the best way to inventory accessibility artifacts and UI patterns from source code?

The best way to inventory accessibility artifacts and UI patterns is using an automated scanning script that parses source code and outputs a standardized catalog within a ready-to-use documentation bundle.

Are there limitations when scanning frontend sources for UI tokens and global styles?

A key limitation is that the scan focuses on UI sources to enforce a standardized spec structure, meaning it targets minimal business-logic changes and requires existing frontend code to extract tokens and styles.