industrial-amber-design

Standardize Gosling2 Industrial Amber workstation UI with GlowFactory and palette rules.

Updated Dec 9, 2025
One-click install
npx skills add https://github.com/PROdotes/Gosling2 --skill industrial-amber-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: industrial-amber-design
Source: https://github.com/PROdotes/Gosling2/tree/main/.agent/skills/industrial-amber-design
Command: npx skills add https://github.com/PROdotes/Gosling2 --skill industrial-amber-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a reusable design system and implementation guidelines to achieve Gosling2's Industrial Amber workstation aesthetic, ensuring consistent visuals and UI behavior across components.

Core Features & Use Cases

  • Palette-driven UI guidelines, typography rules, and layout standards to maintain a cohesive look.
  • Component factory guidance using GlowFactory for interactive elements with a consistent amber glow.
  • Clear integration steps for applying the design system to new screens, modules, and widgets.

Quick Start

Apply the Industrial Amber design system to a new screen by using GlowFactory for interactive controls and adopting the Amber color palette for primary accents.

Frequently Asked Questions about industrial-amber-design

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

FAQPage Schema
How do I standardize a Qt UI design system for consistent component visuals?

To standardize a Qt UI design system, you enforce design constraints via a rules document and apply consistent color palettes, typography, and layout rules across all components. This ensures a cohesive visual aesthetic throughout the application.

What is an industrial amber color palette and when do I need it for UI theming?

An industrial amber color palette is a set of primary accent colors used for UI theming to achieve a specific workstation aesthetic. You need it when building interactive elements that require a consistent amber glow across new screens and widgets.

How do I apply a UI design system to new screens without hard-coded styles?

To apply a UI design system without hard-coded styles, use a component factory for interactive controls and adopt the standardized palette. This method ensures consistent UI behavior and integrates cleanly with your existing UI code.

Does the Gosling2 Industrial Amber design system work with existing UI code?

Yes, the Gosling2 Industrial Amber design system integrates with existing UI code by providing clear implementation steps for new modules. It avoids hard-coded styles by enforcing design constraints through a dedicated rules document.

Why should I use a component factory instead of hard-coded styles for interactive elements?

Using a component factory instead of hard-coded styles ensures consistent visual behavior and maintains the industrial amber aesthetic. It centralizes the amber glow application, preventing style fragmentation across different widgets and screens.